Click here to Skip to main content
15,892,927 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...

Revisions


  

Compare Revision Minor Date Status Editor
1 - publicly available No 30-Jan-12 20:14 Available manish76235

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