you can do the same by right clicking on the databse, go to propertioes,
option, and change the compactibility from 80 to 90.
THANKS
"Mabuti" wrote:
Quote:
Found a solution:
Run this stored proc to set the compatability level to 90:
EXEC sp_dbcmptlevel DatabaseName, 90
The SQL 2000 databases that were brought up to SQL 2005 during the upgrade
still have the compatability level of 80. Changing this to the new level of
90 solves the issue and allows the SSIS packages to run properly on that
database.
-Mabuti |