July 16, 2008 at 7:49 am
Hi Experts,
Can anyone please tell me what are all the steps to taken care when upgrading from 2005 express to 2005 Developer
July 16, 2008 at 9:34 am
do you have any databases you want to keep?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 16, 2008 at 11:50 pm
[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]
Regards..Vidhya Sagar
SQL-Articles
July 17, 2008 at 12:04 am
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
July 17, 2008 at 3:15 am
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" 😉
July 17, 2008 at 3:48 am
Thanks Perry 🙂
July 17, 2008 at 4:18 am
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