Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is the function for the data types?
Message
De
11/09/2006 15:07:15
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
 
 
À
11/09/2006 14:03:47
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01152821
Message ID:
01152848
Vues:
23
>I know I can use syscolumns table, but is exist a function to use in a select from ?

For user-defined types: SELECT * FROM dbo.INFORMATION_SCHEMA.DOMAIN_CONSTRAINTS

For built-in types you have to hard code the names.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform