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

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

The Ten Commandments of SQL Server Monitoring

It is easy to get database monitoring wrong. There are several common-sense rules that can make all the difference between a monitoring system that works for you and helps to avoid database problems, and one that just creates a distraction. Adam Machanic spells out the rules, based on his considerable experience with database monitoring.  Read more...
By Additional Articles 2013/05/13 | Source: SimpleTalk | Category: monitoring
Rating:  Rate this |   Briefcase | 6,311 reads

Disturbing Development

Part 4 of the top 5 hard earned lessons of a DBA.  Read more...
By Additional Articles 2013/05/13 | Source: Red-Gate | Category: red gate software
Rating:  Rate this |   Briefcase | 4,079 reads

Indexed Views

This article will show you the importance of Indexed Views and how they can help performance.  Read more...
By Sarvesh Singh 2013/05/10 (first published: 2010/11/16) | Source: SQLServerCentral.com | Category: performance tuning
Rating: |  Discuss |   Briefcase | 21,539 reads

SQL Server Simple and Forced Parameterization

I have heard about parameterization for SQL Server queries, but what is Forced and Simple Parameterization and which one should I use for my SQL Server database?  Read more...
By Additional Articles 2013/05/10 | Source: MSSQLTips.com | Category: forced parameterization
Rating: (not yet rated)  Rate this |   Briefcase | 4,305 reads

Visualizations

A picture can express a thousand words. That's a phrase that many of us understand well, and one we embrace when we try to present large amounts of data in reports and dashboards. This week Steve Jones asks you what visualizations you use.  Read more...
By Steve Jones 2013/05/10 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 106 reads

Job overran Custom Metric

This SQL Monitor custom metric tells you if a specific SQL Server Agent job that runs at the same time every day has overrun. The metric is useful when a job can have negative effects on other processes if it overruns.  Read more...
By Press Release 2013/05/10 | Source: Red-Gate | Category: red gate software
Rating: (not yet rated)  Rate this |   Briefcase | 1,822 reads

Stairway to PowerPivot and DAX - Level 5: The DAX ISBLANK() Function

Business Intelligence architect, Analysis Services Maestro, and author Bill Pearson exposes the DAX ISBLANK() function, and then provides some hands-on exposure to its use, particularly in combination with other DAX functions, in managing empty values underlying our PowerPivot model designs.  Read more...
By Bill Pearson 2013/05/09 | Source: SQLServerCentral.com | Category: stairway series
Rating: |  Discuss |   Briefcase | 2,140 reads

Community-driven free Azure tips eBook

We’re putting together a free eBook of 50 tips for Azure Storage, if you’ve got tips that you’d like to share we’d love to hear from you.  Read more...
By Press Release 2013/05/09 | Source: SQLServerCentral.com | Category: books
Rating: (not yet rated) |  Discuss |   Briefcase | 592 reads

A Broken Data Model

After a recent trip, Steve Jones noted a problem somewhere with the way airlines are handling passenger data.  Read more...
By Steve Jones 2013/05/09 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 124 reads

Monitoring Transactional Replication in SQL Server

If you are using replication in SQL Server, you can monitor it in SSMS, but it makes sense to monitor distribution jobs automatically, especially if you can set up alerts or even set up first-line remedial action when a problem is detected. Francis shows how to do it in T-SQL as an agent job.  Read more...
By Additional Articles 2013/05/09 | Source: SimpleTalk | Category: transactional replication
Rating: (not yet rated)  Rate this |   Briefcase | 2,129 reads

Our Race with Machines

A future world where the machines rule, as shown in films like Terminator and the Matrix, isn't what most people want. However the fears of machines taking over much of our world are very real. Steve Jones thinks it's not as bad as you might believe.  Read more...
By Steve Jones 2013/05/08 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 92 reads

Rendering PDFs Natively in SQL

How to render PDF documents using SQL CLR. Also a good introduction on creating SQL CLR functions.  Read more...
By David Rueter 2013/05/08 | Source: SQLServerCentral.com | Category: pdf
Rating: |  Discuss |   Briefcase | 13,834 reads

Using Policy-Based Management to Check Number of SQL Server Data and Log Files

To meet our database configuration standards we want to make sure that we have only one database transaction log file and more than one data file. In this tip we look at how this can be done using a policy.  Read more...
Rating: (not yet rated)  Rate this |   Briefcase | 1,586 reads

SQL Saturday #220 - Atlanta

Join us for a free day of SQL Server training and networking in Atlanta on May 18th.  Read more...
By Press Release 2013/05/08 | Source: SQLServerCentral.com | Category: sql sat
Rating: (not yet rated)  Rate this |   Briefcase | 1,627 reads

Small Data

With all the talk about Big Data recently, Steve Jones looks at some of the issues with Big Data and how small data might be more important to you.  Read more...
By Steve Jones 2013/05/07 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 148 reads

Deploying CLR Assemblies with T-SQL

Learn how to simplify deployment and maintenance of SQL CLR assemblies by using T-SQL instead of Visual Studio.  Read more...
By David Rueter 2013/05/07 | Source: SQLServerCentral.com | Category: clr
Rating: |  Discuss |   Briefcase | 4,685 reads

Managing Slowly Changing Dimension with Slow Changing Transformation in SSIS

The easiest ways to maintain and manage slowly changing dimensions is using Slowly Changing Dimension Transformation in the data flow task of SSIS packages.  Read more...
Rating: (not yet rated)  Rate this |   Briefcase | 2,125 reads

An Introduction to the SQLCMD Mode in SSMS (SQL Spackle)

Using SQLCMD Mode in SSMS is easy. This short piece will show you how to get started.  Read more...
By Wayne Sheffield 2013/05/06 | Source: SQLServerCentral.com | Category: sqlcmd
Rating: |  Discuss |   Briefcase | 6,806 reads

Microsoft Research

Research in industry can help a company leap ahead of it's peers. Steve Jones thinks this is a good idea for many companies to engage in and highlights some of the great work being done at Microsoft Research.  Read more...
By Steve Jones 2013/05/06 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 78 reads

Introduction to SQL Server Filtered Indexes

SQL Server filtered indexes can save space and improve performance if they are used properly. Under what circumstances can they be used? When are they most effective, and what sort of performance gain or space-saving is likely? How does a filtered index affect the choice of execution plan? Seth Delconte explores these questions with practical experiments.  Read more...
By Additional Articles 2013/05/06 | Source: SimpleTalk | Category: filtered indexes
Rating: (not yet rated)  Rate this |   Briefcase | 3,958 reads
<< Previous 20    Items 41 to 60 of 11673    Next 20 >>