Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server determining ownership of a table
Message
 
À
28/11/2006 09:47:56
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01172927
Message ID:
01172932
Vues:
15
>Is there a way I can use sysobjects or any other sys table in SQL server so that I can programmatically determine the name of a sql table via VFP code ?
>
>Thanks for your help !
>Stephen J. Hunt

I am a little confused, in Title you ask about ownership, but in message you ask about table name.
Here the list of all tables, that belong to current DB.
SELECT * from INFORMATION_SCHEMA.TABLES 
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform