Tuesday, November 22, 2016

TSQL List Names of SQL Systypes

,
This is mainly a quick reminder for me. To look up the actual names of a given SQL datatype this query works well:

SELECT xtype, name FROM systypes
ORDER BY xType
Thanks Jason for the link:
 xTypes on syscolumns

0 comments to “TSQL List Names of SQL Systypes”

Post a Comment

 

Computer Info Copyright © 2016 -- Powered by Blogger