SQL SERVER 查询数据库状态

--查询数据库状态
select name,user_access,user_access_desc,
    snapshot_isolation_state,snapshot_isolation_state_desc,
    is_read_committed_snapshot_on
from sys.databases

  

 

创建时间:2020.07.17  更新时间:

相关文章:

  • 2022-01-28
  • 2022-03-07
  • 2022-12-23
  • 2022-02-27
  • 2022-12-23
  • 2021-08-07
  • 2021-08-07
猜你喜欢
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2022-01-23
  • 2022-12-23
  • 2021-12-14
相关资源
相似解决方案