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:
01172929
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 ?
>
SELECT * FROM INFORMATION_SCHEMA.TABLES 
	WHERE Table_type = 'BASE TABLE'
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform