bj?rn lundin (b.f.lundin@gmail.com) writes:
Try "EXEC sp_help 'tbl'". Which you can shorten to "sp_help tbl", as long
as there is no schema component in the name.
Although, Microsoft is moving away from the sp_helpxxx procedures, why new
features may not be presented in these. Rather, MS thinks it better to query
the catalog views directly.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx