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

Related Posts by Categories

0 comments:

Post a Comment