Saved Bookmarks
| 1. |
Solve : Creation of database in MSSQL using Batch scritpt? |
|
Answer» I want to crate database in MSSQL using Batch script I used it by TWO WAYS.
This line is the problem :process osql -E -S %ServerName% -n -i %1 >> Result.txt This whole line is treated as a LABEL, move the osql to the line below .... you will almost certainly have a 0 byte file called Result.txt Graham |
|