A Procedure that simulates Oracle's SQL*PLUS DESCRIBE command
(Eli Leiba) The following T-SQL procedure is designed specifically for DBA'S and developer that used to work alot with Oracle databases and want to get the tables structure in a format like the sql*plus DESCRIBE statement
Read More >>