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 |
|
cbeganesh
Posting Yak Master
105 Posts |
Posted - 2004-10-22 : 11:51:02
|
| Im trying to call isql from a batch file and passing a parameter to the batch file. The parameter has spaces in the filename , so isql is beging aborted . ANy help?examplesin test.bat i have like thisisql -Stestserver -Usa -Ptestpass -dtestdb "exec testproc %1"Im running DOS like thisc:\>TEST "market reserach 8838.zip"I want to know how we can pass parameters to isql with spacesThanks |
|
|
surefooted
Posting Yak Master
188 Posts |
Posted - 2004-10-22 : 12:10:21
|
use brackets[] Also, did you have the -q before "exec testproc %1"?-JonShould still be a "Starting Member" . |
 |
|
|
|
|
|