SQL Server: Difference between revisions

From Rixort Wiki
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
Line 1: Line 1:
== Tips ==


The equivalent of <code>describe [table]</code> (MySQL) is <code>exec sp_help [table]</code>

Revision as of 14:39, 9 August 2019

Tips

The equivalent of describe [table] (MySQL) is exec sp_help [table]