Re: Copy SQL Server 2005 Express database to SQL Server 2000
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Sun, 13 May 2007 19:04:29 +0000 (UTC)
Dave Patrick (DSPatrick@xxxxxxxxxxxxxxxx) writes:
I think the easiest solution is to go to Properties|Options for the
database and change the compatibility level to (80) Sql Server 2000 then
backup the database and restore it to the new 2000 server.
No, this does not work. The compatitibility level only affects how T-SQL
code is parsed and behaves. It has nothing to do with the on-disk structure
for the database.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Re: Copy SQL Server 2005 Express database to SQL Server 2000
- From: Dave Patrick
- Re: Copy SQL Server 2005 Express database to SQL Server 2000
- References:
- Copy SQL Server 2005 Express database to SQL Server 2000
- From: Angus
- Re: Copy SQL Server 2005 Express database to SQL Server 2000
- From: Dave Patrick
- Copy SQL Server 2005 Express database to SQL Server 2000
- Prev by Date: Re: Copy SQL Server 2005 Express database to SQL Server 2000
- Next by Date: Re: Copy SQL Server 2005 Express database to SQL Server 2000
- Previous by thread: Re: Copy SQL Server 2005 Express database to SQL Server 2000
- Next by thread: Re: Copy SQL Server 2005 Express database to SQL Server 2000
- Index(es):
Relevant Pages
|