Click here to Skip to main content
15,867,568 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 Title

SQL Server 2012 

22 Mar 2015 by Aby Mammen Mathew
IoT devices needs the capability to augment the environment around them, even when sensors utilized by them break down
7 Nov 2015 by Sujeet Bhujbal
Angular js with ASP.NET MVC is more popular now days and for beginners, I will tell you what is angular js and show you a practical example of ASP.NET MVC for inserting, deleting and displaying data using angular js.
1 Apr 2014 by formlesstree4
22 Jun 2015 by Terence Wallace
The primary purpose of this article is to provide quality sample source code for VB.NET developers interested in building data-centric applications using the .NET Framework.
17 Aug 2015 by DataBytzAI
Method for implementing an audit-trail
23 Jan 2016 by Fredrik Schultz
Introduction to Kaliko CMS - an open source content management system for ASP.NET MVC
13 Nov 2017 by Haroon Ashraf
This article helps beginners to generate over million records of random test data for a database object like books in SQL.
29 May 2017 by Tomáš Bauer
Capture of a Typical SQL Server Database Workload
10 Sep 2014 by Vijendra(VJ)
This article explains the internals of column store index and the pros and cons of it.
20 Jul 2014 by Mubin M. Shaikh
This Article will give you a good start for Creating SSRS Report First time with SQL Server Analysis Services OLAP Cube
7 Jun 2015 by Gokuldas
This article shows you how to apply Visitor Design pattern in real life software scenario. Also this article covers various features of ASP.NET MVC-5, Entity Framework and C# language features.
15 Dec 2015 by databaseobjectmodel
A sample infrastructure project such as erp, mrp, crm, admin panel.
2 Jun 2017 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
1 Jun 2017 by AhsanAhmed
A brief introduction on how to use FOR XML clause in EXPLICIT mode in Microsoft SQL Server to return data in XML format
2 Jun 2017 by AhsanAhmed
A brief introduction on how to use FOR XML clause in RAW mode in MS SQL Server to return data in XML format
21 Dec 2014 by essentialSQL
Learn to use Union, Intersect, and Except clauses
2 Oct 2015 by Math08avan
The important things to understand, how missing values are treated in SQL Server
12 Apr 2016 by Aqeeel
Having not ONE but TWO Identities in a single SQL Server Table
27 Mar 2016 by Manish kumar choudhary
In this article, I will explain how to schedule a daily mail from SQL Server 2008.
31 Mar 2015 by Naren Neelamegam
Building robots from the scratch with speech recognition, remote voice control, learning intelligence with Raspberry PI, Intel Galileo and Microsoft Azure.
25 Feb 2015 by Todd Christell, Canin Christell
11 Mar 2014 by mbarbac
Implementing the Repository and Unit of Work Patterns dynamically using Kerosene ORM
29 Mar 2015 by Manoj K Bhoir
Lookup web user control with some basic properties and functionalities
28 Jun 2014 by Elia Conchione
Moving from old SharePoint server? Something to import inside SharePoint 2013?
3 Oct 2017 by Gavin Coates
Creating a multi-tenancy system where each tenants data is stored in a separate database, using ASP.NET MVC
21 Oct 2014 by Jose Segarra
Getting SQL Server XML nested data as a JSON string
3 Jan 2014 by Sander Rossel
The first of two, everything you need to create the most amazing queries!
24 Jan 2014 by Sander Rossel
The second of two; everything you need to create the most amazing queries!
10 Apr 2015 by Rajeesh Madambat
Refer and write your own business logic in C# and add it to SSIS script task.
27 Oct 2015 by Wonde Tadesse
An article that explain hows to expose SignalR feature through an ASP.NET Web API, which helps applications that can use REST service and to broadcast a real-time message to their clients.
26 Jun 2014 by Philipp Katscher
Fetching Records from a DB using Barcode and updating the same or others with this nifty configurable tool
12 Oct 2014 by Jitendra Ku. Sahoo
In this article we will discuss how to write Sargable query in SQL server.
8 Sep 2015 by Passion4Code
How to send email using stored procedure in SQL Server
22 Sep 2014 by Jitendra Ku. Sahoo
Overview of SQL server error anatomy.
26 Aug 2016 by Neeraj Prasad Sharma
This article deals with performance difference with literal values
4 Mar 2015 by DiponRoy
Table Hierarchy or Generation Finder For Relational Database In SQL Server
24 May 2017 by Zahid Nawaz Ch.
SqlDependency ,can be used to pick changes without executing query to see there is any update from database , WHERE CLAUSE can also be applied for narrowing scope, Its way to push changes from SQL Server to SQLDependency , .NET library , SQL Server Broker service sends updates to SQLDependency.
6 Sep 2015 by Math08avan
Import text file data to SQL database using foreign key relation and validation.
9 Oct 2016 by Md._Mehedi_Hasan
CRUD operation in .net MVC using Stored Procedure for Single and List Object Data along with SQL Transaction.
29 Aug 2018 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.
17 Mar 2015 by Sergey Kizyan
This article explains how to merge your local SQL DB content to Azure DB from scratch
3 Oct 2016 by Mark W Solomon
In this article, I developed a way to determine all the SQL Servers in our environment at will and filter this information into Microsoft's Sunset report for Microsoft SQL Server and present all this information in an SSRS report.
20 Jan 2017 by Ole Oren
Fast and simple REST development for SQL devs