Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-12-31 : 08:17:09
|
| Charles writes "osql -E -S (local)\NetSDK -i InstNwnd.sqlwhat does this command do and how do I implement it?" |
|
|
mohdowais
Sheikh of Yak Knowledge
1456 Posts |
Posted - 2003-12-31 : 08:27:59
|
| Well it means start the osql utility, connect to the local\NETSDK instance of SQL Server using Windows authentication, and execute the sql commands contained in the InstNwnd.sql file agianst this instance.What does "implement it" mean? Do you mean execute it? You could type this into the command line or just hit Start->Run and paste it in there.OS |
 |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2004-01-03 : 23:28:45
|
| And you might want to read up on the osql utility in SQL Server Books Online (a.k.a. BOL) for your own edification.--------------------------------------------------------Visit the SQLTeam Weblogs at [url]http://weblogs.sqlteam.com[/url] |
 |
|
|
|
|
|