![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Here's the scoop, I got a generic-purpose database (in the form of *.mdb and *.ldf) from a 'reputable' source on the net. But when I attempted to attach it to my sql server 2000 with SP3 with EM, it failed complaining "Could not find row in sysindexes for database ID 10, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes." |
|
Then, I attempted to command line attach (thought it may have some option...), same outcome. Then, ran a search on this NG, and found the following thread, |
#3
| |||
| |||
|
|
time management (tatata9... (AT) gmail (DOT) com) writes: Here's the scoop, I got a generic-purpose database (in the form of *.mdb and *.ldf) from a 'reputable' source on the net. But when I attempted to attach it to my sql server 2000 with SP3 with EM, it failed complaining "Could not find row in sysindexes for database ID 10, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes." That message appears familiar. I seem to recall that is what happens if you try to attach an SQL 2005 database on SQL 2000. As far as SQL 2000 that is a database that is alien, and for which it cannot really have any graceful handling off. Then, I attempted to command line attach (thought it may have some option...), same outcome. Then, ran a search on this NG, and found the following thread, Which is from 1998, and applies to really old versions of SQL Server. -- Erland Sommarskog, SQL Server MVP, esq... (AT) sommarskog (DOT) se Books Online for SQL Server 2005 athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books... Books Online for SQL Server 2000 athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx |
#4
| |||
| |||
|
|
Thanks for the follow-up, Erland. I tried to attach it with sql server 2005 as well, the restored db seemed weired with "D:\aName \blakdsm\blad..", empty, not workable. Now, suppose I can get a clean/good copy for server 2005, what are the chances of success of using DUMB database then BACKUP or LOAD back into server 2000? These two boxes are not connected and they can't. |
#5
| |||
| |||
|
|
time management (tatata9... (AT) gmail (DOT) com) writes: Thanks for the follow-up, Erland. I tried to attach it with sql server 2005 as well, the restored db seemed weired with "D:\aName \blakdsm\blad..", empty, not workable. Now, suppose I can get a clean/good copy for server 2005, what are the chances of success of using DUMB database then BACKUP or LOAD back into server 2000? These two boxes are not connected and they can't. If you need to move a database from SQL 2005 to SQL 2000 you need to create from scripts and copy data to file with bulk copy. If the database uses features that do not exist in SQL 2000, you will have to make some compromises. You cannot restore a backup from SQL 2005 on SQL 2000. For quite obvious reasons: there are features in SQl 2005 for which SQL 2000 is not prepared. -- Erland Sommarskog, SQL Server MVP, esq... (AT) sommarskog (DOT) se Books Online for SQL Server 2005 athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books... Books Online for SQL Server 2000 athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx |

![]() |
| Thread Tools | |
| Display Modes | |
| |