标签 SqlServer 下的文章

Zabbix使用模板监控SQLSERVER **1.安装Zabbix Agent** https://www.zabbix.com/download_agents **2.下载SQLSERVER监控模板** https://share.zabbix.com/databases/microsoft-sql-server/template-for-microsoft-sql-server 解压: Zabbix Template for Microsoft SQL Server\Without SQL instance discovery

Tags: SqlServer Zabbit Agent

Read more

group by (1) group by的含义:将查询结果按照1个或多个字段进行分组,字段值相同的为一组 (2) group by可用于单个字段分组,也可用于多个字段分组

Tags: SqlServer Group By

Read more

select * from sysobjects where xtype='u' --查看数据库中的表信息 AVG(字段名) 平均值 COUNT(*|字段名) 行数统计 MAX(字段名) 取得一个表格栏最大的值 MIN(字段名) 取得一个表格栏最小的值

Tags: SqlServer 常用命令

Read more

V