patternMinor
Sql Server 2008 to R2 Restore Backup from R2
Viewed 0 times
2008sqlserverfromrestorebackup
Problem
I need to restore SQL Server 2008 R2 Backup to SQL Server 2008, but as you know, it's not possible. So, I decided to upgrade my SQL 2008 to R2 but I don't know which instance to select in
Instance to upgrade that contains ("MSSQLSERVER","SQLEXPRESS",">"Solution
Most likely the first one "MSSQLSERVER". Thats the default name for a new installation. The express one is the free version and limits your DB size to 10GB. The 3rd one isn't an instance, just shared components so ignore that one.
You should verify by logging into the server from SSMS and typing in
You should verify by logging into the server from SSMS and typing in
SELECT @@SERVERNAME first to verify. If it only returns the server name, then the MSSQLSERVER is the right instance. If it returns ServerName\Express then you're on the express edition.Context
StackExchange Database Administrators Q#30683, answer score: 4
Revisions (0)
No revisions yet.