Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag monitoring Rss

<< Previous 20    Items 41 to 60 of 166    Next 20 >>
 

Using SQL Server to collect information from your Oracle server

Using linked connections you can collect system information on your Oracle server from SQL server.  Read more...
By Rudy Panigas 2011/06/06 | Source: SQLServerCentral.com | Category: monitoring
Rating: |  Discuss |   Briefcase | 3,295 reads

Collect SQL Server/Process Information - Quickly

Execute this script to get information on SQL server, databases, processes, memory, buffer, locks, etc.  Read more...
By Rudy Panigas 2011/04/21 | Source: SQLServerCentral.com | Category: monitoring
Rating: |  Discuss |   Briefcase | 5,054 reads

What's Happening Here?

A look at what's happening with the SQLServerCentral servers based on the public information exposed by SQL Monitor.  Read more...
By Steve Jones 2010/12/09 | Source: SQLServerCentral.com | Category: sqlservercentral
Rating: |  Discuss |   Briefcase | 1,701 reads

How to Monitor for High CPU utilization in SQL Server

This is the method that Geoff Albin has used for years to monitor the CPU on his SQL Servers.  Read more...
By Geoff Albin 2012/10/19 (first published: 2010/11/17) | Source: SQLServerCentral.com | Category: cpu
Rating: |  Discuss |   Briefcase | 23,558 reads

How to centralize your SQL Server Event Logs.

Learn how you can centralize the Event log data for your servers using a process that Geoff Albin has been using for over 10 years.  Read more...
By Geoff Albin 2010/11/08 | Source: SQLServerCentral.com | Category: monitoring
Rating: |  Discuss |   Briefcase | 7,255 reads

Under the ORM Hood: Revealing the SQL

Your application code may look neat and clean, and you are using a sound Object-relational Mapper, but when you put the pedal to the metal, you're not getting the performance. The time has come to lift the hood and see what SQL is being generated by the ORM, and what part of your code is causing the bottlenecks. The effect can be spectacular.  Read more...
By Additional Articles 2010/11/05 | Source: SimpleTalk | Category: monitoring
Rating:  Rate this |   Briefcase | 2,693 reads

Transcation Log space monitoring

This SP will monitor T-Log space and sends mail to DBA if log space usage is above threshold value  Read more...
By Vinayaka Gangadhar 2010/10/05 | Source: SQLServerCentral.com | Category: transcation log
Rating: |  Discuss |   Briefcase | 3,135 reads

Using the UPTIME Utility to Monitor Servers

Learn how to use a free utility to quickly monitor the uptime of your SQL Server instances.  Read more...
By Richard Pless, Shawn Calderon 2010/06/23 | Source: SQLServerCentral.com | Category: monitoring
Rating: |  Discuss |   Briefcase | 7,888 reads

SQL Server System Report

Report to keep you abreast of various details of an instance, including: general properties, uptime, drive space, db size allocation, growth stats, backups, jobs, unused indexes, & more...  Read more...
By Sean Smith 2010/06/17 | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |   Briefcase | 6,619 reads

Default trace - A Beginner's Guide

This article is the beginner's guide to Default Trace. The article outlines how to query the default trace for key trace events, with a focus on DDL history.  Read more...
By Adam Haines 2010/06/11 (first published: 2008/11/11) | Source: SQLServerCentral.com | Category: sql server 2005
Rating: |  Discuss |   Briefcase | 36,520 reads

Disk Space Report

This scripts helps to power you with the disk space monitoring for the Mount points. Hope this helps  Read more...
By Aditya Kota 2010/05/27 | Source: SQLServerCentral.com | Category: disk space
Rating: |  Discuss |   Briefcase | 3,583 reads

Change Monitor in SQL Server 2005

Track object definition or table schema changes in any database. Batteries required: you need to create a few things to make it run.  Read more...
By David Korb 2010/05/14 | Source: SQLServerCentral.com | Category: change
Rating: |  Discuss |   Briefcase | 1,605 reads

Light Weight Monitoring using Extended Events

Extended events provide DBAs with a new lightweight tool to monitor SQL Server performance.  Read more...
By Additional Articles 2010/04/19 | Source: SQL Server Performance | Category: monitoring
Rating: (not yet rated)  Rate this |   Briefcase | 2,161 reads

SQL Overview VI - Monitoring Process Locks

In the sixth part of his series on monitoring your SQL Server, David Bird looks at process locks.  Read more...
By David Bird 2011/07/22 (first published: 2010/03/31) | Source: SQLServerCentral.com | Category: monitoring
Rating: |  Discuss |   Briefcase | 14,902 reads

SQL Overview V - Monitoring Long Running Jobs

