Friday, November 12, 2010

How to get all datatypes of sqlserver 2005

Use the command........
Select * from sys.types
To get all column information of database then use the
select * from information_schema.columns

No comments:

Post a Comment