Exforsys
+ Reply to Thread
Results 1 to 2 of 2

SQL Server 2005

This is a discussion on SQL Server 2005 within the SQL Server forums, part of the Database category; hello everybody. i am new to SQL server 2005. whenever i tried to create database through SQL sever Management studio, ...

  1. #1
    bhv
    bhv is offline Junior Member Array
    Join Date
    Mar 2006
    Answers
    4

    Unhappy SQL Server 2005

    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


  2. #2
    a.karrabi is offline DataBase Lover Array
    Join Date
    Oct 2007
    Answers
    3

    Exclamation hi

    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.


Latest Article

Network Security Risk Assessment and Measurement

Read More...