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 |
|
asarak
Starting Member
36 Posts |
Posted - 2005-09-16 : 00:49:14
|
| Hello ,i am trying to run a from command with the following batch filecd c:\schedulesisql -U loginname -P password -S server ip -i usr.sql -o output.txtpause-U i use the system administrator login-P also administrators password-S trying and server name or ip-i input file which is in c:\schedules-o output file which is also in c:\schedulesand in the output file has the following.." Cannot open input file - usr.sql No such file or directory " |
|
|
derrickleggett
Pointy Haired Yak DBA
4184 Posts |
Posted - 2005-09-16 : 01:10:39
|
| It can't open the file "usr.sql". Try putting in the pathname. Have you thought about using osql?MeanOldDBAderrickleggett@hotmail.comWhen life gives you a lemon, fire the DBA. |
 |
|
|
|
|
|