Hi Friends,In this Article we will discuss the creation of sql database using Command line
In Windows Operating System,First we have to click on the Start button and then click Run and Type cmd in Run command and press ok
For, Access the Database
Type the following command in the command prompt
C:\Program Files\Microsoft SQL Server\90\Tools\Binn>SQLCMD -SUSER\SQLEXPRESS -E
Where USER\SQLEXPRESS is the server name and -E for Windows Authentication
if...
↧