Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 run DBCC CHECKTABLE

Author  Topic 

mwagz
Starting Member

4 Posts

Posted - 2007-01-03 : 07:37:47
I'm trying to attach a database but I got this error:
Could not find row in sysindexes for databse ID 15, index ID 1.
How do i run DBCC ?

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-01-03 : 08:31:01
Which database you are trying to attach? Is it from same version of SQL Server?

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

mwagz
Starting Member

4 Posts

Posted - 2007-01-03 : 08:36:15
I'm using MS SQL Server 2000. The database was created in the same and I'm trying to attach it into another new one which i create on another machine.
Go to Top of Page
   

- Advertisement -