Dienstag, 13. Dezember 2011

Start SSMS from command prompt



To start Microsoft SQL Server Management Studio from command prompt, you can use the following line:

“C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\sqlwb.exe”

The syntax is:

sqlwb
[scriptfile] [projectfile] [solutionfile]
[-S servername] [-d databasename] [-U username] [-P password]
[-E] [-nosplash] [-?]

Keine Kommentare: