Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equivalent of VFP List Structure in T-SQL
Message
From
29/11/2006 16:13:50
 
 
To
29/11/2006 16:04:52
Hans-Otto Lochmann
Dr. Lochmann Consulting Gmbh
Frankfurt, Germany
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01173501
Message ID:
01173505
Views:
11
>Hi all,
>
>does anybody know the equivalent of
>
>USE MyTable
>LIST STRUCTURE TO C:\MyTableStructure.txt
>
>in T-SQL?
>
>Thanks in advance!
>
>Hans
SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'YOUR TABLE NAME HERE'
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform