SDU Tools: List use of Deprecated Data Types in a SQL Server Database
I’m often reviewing existing databases and one of the first things I go looking for is the way they’ve used data types. In particular, I’m keen to know if they’ve used any deprecated data types (ie: ones that will/might be removed at some point). In our free SDU Tools for developers and DBAs, we added a procedure ListUseOfDeprecatedDataTypes to do just that, and to provide their details in a form that’s easy to consume programmatically if you need that.
2018-12-05

