Automating SQL Setup.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • KP

    Automating SQL Setup.

    Is there a way that I can Automate SQL Setup via C#, PERL or VB?
  • John Bell

    #2
    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]


    Comment

    • Simon Hayes

      #3
      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

      Working...