October 31, 2012 at 2:44 am
Hi to every one need reply soon
1. what are the all possible ways to upgrade sqlserver 2005 workgroup editon into sql server standard editon.
2. can we uninstall workgroupediton 2005 after taking database backup and install sql server standard editon 2005 and after installing standard can we restore the backupof database of workgroupediton in to newly installed standard editon sqlserver 2005
Thanks
Naga.Rohitkumar
October 31, 2012 at 7:09 am
naga.rohitkumar (10/31/2012)
Hi to every one need reply soon1. what are the all possible ways to upgrade sqlserver 2005 work group edition into sql server standard edition.
If you want to do an in place upgrade, WorkGroup to Standard is a valid upgrade, so you can simply run the MSI for Standard.
http://msdn.microsoft.com/en-us/library/ms143393.aspx
2. can we uninstall workgroupediton 2005 after taking database backup and install sql server standard editon 2005 and after installing standard can we restore the backup of database of workgroup editon in to newly installed standard edition sqlserver 2005
yes, you can backup the databases and restore them on the new instance.
you would not want to try to restore the system databases, but instead either recreate or script out any logins, linked servers, certificates, and database master keys on the existing server, and run the scripts on the new one
similarly , any jobs in the msdb database need to be either recreated or scripted out as well.
Lowell
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply