Is there a resource in SqlServerDsc I can use to configure the ALTER TRACE server permission?

后端 未结 0 1506
情歌与酒
情歌与酒 2021-02-13 23:41

Can I implement the following T-SQL code using a PowerShell DSC resource from the SqlServerDsc module?

USE master
GRANT ALTER trace TO [myUser]

I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题