
Signature
vinu
http://oneplace4sql.blogspot.com/
Thanks for the answers.
I was under the impression that only MSDE could be moved to SQL Server 2005
Express.
I thought that SQL Server 2000 Standard had to be moved to SQL Server 2005
Standard or higher.
> to add toOlaf's post , if it is detach/attach method then set the
> database compatibility to 90
[quoted text clipped - 10 lines]
>> updateusage.
>> http://msdn.microsoft.com/en-us/library/ms188796.aspx
Aaron Bertrand [SQL Server MVP] - 24 Jul 2008 18:50 GMT
A database does not care what edition it is on, unless you are using
features that do not work in the target edition. Even in that case though
it can be a relatively harmless (or at least non-blocking) problem, for
example you can create a database with an indexed view in enterprise, back
it up, and restore it on express. The behavior (if you do not use the
NOEXPAND hint) will change, but you will still be able to use the database.
On 7/24/08 1:45 PM, in article e10IOUb7IHA.3736@TK2MSFTNGP06.phx.gbl,
> Thanks for the answers.
>
[quoted text clipped - 18 lines]
>>> updateusage.
>>> http://msdn.microsoft.com/en-us/library/ms188796.aspx