Click here to Skip to main content
15,880,796 members
Everything / Database Development / SQL Server / SQL Server 2012

SQL Server 2012

SQL-Server-2012

Great Reads

by AshishShukla6
This tip describes step by step implementation of executing stored procedure having user-defined table type as a parameter in entity framework using EntityFrameworkExtras package.
by Sarathi Balakrishnan
Reset SQL server SA (System Admin) Password when you have lost all possible ways to connect to SQL server and your server has only Windows authentication disabled. You should have Windows administrator permission to do this.
by AhsanAhmed
A brief introduction on how to use FOR XML clause in AUTO mode in Microsoft SQL Server to return data in XML format
by DiponRoy
How to do string split and join in SQL Server

Latest Articles

by DiponRoy
A utility query to find table generations in SQL Server relational database
by DiponRoy
How to do string split and join in SQL Server
by Micah Nikkel
SQL script that dynamically generates the DR scripts for failing over/back all Log Shipped databases. While it makes even a single database failover/failback a more streamlined process, it's most helpful for servers with multiple databases, such as SharePoint, consolidated SQL Servers, etc.
by Luca Astolfi
User defined procedure for make an HTML table from T-SQL Select statment

All Articles

Sort by Score

SQL Server 2012 

27 May 2013 by Tharaka MTR
Generate insert statements from a specific table data using SQL Server
19 Jul 2014 by Tim Golisch
The Master database often seems to be the "Lost & Found" bin of the SQL Server world. There are two popular ways for preventing this kind of problem. Read on...
17 Feb 2013 by Tharaka MTR
How to count consecutive dates using SQL
9 Jan 2013 by aasim abdullah
SQL Server: A Query Slow in SSMS, Fast in Application, WHY?
23 Oct 2014 by essentialSQL
How to Group and Summarize your Results in SQL
23 Oct 2014 by essentialSQL
Query Results Using Pattern Matching in SQL
24 Oct 2014 by essentialSQL
How to sort your query results in SQL Server
31 Oct 2014 by essentialSQL
How to use the Intersect Operator in SQL Server
4 Feb 2015 by essentialSQL
The purpose of this article is to introduce you to subqueries and some of their high-level concepts.  There are a lot of details to cover in order to learn sub queries, but you’ll see we cover those in depth in later articles.
16 Jun 2015 by Mohit1110
Using SQL Server’s Registered Servers Functionality Effectively
15 Sep 2012 by aasim abdullah
How to control SQL Server Log Information
16 Jun 2014 by Sampath Lokuge
The book is Reporting with Microsoft SQL Server 2012.
15 Nov 2013 by Johan Ohlin
How to use recursive CTE calls in T-SQL.
14 Nov 2014 by essentialSQL
Sort Alphanumeric Values with SQL Server
29 Apr 2016 by Mayur V Lohite
24 Oct 2014 by essentialSQL
Learn more about filtering results returned from your queries using the WHERE clause
24 Oct 2014 by essentialSQL
In today’s lesson, you’re going to learn how to filter the results returned from your queries using the WHERE clause.
25 Oct 2014 by essentialSQL
Simple SELECT queries in SQL Server
23 Oct 2014 by essentialSQL
What is a Null Value? In databases a common issue is what value or placeholder do you use to represent a missing values.   In SQL, this is solved with null.  It is used to signify missing or unknown values.  The keyword NULL is used to indicate these values.
21 Dec 2014 by essentialSQL
How to use the Except Operator in SQLServer
29 Oct 2014 by essentialSQL
In this lesson, you are going to explore how to do pattern matching with the SQL Where clause LIKE operator.
26 Feb 2015 by Rajat-Indiandotnet
Contained Database–A new feature in SQL SERVER 2012 TIP #81
15 Nov 2013 by Johan Ohlin
Group concatenation in T-SQL using CTE.
3 Jun 2015 by Manjuke Fernando
Error occurs when CTE Alias is ‘RESULT’ - Incorrect syntax near 'RESULT'. Succeeds on some SQL Server databases but fails on others.
2 Jun 2015 by Mohit1110
In this blog we would learn how to execute a SQL Query on multiple databases of single DB Server or on a single Database on multiple DB Servers.
23 Feb 2015 by essentialSQL
What is the difference between GROUP BY and ORDER BY