This is a discussion on SQL Server 2005 within the SQL Server 2005 Tutorials forums, part of the Articles and Tutorials category; hello everybody. i am new to SQL server 2005. whenever i tried to create database through SQL sever Management studio, ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hello everybody. i am new to SQL server 2005. whenever i tried to create database through SQL sever Management studio, it asked me:
server type: (here i select Database Engine) server Name : ( ??????????) Authentication : (Windows Authentiction is by default, another is SQL server Authentication, which one should i select?????????)... i don't know what to do with server name . plsssssssssssssss help me |
|
|||
|
type (.) (dot) as your server name if you select (Defaul) in INSTANCE window during the sql server installation
dot means [local] for sqlserver. if you choose a name like "bhv" for instance name you must type .\bhv for server name. an you can select windows auth... if you are the user who install sqlserver in you machin. you can select sql auth... and enter SA username and the password that you type in auth... window during sqlserver installation. |