Showing posts with label projects. Show all posts
Showing posts with label projects. Show all posts

Sunday, February 12, 2012

Command file for database projects

Is there a way to create a command file for database projects using
DTE? Basically I am using the BuildIt utility and I am trying to add a
step in the build process to create a command file in my database
project.
TIA
Buzz
I do this by calling OSQL.exe and providing the script files to it as input.
These OSQL calls are then palced inside a .Bat batch file and this batch
file will be called by the installing program (like Installshield).
See SQL Server Books Online, to familiarize yourself with all the parameters
of OSQL.EXE
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/
"Buzz" <markb@.mindex.com> wrote in message
news:5b063e83.0409111231.57fe853d@.posting.google.c om...
> Is there a way to create a command file for database projects using
> DTE? Basically I am using the BuildIt utility and I am trying to add a
> step in the build process to create a command file in my database
> project.
> TIA
> Buzz

Command file for database projects

Is there a way to create a command file for database projects using
DTE? Basically I am using the BuildIt utility and I am trying to add a
step in the build process to create a command file in my database
project.
TIA
BuzzI do this by calling OSQL.exe and providing the script files to it as input.
These OSQL calls are then palced inside a .Bat batch file and this batch
file will be called by the installing program (like Installshield).
See SQL Server Books Online, to familiarize yourself with all the parameters
of OSQL.EXE
--
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/
"Buzz" <markb@.mindex.com> wrote in message
news:5b063e83.0409111231.57fe853d@.posting.google.com...
> Is there a way to create a command file for database projects using
> DTE? Basically I am using the BuildIt utility and I am trying to add a
> step in the build process to create a command file in my database
> project.
> TIA
> Buzz