Express to Developer

  • Hi Experts,

    Can anyone please tell me what are all the steps to taken care when upgrading from 2005 express to 2005 Developer

  • do you have any databases you want to keep?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • [font="Verdana"]While doing inplace upgrade the only problem is you can't rollback easily.

    Main is that take a backup of all your databases, logins.[/font]

  • Thanks for reply,

    1)How to backup logins???

    2)Is there any SQL Server upgradation tool ???

    Now am planing to take all the backups and

    1) install developer edition then detach all the database from express and then attach to developer editon(offline)

    2)Backup and Restore (online)

    Is it possible for inplace upgradation from EXPRESS to Developer

  • Ratheesh

    i would install SQL2005 developer alongside as a separate instance.

    move databases, logins, etc to the new instance.

    remove the old one when finished.

    script the logins off using the MS script at

    http://support.microsoft.com/kb/246133

    detach and re attach the databases, then add the logins back.

    Make sure to attach the databases first otherwise the logins may fail as the script may not be able to set the default database if it doenst exist

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Thanks Perry 🙂

  • Those scripts are for 2000:sick:.Am having SQL Server 2005 Express so how can i script out all logins other than doing one by one .

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

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