SQL Server

From Rixort Wiki
Revision as of 15:19, 9 August 2019 by Paul (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Foreign keys

Unlike MySQL, SQL Server does not automatically add an index when creating a foreign key constraint.

Tips

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