Continuing with his series on monitoring your SQL Servers, David Bird now looks a a way to fin those long running, active jobs.  Read more...
By David Bird 2011/07/29 (first published: 2010/03/24) | Source: SQLServerCentral.com | Category: monitoring
Rating: |  Discuss |   Briefcase | 16,369 reads

Database Activity Monitoring Part 1 - An Introduction

We are inundated with new technologies and products designed to help make our organisations safe from hackers and other malcontents. One technology that has gained ground over the past few years is database activity monitoring. It makes sense to protect valuable databases, and by adding an intelligent monitor capable of sniffing out threats an additional level of protection can be gained. But what is database activity monitoring and why should you care?   Read more...
By Additional Articles 2010/03/08 | Source: Other | Category: monitoring
Rating: (not yet rated)  Rate this |   Briefcase | 4,307 reads

Using SQL Server 2008 PBM to Monitor Free Space

Keeping track of the space used and free in your database files is something that all experienced DBAs need to do. And something many new DBAs forget. New author Jayakumar Krishnan brings us an easy technique to do this in SQL Server 2008 with Policy Based Management.  Read more...
Rating: |  Discuss |   Briefcase | 7,266 reads

What SQL Statements Are Currently Executing?

This article describes a utility that allows you to identify what SQL statements are currently executing.  Read more...
By Ian Stirk 2009/12/11 (first published: 2008/10/28) | Source: SQLServerCentral.com | Category: dmv
Rating: |  Discuss |   Briefcase | 46,583 reads

SQL Server Monitoring Scripts with the DMVs

If you do not have a third party monitoring tool in place, the only way is to constantly monitor SQL Server. To do this without being overly intrusive, we need to rely on the SQL Server DMVs.   Read more...
By Additional Articles 2009/10/23 | Source: MSSQLTips.com | Category: monitoring
Rating: (not yet rated)  Rate this |   Briefcase | 4,257 reads

SQL Server Information

By VM-723206 2009/10/15 | Category: monitoring
Rating: (not yet rated) |  Discuss |   Briefcase | 3,355 reads
<< Previous 20    Items 41 to 60 of 166    Next 20 >>
 
Tags
sql server 7 (55)    
administration (38)    
t-sql (14)    
performance tuning (11)    
sql server 2005 (10)    
miscellaneous (9)    
sql server 6.5 (7)    
configuring (6)    
jobs (6)    
powershell (6)    
auditing (5)    
advanced querying (4)    
backup / restore (4)    
replication (4)    
asp.net (3)    
excel (3)    
integration services (ssis) (3)    
linked server (3)    
programming (3)    
red gate software (3)    
scome (3)    
security (3)    
sql agent (3)    
sql monitor (3)    
sql server 2008 (3)    
strategies (3)    
alerting (2)    
automation (2)    
cpu (2)    
database design (2)    
database size (2)    
default trace (2)    
dmv (2)    
dts (2)    
editorial (2)    
editorial - ipod (2)    
editorial - wmv (2)    
event logs (2)    
indexing (2)    
locking (2)    
naming standards (2)    
operations manager (2)    
performance monitoring (2)    
profiler (2)    
reviews (2)    
scom (2)    
sql trace (2)    
stored procedures (2)    
webinar (2)    
xml (2)    
affinity (1)    
alerts (1)    
basics (1)    
blocking (1)    
blogs (1)    
capacity planning (1)    
change (1)    
change data capture (cdc) (1)    
clustering (1)    
code snippets (1)    
custom metrics (1)    
custom scripting (1)    
dac (1)    
data growth (1)    
database properties (1)    
disaster recovery (dr) (1)    
disk space (1)    
distributed queries (1)    
editorial - mp3 (1)    
english query (1)    
errorlogs (1)    
extended events (1)    
graphs (1)    
growth (1)    
i/o (1)    
information_schema.columns (1)    
information_schema.routine_columns (1)    
installation (1)    
instance properties (1)    
internals (1)    
ip (1)    
mdw (1)    
on-call duties (1)    
openxml (1)    
oracle (1)    
orm (1)    
policy based management (pbm) (1)    
processes (1)    
product reviews (1)    
production support (1)    
reporting services (ssrs) (1)    
schedulers (1)    
server side trace (1)    
size (1)    
sp_spaceused (1)    
space (1)    
space usage (1)    
sql response (1)    
sql-dmo (1)    
sqlservercentral (1)    
stairway series (1)    
sys.dm_os_ring_buffers (1)    
sys.dm_os_schedulers (1)    
sys.dm_os_sysinfo (1)    
sys.objects (1)    
sys.syscomments (1)    
trace (1)    
transaction logs (1)    
transcation log (1)    
triggers (1)    
troubleshooting (1)    
updategrams (1)    
uptime (1)    
user defined function (udf) (1)    
what queries are running (1)    
xsl (1)