Is there a way that I can Automate SQL Setup via C#, PERL or VB?
Automating SQL Setup.
Collapse
This topic is closed.
X
X
-
KPTags: None -
John Bell
Re: Automating SQL Setup.
Hi
When you install SQLServer one of the Advanced options is to record a setup
script. This will allow you to do unattanded installs. There would be no
pressing reason to use a program to run this unless but you could probably
do it by spawning a process.
John
"KP" <snazystyl@hotm ail.com> wrote in message
news:dc2b0830.0 310141453.3d489 efb@posting.goo gle.com...[color=blue]
> Is there a way that I can Automate SQL Setup via C#, PERL or VB?[/color]
-
Simon Hayes
Re: Automating SQL Setup.
snazystyl@hotma il.com (KP) wrote in message news:<dc2b0830. 0310141453.3d48 9efb@posting.go ogle.com>...[color=blue]
> Is there a way that I can Automate SQL Setup via C#, PERL or VB?[/color]
See the sections "Performing an Unattended Installation" and
"Installing Desktop Engine" in Books Online, depending on whether you
want to install the full version of MSSQL, or MSDE.
Simon
Comment
Comment