Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

Browse by Tags · View All
sql_server 217
t-sql 211
tsql 116
sqlserver 96
BRH 78
#SQLServer 66
#TSQL 56
SQL Server 34
function 11
SSMS 9

Archive · View All
August 2007 17
August 2010 8
June 2012 7
June 2011 7
November 2007 7
August 2012 6
May 2012 6
November 2011 6
August 2011 6
October 2011 6

Madhivanan's TSQL Blog

List of datatypes supported in SQL Server

Nov 8 2010 3:15AM by Madhivanan   

We frequently use some datatypes like INT, CHAR, VARCHAR,etc. But there are currently 37 datatype supported by SQL Server. If you want to know the list of supported datatype, run the following methods

Method 1 : Use system stored procedure sp_datatype_info

exec sp_datatype_info 

Method 2 : Use system table sys.types

select * from sys.types 

There are other system stored procedures specific to each versions

Version 2005

exec sp_datatype_info_90 

Version 2008

exec sp_datatype_info_100

Tags: t-sql, sql_server, sqlserver, tsql, BRH, DataTypes, #TSQL, #SQLServer,


Madhivanan
3 · 39% · 12419
0
Liked
 
0
Lifesaver
 
0
Refreshed
 
0
Learned
 
0
Incorrect



Submit

5  Comments  

  • Madhi sir, Eventhough am having sql server 2005 the SPs are not found.. pls tell me y its happening so..i dont know whether anything may get dropped...

    commented on Dec 8 2010 11:21PM
    Haripriya
    2114 · 0% · 6
  • the default SPs are not woking... y so..

    commented on Dec 8 2010 11:21PM
    Haripriya
    2114 · 0% · 6
  • Haripriya ,

    What did you mean by "default stored procedure"?

    commented on Dec 9 2010 4:58AM
    Madhivanan
    3 · 39% · 12429
  • This is great. Useful if one does not have BOL handy to see what data-types are supported by a given version.

    Thanks for sharing, Madhivanan!

    commented on Sep 4 2011 5:17AM
    Nakul Vachhrajani
    4 · 33% · 10575
  • Thanks for the feedback Nakul

    commented on Sep 5 2011 2:05AM
    Madhivanan
    3 · 39% · 12419

Your Comment


Sign Up or Login to post a comment.

    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]