November 24, 2010 at 8:36 am
Restore your database on SQL 2008 instance and then change the compatibility level to 90
November 24, 2010 at 8:49 am
It sounds as if there's something in Visual Studio 2008 or Integration Services 2008 that is insisting on a SQL Server 2008 database. What is the task that is failing? Do you have a PC or server with Integration Services / Visual Studio 2005 on it, so that you can rewrite your package on that?
John
November 24, 2010 at 8:54 am
For me it's failing on transfer/copy database objects task.
November 24, 2010 at 10:04 am
Thanks for getting back everyone,
I did try to restore the a backup to 2008 (which worked of course), I then tried to use the Transfer SQL Objects Task to copy across all the rest that I need, such as the schemas etc, and go the same error, I think all I can do is script everything out individually and then create them on the other instance.
But it basically means that transfer sql objects task is useless, unless the SQL versions (or the compatibility levels) are the same. And the copy database wizard is no good as it does not copy Roles. So near, yet so far.
Regards,
D.
Viewing 4 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply