SDU Tools: List all columns and data types in a SQL Server database
One of the first things that I often do when familiarizing myself with a database, is to get a list of all the tables, columns, and data types. This immediately tells me a lot about how the database was designed.
For example, have they made newbie mistakes like using float for storing amounts of money.
One of our free SDU Tools makes this easy.
In the image above you can see the ListAllColumnsAndDataTypes procedure in use.
2018-03-07
Image by Nathan Dumlao[/caption]
Image from MSDN[/caption]