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 11735    Next 20 >>
 

A Quick Tour of the Performance Dashboard Reports

SQL Server Performance Dashboard comprises a set of custom reports that give you nitty gritty details about the performance of your SQL Server instance.  Read more...
Rating: |  Discuss |   Briefcase | 7,668 reads

The Watson Service

IBM's Watson project continues to grow and the latest implementation might be one that affects many of us in our daily lives.  Read more...
By Steve Jones 2013/06/11 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 82 reads

SQL Server 2012 Integration Services - Using PowerShell to Configure Project Environments

Continuing our discussion on how to leverage the capabilities of PowerShell to automate the most basic SSIS management tasks, this article will explore more complex topics by demonstrating the use of PowerShell in implementing and utilizing project environments.  Read more...
Rating: (not yet rated)  Rate this |   Briefcase | 1,707 reads

The Importance of Reading Comments

Read when you search for help on the internet. You might miss a very important part of what you must do.  Read more...
By Manie Verster 2013/06/10 | Source: SQLServerCentral.com | Category: sql server 2012
Rating: |  Discuss |   Briefcase | 4,504 reads

Help us improve SQL Source Control

We've been working really hard on SQL Source Control, and need your input. We're currently working on suggestions from our user forum and on an updated migrations feature that supports all source control systems and works across branches. We'd love it if you could spare 10 minutes to complete this survey. If you complete the survey by Friday June 14, you could win a $100 Amazon voucher. There are two up for grabs!   Read more...
By Press Release 2013/06/10 | Source: SQLServerCentral.com | Category: sql source control
Rating: (not yet rated)  Rate this |   Briefcase | 2,781 reads

Extend SQL Server DDL Triggers for more functionality: Part 2

A previous tip, SQL Server DDL Triggers to Track All Database Changes, generated a lot of discussion involving ways to make the provided DDL trigger more useful. Check out this tip to expand your knowledge on DDL Triggers.  Read more...
By Additional Articles 2013/06/10 | Source: MSSQLTips.com | Category: ddl triggers
Rating: (not yet rated)  Rate this |   Briefcase | 1,881 reads

When Windows don’t provide illumination

Microsoft through its various GUIs tries hard to "protect" users from SQL, but Phil Factor argues that we don't need protection from code. We just need a better way to "document" the syntax.  Read more...
By Phil Factor 2013/06/10 | Source: SQLServerCentral.com | Category: editorial
Rating: |  Discuss |   Briefcase | 98 reads

No R2

The next version of SQL Server was announced last week and Steve Jones is pleased with the name.  Read more...
By Steve Jones 2013/06/10 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 238 reads

Incremental Data Loading Using CDC

Describes a design pattern for using CDC to power fast and efficient incremental data loads.  Read more...
By Mark Murphy 2013/06/07 (first published: 2011/01/17) | Source: SQLServerCentral.com | Category: cdc
Rating: |  Discuss |   Briefcase | 17,204 reads

The Decision to Fail

When a disaster occurs, the response from your organization isn't always pre-determined. There are times when you might not want to failover to secondary systems, especially if you don't expect the disaster to last long. How do you decide when to fail over?  Read more...
By Steve Jones 2013/06/07 | Source: SQLServerCentral.com | Category: editorial
Rating: |  Discuss |   Briefcase | 95 reads

More Uses for Data Explorer for Excel

Microsoft has introduced a new BI product that will help simplify the data discovery phase for Excel users. “Data Explorer” is an Excel add-in that enhances the self-service Business Intelligence experience in Excel by simplifying data discovery and access. Data Explorer is a preview product so these features may appear differently in the final release.  Read more...
By Additional Articles 2013/06/07 | Source: MSSQLTips.com | Category: data explorer
Rating: (not yet rated)  Rate this |   Briefcase | 4,000 reads

New Custom Metric: Percentage of blocked connections

This metric reports the number of connections that are currently blocked, divided by the total count of current connections. Most well-balanced SQL Servers will have some degree of blocking. This metric attempts to measure the impact of lead blocking queries against other queries. Higher values indicate that many connections are being blocked, and queries should be tuned to reduce the amount of contention.  Read more...
By Press Release 2013/06/07 | Source: SQLServerCentral.com | Category: blocking
Rating: (not yet rated)  Rate this |   Briefcase | 2,085 reads

Adding new files to a log-shipped database (SQL Spackle)

Freshly minted MCM Wayne Sheffield fills a log shipping crack that could otherwise cause you to re-initialize your log shipping.  Read more...
By Wayne Sheffield 2013/06/06 | Source: SQLServerCentral.com | Category: log shipping
Rating: |  Discuss |   Briefcase | 1,948 reads

Quickly Copy Data

Moving data around can be a challenge as the sizes of our databases grow. Steve Jones talks about some of the challenges and some creative ways you might consider moving data.  Read more...
By Steve Jones 2013/06/06 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 198 reads

Continuous integration for databases using Red Gate tools

Once databases are placed in source control, it is possible to integrate them into the existing build automation process. This will ensure that the whole development project, including the database, can be integrated regularly and tested by an automated build system. This, in turn, leads to opportunities for more frequent, reliable deployments.  Read more...
By Additional Articles 2013/06/06 | Source: SimpleTalk | Category: continuous integration
Rating: (not yet rated)  Rate this |   Briefcase | 2,326 reads

A Beginners Look at Hadoop

Hadoop has been making a lot of noise in the Big Data world. Despite my lack of Linux experience I decided to take the plunge and this is what I found.  Read more...
By David Poole 2013/06/05 | Source: SQLServerCentral.com | Category: hadoop
Rating: |  Discuss |   Briefcase | 12,635 reads

Forum Etiquette: How to post data/code on a forum to get the best help

Get correct answers to your SQL forum questions faster by making it easier to load your sample data and read your code.  Read more...
By Jeff Moden 2013/06/05 (first published: 2007/11/27) | Source: SQLServerCentral.com | Category: best practices
Rating: |  Discuss |   Briefcase | 98,283 reads

Paging Data with TSQL

Greg Larsen shares a number of different TSQL methods to provide paging functionality, for when your application requires that you display only one page of data at a time.  Read more...
By Additional Articles 2013/06/05 | Source: Database Journal | Category: t-sql
Rating: (not yet rated)  Rate this |   Briefcase | 3,569 reads

Fear Fear

Do you let your fear drive you in how you work with technology? Steve Jones thinks you should be cautious, but not paralyzed.  Read more...
By Steve Jones 2013/06/05 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |   Briefcase | 104 reads

Excel Function Returns Cell Address

This article details an Excel 2010 function to return the cell address of min and max functions.  Read more...
By Russ Mulkey 2013/06/04 | Source: SQLServerCentral.com | Category: excel
Rating: |  Discuss |   Briefcase | 5,405 reads
<< Previous 20    Items 21 to 40 of 11735    Next 20 >>