Click here to Skip to main content
15,890,690 members
Everything / Database Development / SQL Server / SQL Server 2014

SQL Server 2014

SQL-Server-2014

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 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
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.

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 2014 

23 Dec 2015 by Md. Marufuzzaman
A simple tip/trick to get rows on n’th maximum number from a table
18 Dec 2015 by Md. Marufuzzaman
A simple example of Microsoft SQL Server Pad String
10 May 2015 by Ankit Bansal MVP
This articles explains the insertion of data into SQL Database using Stored Procedures with Output Parameters. Some Bootstrapping is also used to create a good looking HTML.
14 Mar 2015 by Gaurav_Chaudhary
This tip is a brief introduction to Apply operator in SQL server
10 Mar 2015 by Jignesh G Trivedi
This tip will help you to understand CLR procedure.
8 Mar 2016 by markkang
This tip describes how to generate insert SQL statement from the records in an existing table in SQL server database
8 Jun 2015 by Diluka Wittahachchige
Creating SQL Server database project use in Visual Studio 2012 and maintain versions use in TFS
9 Jul 2016 by Prakash Lekhak
Dynamic SQL to get the list Table names
19 Nov 2014 by Sums Mohs Eds
A brief discussion of when to use cursors and when to use sets.
22 Jul 2015 by Chetan Naithani
Transforming dynamic row-level data into columns
26 Sep 2015 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.
26 Sep 2014 by Anil kumar Bhardwaj
Export all the primary, Unique, Foreign key and default constraints from existing database
19 Jan 2015 by OriginalGriff
Sometimes, you want to extract the filename (with or without the extension) from the full path of a file. It's easy in C# and so forth - just use the Path.GetFileName method. But what if you want it in SQL?
22 Oct 2014 by Jitendra Ku. Sahoo
In this article we will discuss about fill factor and its effect on query performance.
30 Oct 2014 by Arvind Singh Baghel
I show a SQL query which finds the size of database mdf and ldf file in SQL Server.
20 Feb 2010 by Md. Marufuzzaman
Get accurate age by date using MS SQL Server
23 Jul 2015 by Mian Adnan
Using Microsoft Visual Studio Professional 2012, .NET 4.5 and Crystal Report Version regarding .NET 4.5 and VS 2012
10 Oct 2014 by Member 10843807
An example to illustrate how esProc Helps Process Structured Text in Java–Conditional Filtering
20 May 2014 by Ed Nutting
How to fix LocalDB / SQL Server: "Cannot open database "XYZ" requested by the login. The login failed. Login failed for user ABC"
20 Apr 2015 by Karsten Krug
A workaround for reporting services' missing ability to customize report parameter placement.
18 Dec 2015 by Md. Marufuzzaman
This tip shows you an easy way to split Microsoft SQL Server table row data.
20 Aug 2014 by TheCardProject.co.uk
Quickly set up the ability to serve up several pages and record which was served in SQL Server
21 May 2014 by Arvind Singh Baghel
Import CSV or txt File Into SQL Server Using Bulk Insert.
31 May 2015 by Asanka Perera
This process shows how you can integrate Google analytic data into your reporting server database in order to have daily reports and analysis to include data of your Google analytic account using a free available plugin for SQL Server Integration service called SSIS GoogleAnalyticsSource.
20 Mar 2015 by furytrader
Yes, Virginia, You Can Do This All With One Simple SQL Statement
25 Aug 2016 by Gene R. Browning
Generate random dates (and times if you like) for your test data environment.
7 Feb 2015 by Gaurav_Chaudhary
This tip is a brief introduction to Recursive CTE in SQL Server and how to implement it.
14 Jan 2015 by CharlieBrown1433
Resource Governor Enhancements in SQL Server 2014
15 Jul 2014 by anki.mathur
Restart hanged SQL Server scheduled job
23 Mar 2016 by Ahmet AYDIN
This post describes step by step how to run a Single Page Application template using ASP.NET Web API 2 and angularJS and how to use Web Application Project whose name is Dalyan.
9 Jul 2014 by Jason Parms
Lightweight Directory Access Protocol (LDAP) Injection
2 Feb 2018 by Luca Astolfi
User defined procedure for make an HTML table from T-SQL Select statment
5 Jun 2015 by Dathuraj Pasarge
Know whether your databases are backed up successfully in the last 24 hours or not !!!
3 Dec 2014 by Atul_Kapoor
Perform SQL Server Instance health check simultaneously on more than one server using Powershell
19 Feb 2019 by DiponRoy
How to do string split and join in SQL Server
29 May 2019 by DiponRoy
A utility query to find table generations in SQL Server relational database
12 Sep 2014 by Mohamad Cheaito
SQL Server: Query to get the date of first Monday of September
18 Sep 2014 by sukeshchand
29 Sep 2015 by Thiago Gaidzinski
UniDAC allows you to connect your cross-platform application directly with many database's types.
20 Jun 2015 by Naresh Patidar
Insert, update and delete operations using stored procedure and DataAdapter in C#
5 Aug 2014 by Oussama_Kahoul
Introduction to WPF technology and the MVVM design pattern