Viewing post 1 (of 1 total)
Or, you could just run sp_help <tablename> and get all this information without any additional coding.
Note that you cannot qualify your table name with a schema name. "sp_help dbo.MyTable" will...
February 20, 2014 at 4:20 pm
#1690925