Click here to monitor SSC
SQLServerCentral is supported by Redgate
 
Log in  ::  Register  ::  Not logged in
 
 
 

Welcome to SQLServerCentral.com

A Microsoft SQL Server community of 1,862,828 DBAs, developers and SQL Server users

Previous headlines

Stairway to T-SQL: Beyond The Basics Level 8: Coding Shortcuts using += and -= Operators

No one wants to use more keystrokes than they have to when they write a chunk of T-SQL code. To help with minimizing the number of characters a T-SQL developer needs to type the Microsoft team introduced three new shortcuts operators when they release SQL Server 2008. These shorts cuts are the String Concatenation, Add EQUALS, and the Subtract EQUALS operators.  Read more...
By Gregory Larsen 2016/07/15 (first published: 2014/07/09) | Source: SQLServerCentral.com
Rating: |  Discuss |   Briefcase | 11,827 reads

A Happy Birthday Present from Minionware

The Midnight DBAs and Minionware are having a birthday celebration. You can get your present of a free license today only.  Read more...
By Press Release 2016/07/15 | Source: SQLServerCentral.com | Category: minionware
Rating: (not yet rated)  Rate this |   Briefcase | 2,338 reads

SQL Server 2016 Temporal Table Query Plan Behaviour

For this month's T-SQL Tuesday, Rob Farley takes a look at a couple of unexpected aspects of query plans you might observe when using Temporal Tables in SQL Server 2016.  Read more...
By Additional Articles 2016/07/15 | Source: SQLPerformance.com | Category: temporal tables
Rating: (not yet rated)  Rate this |   Briefcase | 1,308 reads

Introduction to Row Level Security in SQL 2016

In SQL 2016 several new security features gets introduced which will help users to protect their data in many ways. New security feature Row Level Security (RLS) which implements the security inside the database itself, not at application level.  Read more...
By Kapil Singh 2016/07/14 | Source: SQLServerCentral.com | Category: sql server 2016
Rating: |  Discuss |   Briefcase | 1,125 reads

Stairway to DLM Dashboard Level 2: Setting up DLM Dashboard

Learn how to install and configure your initial DLM Dashboard instance.  Read more...
By Owen Priestley 2016/07/14 | Source: SQLServerCentral.com | Category: dlm dashboard
Rating: (not yet rated) |  Discuss |   Briefcase | 407 reads

Stairway to Server Management Objects (SMO) Level 2: Connections and Creating Server Inventories

Learn how to get started working with SMO and PowerShell.  Read more...
By Laerte Junior 2016/07/13 | Source: SQLServerCentral.com | Category: smo
Rating: |  Discuss |   Briefcase | 770 reads

Free eBook: SQL Server Transaction Log Management

When a SQL Server database is operating smoothly and performing well, there is no need to be particularly aware of the transaction log, beyond ensuring that every database has an appropriate backup regime and restore plan in place. When things go wrong, however, a DBA's reputation depends on a deeper understanding of the transaction log, both what it does, and how it works.  Read more...
By Press Release 2016/07/13 (first published: 2013/08/14) | Source: Redgate | Category: transaction log
Rating:  Rate this |   Briefcase | 73,636 reads

Different Options for Importing Data into SQL Server

Moving data into SQL Server is something that most DBAs or Developers are faced with probably on a daily basis. In this article, Greg Robidoux explores the various options for doing so.  Read more...
By Additional Articles 2016/07/13 | Source: MSSQLTips.com | Category: importing data
Rating: (not yet rated)  Rate this |   Briefcase | 2,941 reads

The COUNT Function in T-SQL

The COUNT function is among the most used functions in the T-SQL codes. Even though COUNT is easy to use, it should be used carefully because it could often not return the desired result. For the big tables, the counting of the rows could cause blocking as well as take some more time.  Read more...
By Igor Micev 2016/07/12 | Source: SQLServerCentral.com | Category: t-sql
Rating: |  Discuss |   Briefcase | 3,297 reads

SQL Server 2014 Service Pack 2 is Available

SP2 for SQL Server 2014 is now out. Check out the build list.  Read more...
By Press Release 2016/07/12 | Source: SQLServerCentral.com | Category: sql server 2014
Rating: (not yet rated)  Rate this |   Briefcase | 3,641 reads
 
Ask SQL Server Central



Question of the Day

What Happens When Naming Types

By Steve Jones 2016/07/15 | Category: t-sql
Rating: (not yet rated) |  Discuss |   Briefcase | 692 reads

What happens when I run this batch in SQL Server 2014? 


CREATE TYPE Steve FROM NUMERIC(4, 2);
CREATE TABLE Steve ( id INT );
GO
  Read more...
Top Members (last 30 days)
# Name Score Level
30 days All-time
1.
GP Van Eron
793 924 SSC Eights!  
2.
Red17
666 4066 SSCarpal Tunnel  
3. 625 3332 Hall of Fame  
4.
Clive Roberts
309 1033 Ten Centuries  
5.
peter.endean
265 275 SSC Veteran  
Latest forum posts