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

<< Previous 20    Items 21 to 40 of 11664    Next 20 >>
 

The Challenger

There is plenty of competition in the database platform space for SQL Server. There's a new NuSQL platform, whose vendor hopes will replace SQL Server as the platform of choice in the cloud. However Steve Jones isn't sure this will be the case.  Read more...
By Steve Jones 2013/05/15 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 126 reads

SQL Saturday #220 - Atlanta

A free day of training this weekend in Atlanta, GA.  Read more...
By Press Release 2013/05/15 | Source: SQLServerCentral.com | Category: sql saturday
Rating: (not yet rated)  Rate this |   Briefcase | 2,216 reads

Forwarding Pointers in Heaps

When no clustered index is defined on a table, that table is said to be a Heap. Heaps are not ideal when it comes to performance but there are lots of instances where you have heaps.   Read more...
By Additional Articles 2013/05/15 | Source: SQL Server Performance | Category: heaps
Rating:  Rate this |   Briefcase | 2,044 reads

Converting Large Object Data Types

Eliminate pesky legacy TEXT, NTEXT and IMAGE data types with this handy script.  Read more...
By Othman Hack 2013/05/14 | Source: SQLServerCentral.com | Category: data types
Rating: |  Discuss |   Briefcase | 3,969 reads

The Platform Problem

Steve Jones sees a problem with the Azure platform. It's one that he thinks is limiting adoption, and may become a big problem for Microsoft at some point.  Read more...
By Steve Jones 2013/05/14 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 109 reads

SQL Saturday #212 - Redmond

A free day of training in Redmond, WA this weekend on May 18, 2013.  Read more...
By Press Release 2013/05/14 | Source: SQLServerCentral.com | Category: sql saturday
Rating: (not yet rated)  Rate this |   Briefcase | 1,856 reads

How to Synchronize Two SSAS Servers

Unfortunately SQL Server Analysis Services (SSAS) does not support differential backups and creating full backups for the servers might take too much time. In this tip we are going to show how to synchronize two SSAS servers in order to have a failover server in case something goes wrong with one of the servers.  Read more...
By Additional Articles 2013/05/14 | Source: MSSQLTips.com | Category: ssas
Rating:  Rate this |   Briefcase | 1,760 reads

Case Study: Designing Scaled-Out Architecture

On Thursday May 16th 12PM Central time, Robert Davis will discuss public facing websites on a global scale when looking at Data Architecture.  Read more...
By Press Release 2013/05/14 | Source: SQLServerCentral.com | Category: pass virtual chapters
Rating: (not yet rated)  Rate this |   Briefcase | 2,478 reads

Better Coding, More Savings

The way we write code impacts our users, but it can also impact our wallet, especially in cloud computing. Steve Jones wonders how many people bother to profile and test their code.  Read more...
By Steve Jones 2013/05/13 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 204 reads

Loginless In Seattle

Identify orphaned Database Users and differentiate them from "Loginless" Database Users.  Read more...
By Orlando Colamatteo 2013/05/13 | Source: SQLServerCentral.com | Category: security
Rating: |  Discuss |   Briefcase | 2,651 reads

Data Science Sanity Checks

Phil Factor on three "sanity checks" that any data scientist must perform in order to prevent businesses from interpreting data analysis errors, or fraudulent activity, as real trends.  Read more...
By Phil Factor 2013/05/13 | Source: SQLServerCentral.com | Category: editorial
Rating: |  Discuss |   Briefcase | 78 reads

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,117 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 | 3,920 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,395 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,170 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 | 105 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,706 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,095 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 | 584 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,077 reads
<< Previous 20    Items 21 to 40 of 11664    Next 20 >>