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
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 MSDE 2.0 created database running in SQL server 7

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-05-08 : 08:13:56
sujoy writes "The issue I have is that I have created an application with SQL Server 2000 database . When I run the application on a machine that has SQL Server 7.0 I get the following error
Server: Msg 906, Level 22, State 2, Line 1
Could not locate row in sysobjects for system catalog 'Sysobjects' in
database 'worker_compensation'. This system catalog should exist in all
databases. Run DBCC CHECKTABLE on sysobjects in this database.

I am unable to determine the cause for this . Any sugesstion would be welcome

Thanks
Sujoy"

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-05-08 : 12:25:46
Well have you run DBCC CHECKTABLE? Does your application support both SQL Server 2000 and 7.0? If you are missing sysobjects, then you've got a serious problem. You will probably need to reinstall SQL Server on the machine that is giving you the problem. Why are you running the application on a machine that has SQL Server on it? SQL Server should be installed on a dedicated server. Your application should run elsewhere.

Tara
Go to Top of Page
   

- Advertisement -