Useful system stored procedures in SQL Server

后端 未结 12 972
醉话见心
醉话见心 2021-01-30 03:17

I recently discovered that I could use the sp_help to get a table definition and have been hooked onto it since then. Before my discovery, I had to open up the Obje

12条回答
  •  青春惊慌失措
    2021-01-30 04:11

    highlight any proc or other system object name in your query editor and hit shift-f1 to get help for that word.

提交回复
热议问题