Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sysobjects reports differently from DB to DB
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
00548728
Message ID:
00548801
Vues:
14
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform