November 22, 2006 at 6:27 am
Does anyone know whether it will be possible for a SQL 2005 database to be backed up and then restored on a SQL 2000 server, please? I agree that this is unlikely but I have a customer with 2005.
November 22, 2006 at 7:01 am
if you have both SQL2005 and SQL 2000 , you can retore the 2005 on a 2005 instance, and then use SQL2000 DTS to connect to the 2005 server and database and copy objects via DTS to the 2000 server . (you can also do the same with SQL2000 and 7, if you need the data in SQL7 format.)
it's much slower than backup and restore, but you can get all the objects (not the default of tables...select 3rd option of objects and get tables/procs/functions/views), get it on the sql 2000, and then back it up from there.
I have not heard of any way to restore a 2005 on a 2000 machine directly; you typically get a false error about "the backup uses more than 64 ...something something" when you try it., and i had not heard anything about using sql2005 to backup to a previous version type.
Lowell
November 22, 2006 at 7:19 am
Many thanks Lowell.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply