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

Content with tag Monitoring Rss

   Items 1 to 20 of 142    Next 20 >>
 

Who did what?

This select will show the last sql statement for every open session plus many helpfull information.  Read more...
By mobasha B 0001/01/01 | Source: SQLServerCentral.com | Category: monitoring
Rating: |  Discuss |  Briefcase | 3,545 reads

Monitor Any Linked Server From SQL 2005

Best way to monitor Excel, Access, SQL Linked Servers from SQL 2005  Read more...
By Sakthivel Chidambaram 0001/01/01 | Source: SQLServerCentral.com | Category: monitoring
Rating: |  Discuss |  Briefcase | 2,797 reads

Automating Daily Checks with Powershell

Using Powershell to create color coded backup reports for all servers in your environment.  Read more...
By Warren Campbell 2011/12/19 | Source: SQLServerCentral.com | Category: powershell
Rating: |  Discuss |  Briefcase | 8,427 reads

Job Summary

This script lists the name, running and success status, last executed/currently executing step name, Average and Last duration, next run time and other related information about Jobs.  Read more...
By Adnan Korkmaz 2011/12/07 | Source: SQLServerCentral.com | Category: jobs
Rating: |  Discuss |  Briefcase | 863 reads

Create a Monitoring Server for SQL Server with PowerShell

At some point you are going to need a notification system for a range of events that occur in your servers. Laerte Junior shows how you can even set up temporary or permanent alerts for any WMI events to give you a system that fits your server environment perfectly.  Read more...
By Additional Articles 2011/11/09 | Source: SimpleTalk | Category: powershell
Rating:  Rate this |  Briefcase | 2,361 reads

An Easy Way to Monitor SQL Server Replication

In SQL Server, replication is a widely adopted technology for the purpose of real-time data replication between SQL servers. It serves the purpose of keeping data consistent between multiple end points. So the last thing we want to hear from clients is that data is no longer in synch, and as DBA, we don't want to be the last person to realize replication is out of order or broken. Here are some steps you can take to monitor SQL Server replication.  Read more...
By Additional Articles 2011/10/26 | Source: Database Journal | Category: monitoring
Rating: (not yet rated)  Rate this |  Briefcase | 2,290 reads

Disk Space Monitoring and Early Warning with PowerShell

Sean Duffy recently had an unwelcome encounter with Exchange Server Back Pressure, which cut off his message flow due to a lack of space on the server. To make sure it didn’t happen again, he found a way to automatically monitor all his servers from afar, with a little PowerShell magic.  Read more...
By Additional Articles 2011/09/12 | Source: SimpleTalk | Category: powershell
Rating:  Rate this |  Briefcase | 3,187 reads

Preventing Problems in SQL Server

It is never a good idea to let your users be the ones to tell you of database server outages. It is far better to be able to spot potential problems by being alerted for the most relevant conditions on your servers at the best threshold. This will take time and patience, but the reward will be an alerting system which allows you to deal more effectively with issues before they involve system down-time.  Read more...
By Additional Articles 2011/09/01 | Source: SimpleTalk | Category: monitoring
Rating: (not yet rated)  Rate this |  Briefcase | 3,034 reads

Tracking processes

This script quick tip for those who will accurately monitor sessions on SQL Server.  Read more...
By Wellington Vitoriano 2011/08/16 | Source: SQLServerCentral.com | Category: monitoring
Rating: |  Discuss |  Briefcase | 1,229 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 | 15,320 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,306 reads

SQL Overview SSIS Package III - Full Package

Continuing on with his series on reporting for your SQL Server, David Bird brings together the series with the full package used for building the report.s  Read more...
By David Bird 2011/07/15 (first published: 2008/01/22) | Source: SQLServerCentral.com | Category: integration services (ssis)
Rating: |  Discuss |  Briefcase | 19,249 reads

Monitor SQL Server Replication Jobs

The Replication infrastructure in SQL Server is implemented using SQL Server Agent to execute the various components involved in the form of a job (e.g. LogReader agent job, Distribution agent job, Merge agent job) SQL Server jobs execute a binary executable file which is basically C++ code.  Read more...
By Additional Articles 2011/07/11 | Source: SQL Server Performance | Category: replication
Rating: (not yet rated)  Rate this |  Briefcase | 2,278 reads

SQL Overview SSIS Package II - Retrieving SQL Error Log

In Part II of his series on monitoring SQL Servers, David Bird takes a look at importing data from your error logs.  Read more...
By David Bird 2011/07/08 (first published: 2008/01/14) | Source: SQLServerCentral.com | Category: integration services (ssis)
Rating: |  Discuss |  Briefcase | 16,494 reads

Email Long Running SPID Info

This script will email info about the longest running SPID in an HTML formatted table  Read more...
By Deon Benjamin 2011/07/07 | Source: SQLServerCentral.com | Category: performance
Rating: |  Discuss |  Briefcase | 1,287 reads

SQL Overview Part 1

Monitoring your SQL Server instances and figuring out what's going on is important to keep an eye on your environment. David Bird brings us a new series that looks at how you might start setting this up with Integration Services.   Read more...
By David Bird 2011/07/01 (first published: 2008/01/07) | Source: SQLServerCentral.com | Category: integration services (ssis)
Rating: |  Discuss |  Briefcase | 24,422 reads

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,104 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 0001/01/01 | Source: SQLServerCentral.com | Category: monitoring
Rating: |  Discuss |  Briefcase | 4,609 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,691 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 2010/11/17 | Source: SQLServerCentral.com | Category: cpu
Rating: |  Discuss |  Briefcase | 16,035 reads
   Items 1 to 20 of 142    Next 20 >>
 
Tags
sql server 7 (55)    
administration (37)    
t-sql (13)    
miscellaneous (9)    
performance tuning (9)    
sql server 2005 (9)    
sql server 6.5 (7)    
configuring (6)    
advanced querying (4)    
auditing (4)    
backup / restore (4)    
jobs (4)    
powershell (4)    
replication (4)    
asp.net (3)    
integration services (ssis) (3)    
linked server (3)    
programming (3)    
scome (3)    
security (3)    
sql server 2008 (3)    
strategies (3)    
automation (2)    
database design (2)    
database size (2)    
dmv (2)    
dts (2)    
editorial (2)    
editorial - ipod (2)    
editorial - wmv (2)    
excel (2)    
indexing (2)    
locking (2)    
naming standards (2)    
operations manager (2)    
performance monitoring (2)    
reviews (2)    
scom (2)    
stored procedures (2)    
xml (2)    
alerts (1)    
basics (1)    
blocking (1)    
capacity planning (1)    
change (1)    
change data capture (cdc) (1)    
clustering (1)    
code snippets (1)    
cpu (1)    
custom scripting (1)    
dac (1)    
data growth (1)    
default trace (1)    
disaster recovery (dr) (1)    
disk space (1)    
distributed queries (1)    
editorial - mp3 (1)    
english query (1)    
errorlogs (1)    
event logs (1)    
extended events (1)    
growth (1)    
i/o (1)    
information_schema.columns (1)    
information_schema.routine_columns (1)    
installation (1)    
ip (1)    
mdw (1)    
on-call duties (1)    
openxml (1)    
oracle (1)    
orm (1)    
pbm (1)    
performance (1)    
processes (1)    
product reviews (1)    
profiler (1)    
red gate software (1)    
sp_spaceused (1)    
space usage (1)    
sql agent (1)    
sql monitor (1)    
sql response (1)    
sql trace (1)    
sql-dmo (1)    
sqlservercentral (1)    
sys.objects (1)    
sys.syscomments (1)    
transcation log (1)    
triggers (1)    
troubleshooting (1)    
updategrams (1)    
uptime (1)    
user defined function (udf) (1)    
what queries are running (1)    
xsl (1)