This format makes it clear what each query does. Let me know if you need any modifications! ??

This format makes it clear what each query does. Let me know if you need any modifications! ??

SELECT name, create_date FROM sys.databases
SELECT * FROM information_schema.schemata
select * from sys.tables
select * from sys.procedures
select * from sys.all_views
select * from sys.all_columns
SELECT DB_NAME(database_id) AS database_name, COUNT(*) AS query_count FROM sys.dm_exec_requests GROUP BY database_id ORDER BY query_count DESC;

thanks you for this information

回复
MD Nizam Uddin Tuhin

Software Engineer | Full Stack Developer | .NET Developer | Angular Developer

2 个月

Interesting

回复

要查看或添加评论,请登录

Akter Hossain的更多文章

  • Description By ERP Software

    Description By ERP Software

    What is ERP? ERP (Enterprise Resource Planning) is a type of software that integrates and manages core business…

社区洞察

其他会员也浏览了