Results 1 to 3 of 3

Thread: MSSQL pre-requisite installs

  1. #1

    Default MSSQL pre-requisite installs

    Hi Friedrich,

    I see that in SB you have 3 MSSQL installs in the pre-requisite list,
    2005 Express and 2008 Express 32/64bit. What options are there for more
    recent versions?

    Best regards,

    --
    Arnor Baldvinsson
    Icetips Alta LLC

  2. #2

    Default Re: MSSQL pre-requisite installs

    Hi Arnor,

    > I see that in SB you have 3 MSSQL installs in the pre-requisite list, 2005
    > Express and 2008 Express 32/64bit. What options are there for more recent
    > versions?

    All newer Microsoft SQL Express versions are multi-100 GB redistributables
    with complex dependencies. It's not possible to make this available as a
    built-in Core PreRequisite (too much custom code is required to make it
    perfect). We create projects for the new MSSQL versions on a script writing
    (consulting) basis. For example, download the MSSQL redistributable from
    the Microsoft site to keep setup.exe size small or the server data transfer
    rate to a minimum, check for the required dependencies and tell the user how
    to "enable" the dependencies (e.g. on newer Windows versions you can't
    "install" the .NET Framework 3.5), check for database instances, execute SQL
    scripts, and so on. This is a complex task and not fun at all :-(
    Microsoft made it hyper-complex.

    Friedrich

  3. #3

    Default Re: MSSQL pre-requisite installs

    Hi Friedrich,

    > to "enable" the dependencies (e.g. on newer Windows versions you can't
    > "install" the .NET Framework 3.5), check for database instances, execute SQL
    > scripts, and so on. This is a complex task and not fun at all :-(
    > Microsoft made it hyper-complex.

    Yes indeed!

    Best regards,

    --
    Arnor Baldvinsson
    Icetips Alta LLC

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •