摘要:
参考资料:https://www.cnblogs.com/lyhabc/archive/2013/02/10/2909761.html 参考资料:https://www.codeproject.com/Tips/1079651/Automatic-Missing-Indexes-Creation-S 阅读全文
摘要:
查看数据库连接情况 SELECT * FROM master.dbo.sysprocesses WHERE dbid = DB_ID('COMS'); 查看数据库允许的最大连接 SELECT @@MAX_CONNECTIONS; 查看数据库启动时间 SELECT sqlserver_start_ti 阅读全文
摘要:
【文章转自:https://www.red-gate.com/simple-talk/sql/performance/tune-your-indexing-strategy-with-sql-server-dmvs/】 使用SQL Server DMV调整索引策略 SQL Server索引必须是有效 阅读全文