Useful system stored procedures in SQL Server

后端 未结 12 839
醉话见心
醉话见心 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条回答
  •  闹比i
    闹比i (楼主)
    2021-01-30 04:11

    master.dbo.xp_cmdshell

    I can't list the number of times I didn't have RDP access to a box but did have a SQL login with sufficient permissions to execute that in order to run shell commands on it.

提交回复
热议问题