Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Sunday, July 30, 2017

i need the max length value of every column in every table in a database

SQLServerCentral » Latest topics
i need the max length value of every column in every table in a database
I'm creating some dynamic sql to loop through each table and column and basically generate some dynamis sql that will get the max length of each column in each table in a database. Then store it locally into a table like the below. create table Tabl

No comments: