How to: Log In to an Instance of SQL Server (Command Prompt)

To test connectivity to an instance of SQL Server, use the sqlcmd utility.

To log in to the default instance of SQL Server

  1. From a command prompt, enter the following command to connect by using Windows Authentication:

    sqlcmd [ /E ] [ /S servername ]
    

To log in to a named instance of SQL Server

  1. From a command prompt, enter the following command to connect by using Windows Authentication:

    sqlcmd [ /E ] /S servername\instancename
    

See Also

Other Resources

sqlcmd Utility
osql Utility
Managing Services How-to Topics

Help and Information

Getting SQL Server 2005 Assistance