Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sysobjects reports differently from DB to DB
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00548728
Message ID:
00548801
Views:
17
I cannot reproduce what you seeing. I tried the following on SQL Server 2000 SP1:

use pubs
select object_id('authors')
select name from sysobjects where id = object_id('authors')

use northwind
select object_id('pubs..authors')
select name from pubs..sysobjects where id = object_id('pubs..authors')

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform