Viewing 3 posts - 1 through 3 (of 3 total)
You can run DBCC CHECKDB with REPAIR_FAST option. This will fix your current database. Then you can use the detach and attach metod to copy database.
November 2, 2009 at 2:41 pm
#1074006
If table is owned by dbo then this query returns results as expected in SQL Server 2000.
select hire_date, * from employee order by hire_date desc
July 15, 2008 at 6:00 pm
#843464
I am encountering with the same problem when running the stored procedue sp_helpdb.I have changed the db owner to 'sa', but this did not help.I still get the same error.
Server:...
February 13, 2008 at 10:41 am
#777959