Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2K - 2K5 compatibility
Message
 
To
19/03/2008 15:00:18
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01303494
Message ID:
01303563
Views:
11
This message has been marked as the solution to the initial question of the thread.
>>No, SQL Server 2005 manages SQL Server 2000 databases great, just don't forget to set your database compatibility to 80 (if I remember well).
>All code written in SQL Server 2000 T-SQL is SQL Server 2005 compatible.
>>
>Borislav
>Where do I set that compatibility? In VFP of SQL Server?

On SQL Server.
USE [master]
GO
EXEC dbo.sp_dbcmptlevel @dbname=N'YourDatabaseNameHere', @new_cmptlevel=80
GO
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform