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:
Post a Comment