Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / database / SQL-Server / SQL-Server-2012

SQL-Server-2012

SQL-Server-2012

Great Reads

by Math08avan
A simple example for CRUD actions using WCF service in ASP.NET
by Md. Marufuzzaman
A simple tip/trick to get rows on n’th maximum number from a table
by Md. Marufuzzaman
A simple example of Microsoft SQL Server Pad String
by Aby Mammen Mathew
IoT devices needs the capability to augment the environment around them, even when sensors utilized by them break down

Latest Articles

by Math08avan
A simple example for CRUD actions using WCF service in ASP.NET
by Md. Marufuzzaman
A simple tip/trick to get rows on n’th maximum number from a table
by Md. Marufuzzaman
A simple example of Microsoft SQL Server Pad String
by Aby Mammen Mathew
IoT devices needs the capability to augment the environment around them, even when sensors utilized by them break down

All Articles

Sort by Score

SQL-Server-2012 

by Sampath Lokuge
The book is Reporting with Microsoft SQL Server 2012.
by Rajat-Indiandotnet
Contained Database–A new feature in SQL SERVER 2012 TIP #81
by Tharaka MTR
How to count consecutive dates using SQL
by Manjuke Fernando
Error occurs when CTE Alias is ‘RESULT’ - Incorrect syntax near 'RESULT'. Succeeds on some SQL Server databases but fails on others.
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.
by Tharaka MTR
Generate insert statements from a specific table data using SQL Server
by Mayur V Lohite
Generic Repository Pattern MVC
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.
by essentialSQL
How to use the Intersect Operator in SQL Server
by essentialSQL
In this lesson, you are going to explore how to do pattern matching with the SQL Where clause LIKE operator.
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.
by essentialSQL
In today’s lesson, you’re going to learn how to filter the results returned from your queries using the WHERE clause.
by essentialSQL
Learn more about filtering results returned from your queries using the WHERE clause
by essentialSQL
Query Results Using Pattern Matching in SQL
by essentialSQL
How to Group and Summarize your Results in SQL
by essentialSQL
How to use the Except Operator in SQLServer
by essentialSQL
Simple SELECT queries in SQL Server
by essentialSQL
How to sort your query results in SQL Server
by Johan Ohlin
Group concatenation in T-SQL using CTE.
by essentialSQL
Sort Alphanumeric Values with SQL Server
by Johan Ohlin
How to use recursive CTE calls in T-SQL.
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...
by aasim abdullah
SQL Server: A Query Slow in SSMS, Fast in Application, WHY?
by aasim abdullah
How to control SQL Server Log Information
by Mohit1110
Using SQL Server’s Registered Servers Functionality Effectively
by SRS(The Coder)
How to use Stored Procedures in Entity Framework Model First Approach
by essentialSQL
What is the difference between GROUP BY and ORDER BY