Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 How to print the list of all data type?

Author  Topic 

Sun Foster
Aged Yak Warrior

515 Posts

Posted - 2008-06-17 : 13:53:02
How to print the list of all data type and example?
For example, bit, int, datetime...

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-06-17 : 13:54:25
Go to SQL Server Books Online, type in data types.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2008-06-17 : 13:58:36
select * from master..systypes


Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -