1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > SQL SERVER-Extendevent系统视图

SQL SERVER-Extendevent系统视图

时间:2021-11-28 09:48:31

相关推荐

SQL SERVER-Extendevent系统视图

--获得扩展事件的事件select name,description from sys.dm_xe_objects where object_type='event' order by name--获得各事件的字段select c.name,c.description from sys.dm_xe_object_columns cinner join sys.dm_xe_objects o on o.name=c.object_namewhere o.name='sql_statement_starting'--查询谓词select name,description from sys.dm_xe_objects where object_type='pred_source'

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。