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

Welcome to SQLServerCentral.com

A Microsoft SQL Server community of 1,781,951 DBAs, developers and SQL Server users

Previous headlines

Understanding Graphical Execution Plans - Part 1: Explaining the Plan

Understanding execution plans is a good basic skill for all DBA's and SQL developers. Darren White gives us an overview of what execution plans are in SQL Server and how they are used.  Read more...
By Darren White 2015/02/13 (first published: 2014/02/18) | Source: SQLServerCentral.com | Category: execution plan
Rating: |  Discuss |   Briefcase | 18,517 reads

Cascaded Parameters in SQL Server Reporting Services

You have a reporting requirement where a user has two or more parameters for a single report, but the values for one parameter depend on the values chosen in a previous parameter. Ghanesh Prasad explains how to create cascaded parameters in SQL Server Reporting Services to solve this issue.  Read more...
By Additional Articles 2015/02/13 | Source: MSSQLTips.com
Rating: (not yet rated)  Rate this |   Briefcase | 4,354 reads

SQL Saturday #371 - Tampa, FL

SQL Saturdau is coming to Tampa on February 28, 2015. This is a free training event for those wanting to learn about SQL Server. Register while space is available.  Read more...
By Additional Articles 2015/02/13 | Source: SQL Saturday | Category: events
Rating: (not yet rated)  Rate this |   Briefcase | 3,513 reads

How to use the IsNothing Inspection Function in SSRS

SSRS includes multiple functions that can be used in within an expression. This article hopes to just show an example of how to use the IsNothing function in an SSRS report.  Read more...
By Shawn Melton 2015/02/12 | Source: SQLServerCentral.com | Category: report development
Rating: |  Discuss |   Briefcase | 3,692 reads

SQL Bits XIV, London, March 4 – 7, 2015

SQL Bits is Europe's largest SQL Server conference. They have experts teaching beginners, and beginners questioning experts, providing feedback and improving the event every year. Register with the code SSC-HERO to get a 15% discount on the ticket price!  Read more...
By Press Release 2015/02/12 | Source: SQLServerCentral.com | Category: events
Rating: (not yet rated) |  Discuss |   Briefcase | 280 reads

Bowled Over by SQL Window Functions

What better way to learn how to construct complex CHECK CONSTRAINTs, use the SQL 2012 window frame capability of the OVER clause and LEAD analytic function, as well as how to pivot rows into columns using a crosstab query? Create the SQL code to score Ten-pin Bowling, of course. Dwain Camps explains the how, what and why.  Read more...
By Additional Articles 2015/02/12 | Source: SimpleTalk | Category: functions
Rating:  Rate this |   Briefcase | 5,624 reads

Stairway to AlwaysOn Level 5: Analyse & Deploy a Failover Cluster Instance

In Level 5 of this stairway, we help you understand and deploy a Failover Cluster Instance (FCI).  Read more...
By Perry Whittle 2015/02/11 | Source: SQLServerCentral.com | Category: cluster
Rating: |  Discuss |   Briefcase | 1,590 reads

Free eBook: Defensive Database Programming

Resilient T-SQL code is code that is designed to last, and to be safely reused by others. The goal of defensive database programming, the goal of this book, is to help you to produce resilient T-SQL code that robustly and gracefully handles cases of unintended use, and is resilient to common changes to the database environment.  Read more...
By Press Release 2015/02/11 (first published: 2013/08/28) | Source: Red-Gate | Category: defensive programming
Rating: (not yet rated)  Rate this |   Briefcase | 49,568 reads

Using SQL Server's GROUP BY clause to Summarize your Data

SQL Server’s GROUP BY clause provides you a way to aggregate your SQL Server data and to group data on a single column, multiple columns, or even expressions. Greg Larsen discusses how to use the GROUP by clause to summarize your data.  Read more...
By Additional Articles 2015/02/11 | Source: Database Journal | Category: group by
Rating:  Rate this |   Briefcase | 7,034 reads

The Quickest Guide to Getting Started with PowerPivot

If you are still on the edge about PowerPivot and have not given it a shot, this article will get you started with ample of screen shots and a step-by-step guide.   Read more...
By Amir Charania 2015/02/10 | Source: SQLServerCentral.com | Category: powerpivot
Rating: |  Discuss |   Briefcase | 4,346 reads
 
Ask SQL Server Central



Question of the Day

Empty TABLE

By Vimal Nambiar 2015/02/13 | Category: t-sql
Rating: (not yet rated) |  Discuss |   Briefcase | 904 reads

IF OBJECT_ID('dbo.Test111', 'U') IS NOT NULL
DROP TABLE dbo.test111;
GO
CREATE TABLE dbo.test111
(myid varchar(10));
GO
ALTER TABLE test111
DROP COLUMN myid
GO
What happens?
  Read more...
Top Members (last 30 days)
# Name Score Level
30 days All-time
1.
vecerda
461 827 SSC Eights!  
2.
RK Mandava
362 2353 SSCrazy  
3.
Jeff Moden
352 36455 SSC-Dedicated  
4.
VaiydeyanathanVS
337 2959 SSCrazy  
5.
Bhushan Kulkarni
279 602 SSChasing Mays  
Latest forum posts