Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine Tables on FileGroup
Message
De
17/01/2004 05:20:09
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Divers
Thread ID:
00867490
Message ID:
00867765
Vues:
16
Check the sysfiles system table and sysobjects.

The below query lists all objects on a particular file group.

select name from sysobjects
where id in (select id from sysindexes
where name = 'data file name')
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform