my problem i'm facing is relevant to a closed thread (thread183-1149286). The script provided works fine and table access is also fine untill... the SQL service is restarted. From then on, the object seems not to be accesible anymore and the following error message appears when a SELECT statement like the following is issued:
SELECT [c1], [c2] FROM [Northwind].[dbo].[a]
"
Server: Msg 604, Level 21, State 5, Line 1
Could not find row in sysobjects for object ID 1141579105 in database 'a'. Run DBCC CHECKTABLE on sysobjects.
Connection Broken
"
Any idea why this happens and how can it be resolved?
really appreciated
thnx
SELECT [c1], [c2] FROM [Northwind].[dbo].[a]
"
Server: Msg 604, Level 21, State 5, Line 1
Could not find row in sysobjects for object ID 1141579105 in database 'a'. Run DBCC CHECKTABLE on sysobjects.
Connection Broken
"
Any idea why this happens and how can it be resolved?
really appreciated
thnx