Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Have you third party software to gen and print the sturt
Message
From
18/02/2011 07:20:18
 
 
To
18/02/2011 02:00:12
General information
Forum:
Microsoft SQL Server
Category:
Third party products
Environment versions
SQL Server:
SQL Server 2005
Application:
Desktop
Miscellaneous
Thread ID:
01500660
Message ID:
01500678
Views:
44
>HI, ALL
> i want to print the Data sturture (like tables > modify screen ), will show the Column Name, Data Type , Allow Nulls in
>sql server management studio.....So i think to ask you have not third party software to gen and print the data sturture ?

The quick way is to right click on the database and Select "Generate SQL Script"

You can also use: sp_help [ table name ] or even run it from VFP using sqlconnect() and sqlexec()

or select * from INFORMATION_SCHEMA.columns where table_name = 'mytablename'

(from VFP assuming you setup a DSN and then use sqlconnect() and sqlexec() )
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Reply
Map
View

Click here to load this message in the networking platform