HOw to install sql server 2000 in laptop

  • Can anyone tell,How i will install sql server 2000(With my database) from my cd to laptop in a

    single click(or by some automated process)

  • Unless you createed and install script and script out to a restore there is no way. Is this going to be redistributable? If so then look into WISE, MS Installer, or one of the other install builder apps.

  • No way you can install with a single click that includes your user database. If you have your DB backup or script as Antares said, install MSSQL and then restore the DB from the Device or Execute the script from the Query Analyzer

    Shas3

  • You may want to try using the Shell Script.

    .

  • Thanks all for valuable suggestion,Actually i want to install sql server 2000 first,than

    my database and after that my application which is a exe file.All this i want from CD to my laptop in a single click.I want all this for demo purpose.

    thanks

    vijay

  • quote:


    Thanks all for valuable suggestion,Actually i want to install sql server 2000 first,than

    my database and after that my application which is a exe file.All this i want from CD to my laptop in a single click.I want all this for demo purpose.


    If this is for a demo, you shouldn't need a full installation of SQL Server. Move your demo data to an MSDE database and use it. Your app should only need to change the connection string to access the data via an MSDE database instead of a full-blown SQL Server installation.

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply