Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server determining ownership of a table
Message
 
To
28/11/2006 09:47:56
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01172927
Message ID:
01172932
Views:
14
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform