Click here to Skip to main content
15,892,517 members
Articles / Database Development / SQL Server / SQL Server 2008

Execute SQL Query / SQL Command on SQL Server Using the Command Prompt

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
3 Feb 2012CPOL 13K  
SQLCMD can be used to login to the Sql Server as well. One can only provide Server address, User Name and Password at the command prompt and press enter.The command prompt will change to 1>. Now any sql query can typed and by pressing enter in the next prompt a GO command and pressing enter...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
25 Jan 2012IkhwanKrisnadi 1 alternative  
How to execute SQL Query / SQL Command on SQL Server using command prompt.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Safaltek Software
India India
Working for over 20 years now and still learning.
Working for a product base company building solutions for the marine world.

Comments and Discussions