Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Has anyone got a Msg 604 while executing a query

Status
Not open for further replies.

shweta

Technical User
Mar 20, 2001
27
US
Hi,

I am trying to do a select into across linked servers. For example

SELECT *
INTO DB1.dbo.Table1
FROM RemoteServer.DB1.dbo.Table1

I get the error

Server: Msg 604, Level 21, State 5, Line 1
Could not find row in sysobjects for object ID 0 in database '0'. Run DBCC CHECKTABLE on sysobjects.

And it happens intermittently, for no reason at all.

Has anyone ever run into this before?

Thanks
Shweta
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top