Posted by Jens on 11/15/05 09:19
Hi Joseph,
You have to add something like
USE NameofthedatabaseWhereyouwanttodeploythescript
GO
<YourScript>
You can then load this within query analyzer and execute it. if you
dont have the QA just execute the script with the OSQL commandline
function like this:
OSQL -S<YourServernameHere> -E -i<PathandNameoftheInputscript>
HTH, Jens Suessmeyer.
Navigation:
[Reply to this message]
|