Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Have you third party software to gen and print the sturt
Message
De
18/02/2011 07:20:18
 
 
À
18/02/2011 02:00:12
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Produits tierce partie
Versions des environnements
SQL Server:
SQL Server 2005
Application:
Desktop
Divers
Thread ID:
01500660
Message ID:
01500678
Vues:
43
>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"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform