Looking for a script to scan all tables in all SQL Server databases and list the columns which are large objects (TEXT, NTEXT, ,IMAGE VARCHAR(MAX), NVARCHAR(MAX), FILESTREAM, XML, VARBINARY).
while I probably can code this myself, I want a ready made script.
Update Removed FILESTREAM from IN since the data_type is VARBINARY which is already captured