TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About QL Server 2012
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rohatash Kumar (47)
Jignesh Trivedi (10)
Deepak Middha (8)
Vipendra Verma (5)
Manish Sharma (3)
Shyju (2)
Swati Agarwal (2)
Satya Prakash (1)
Monica Rathbun (1)
Satyaprakash Samantaray (1)
Vikas Hooda (1)
Rahul Bansal (1)
Vidya Vrat Agarwal (1)
Ritesh Sharma (1)
Abhishek Yadav (1)
Rathrola Prem Kumar (1)
Sandeep Mittal (1)
Jeetendra Gund (1)
Aparna Varanasi (1)
Karthik Muthu Karuppan (1)
Ketak Bhalsing (1)
Abhijit Patil (1)
Shivom Agarwal (1)
Biswa Pujarini Mohapatra (1)
Sanjay Kumar (1)
Ashish Vanjani (1)
Prasant Jinaga (1)
Keyur Patel (1)
Rahul Sharma (1)
Destin Joy (1)
Related resources for QL Server 2012
No resource found
Create Backup and Restore Database in SQL Server
9/18/2024 9:01:35 AM.
This tutorial covers essential techniques for backing up your databases, restoring them when needed, and ensuring data safety. Master these skills to safeguard your SQL Server environment effectively.
Contained Database - No Need For Server Level Logins Anymore
3/28/2024 10:34:38 AM.
Starting in SQL Server 2012 and in Azure SQL Database, Microsoft introduced the concept of a contained database. A contained database is a database that is completely un-reliant on the instance of SQL
Bind Data In WebGrid Control Using Stored Procedure In ASP.NET MVC 4.0 And SQL Server
12/7/2023 9:19:11 AM.
In this article, you will learn how to bind the data in WebGrid control, using stored procedure in ASP.NET MVC 4.0 & SQL Server 2012.
Passing Table to a Store Procedure in SQL Server
9/15/2023 9:32:59 AM.
In this article, I described how to pass a table to a Stored Procedure parameter in SQL Server.
DATEADD Function in SQL Server
9/14/2023 6:07:54 AM.
In this article, I would like to show the Dateadd Function in SQL Server.
How To Configure SMTP O365 Migration Using TLS 1.2 For SQL Database Mail
7/6/2023 4:49:23 AM.
This article will explain to you how exactly you need to configure TLS 1.2 as a default protocol and setup SMTP O365 migration using SQL 2012 Database mail and above versions for Windows Server 2012 a
Copy Table With Data From One Database to Another in SQL Server 2012
2/28/2023 7:10:38 AM.
This article demonstrates how to copy a table with data from one database to another in a SQL Server database.
Interesting Facts Behind the Origin of SQL Server Code Names
2/15/2023 8:17:47 AM.
This article will enhance your knowledge of some hidden names of SQL Server and where they came from.
Cast() and Convert() Functions in SQL Server
1/20/2023 10:00:52 AM.
In this article, we will see how to use the cast and convert functions in SQL Server 2012.
Cascading Referential Integrity Constraint in SQL Server
1/17/2023 9:34:22 AM.
This article will give you an idea of how to use SQL Cascading Constraint and also defines the situations where you can use it.
Magic Tables Used by Triggers in SQL Server
12/30/2022 10:12:06 AM.
In this article I have described the magic tables and how to use magic tables in SQL Server.
Temporary Tables in SQL Server
12/30/2022 1:14:26 AM.
In this article, I am going to give a quick overview of temporary tables in SQL Server. local temporary table, global temporary table, drop temporary table.
Static Cursor in SQL Server
12/21/2022 5:42:18 AM.
In this article, you will see how to use a Static Cursor in SQL Server.
Grant and Revoke Command in SQL Server
12/18/2022 6:10:42 PM.
Grant SQL statement grants permissions on an object to a user. Revoke removes permissions on an object. In this article, learn about Grant and Revoke in SQL Server.
On vs Where Clause in SQL Server 2012
7/18/2019 6:29:30 AM.
Here, I will explain the difference between the On and Where clauses when used with a left join in SQL Server.
QUOTENAME Function in SQL Server 2012
7/18/2019 12:33:55 AM.
QUOTENAME Function is used to add square brackets to the starting and ending of a string and how to store strings in various formats in SQL Server.
Creating Check Constraint on a Table in SQL Server 2012
7/17/2019 3:45:44 AM.
This article will give you an idea of how to use the SQL Server Check Clause and also defines where you can use it.
Static Cursor, Dynamic Cursor, and Keyset-Driven Cursor in SQL Server
7/15/2019 6:34:56 AM.
In this article, I describe Static Cursor, Dynamic Cursor, and Keyset-Driven Cursor.
Calculating Factorial of a Number in SQL Server 2012
7/15/2019 4:16:13 AM.
Here, I have constructed a query that provides a solution in SQL Server to determine the factorial of a specified number.
UNICODE and NCHAR Functions in SQL Server 2012
7/15/2019 12:10:13 AM.
Here, I am going to explain some basics of UNICODE data types and functions in SQL Server.
Full Text Indexing in SQL Server 2012
7/14/2019 11:58:24 PM.
In this article, we will see how to set up a full-text search index for SQL Server database.
Stuff and Replace in SQL Server 2012
7/11/2019 5:45:16 AM.
Here, we will have a look at how to use the Stuff and Replace functions in SQL Server 2012.
Using Having Clause in SQL Server 2012
7/11/2019 2:28:40 AM.
In this article, I will try to highlight all the major points related to the Having clause in SQL Server.
Ranking Functions in SQL Server 2012
7/10/2019 4:53:23 AM.
Here, we will take a look at how to use Ranking Functions in SQL Server 2012. Learn ROW_NUMBER, RANK, DENSE_RANK, NTILE.
Schema in SQL Server 2012
7/10/2019 4:31:05 AM.
In this article, I describe schemas in SQL Server 2012. A SQL schema is like a container that contains database objects like tables, views etc. So let us learn about schemas, creation of schemas, how
Count All vs Count Distinct in SQL Server
7/8/2019 9:53:12 AM.
In this article, you will see the SQL aggregate function count in two forms, Count All and Count Distinct.
Creating Duplicate Table With New Name From Existing Table in SQL Server 2012
7/8/2019 6:21:17 AM.
In this article, you will see how to create a duplicate table with a new name using a script in SQL Server.
How to Change Password in SQL Server 2012
7/8/2019 5:42:46 AM.
Here, we will see how to change the password visually and programmatically in SQL Server 2012.
Sum of Columns of Two Tables Into One Column in SQL Server 2012
7/8/2019 5:35:02 AM.
This article will give you an idea of how to add columns of two tables into one column and also defines how to handle a null value in SQL Server.
Retrieving Column Names of a Table in SQL Server 2012
7/8/2019 5:24:39 AM.
In this article, I would like to show how to get the name of all columns of a table in SQL Server.
If and While Statement in SQL Server
7/4/2019 6:35:08 AM.
In this article, we will see how to use If and While statements in SQL Server.
Some Useful System Stored Procedures in SQL Server 2012
7/2/2019 6:30:16 AM.
This article provides a brief introduction to various system Stored Procedures in SQL Server.
Dropping All the Tables in Database in SQL Server 2012
7/2/2019 1:34:55 AM.
In this article, I describe how to drop all the tables in a particular database.
SP_MSFOREACHDB Stored Procedure in SQL Server 2012
7/2/2019 1:17:37 AM.
In this article I describe the Sp_msforeachdb System Stored procedure in SQL Server 2012.
Display Stored Procedure Output Parameter Value With Query Window in SQL Server 2012
7/2/2019 1:05:32 AM.
In this article, I am showing you how to display return value from stored procedure output parameter in Query Window in SQL Server 2012.
Adding Subquery in a Select Statement in SQL Server 2012
6/20/2019 6:09:57 AM.
Today, I have provided an article showing you how to add a subquery to a select statement in SQL Server 2012.
Formula For Computed Column Specification Property in SQL Server 2012
6/20/2019 5:35:54 AM.
This article will give you an idea of how to use formula child property of computed column specification property in SQL Server.
Patindex Function and Charindex Function in SQL Server 2012
6/20/2019 5:00:38 AM.
In this article, I will show you how to use the Charindex and Patindex functions to search text columns and character strings.
Introduction of Trigger in SQL Server 2012
6/20/2019 4:20:47 AM.
In this article I am going to explaining about trigger in SQL server 2012.
Passing Table to a Function Parameter in SQL Server 2012
6/17/2019 11:55:08 PM.
In this article, I describe how to pass a table to a function parameter in SQL Server.
Using CLR With SQL Server 2012
6/11/2019 6:36:18 AM.
In this article, I’ll cover the SQL CLR in SQL Server 2012.
A Simple Use of Case Statement in SQL Server 2012
6/11/2019 5:05:23 AM.
This article will give you an idea of how to use a Case expression in SQL Server.
How to Create Database Backup in SQL Server 2012
6/11/2019 4:46:24 AM.
In this article, I am going to explain how to create a database backup in SQL Server 2012.
Using Case With Select and Update Statement in SQL Server 2012
6/11/2019 4:05:52 AM.
In this article, I would like to show the most commonly used case expressions with update statements in SQL Server. 
Joining Three or More Tables in SQL Server 2012
6/7/2019 6:27:14 AM.
This article will give you an idea of how to join three or more tables and also defines the join in SQL Server.
Removing the First and Last Character From a Table Column in SQL Server 2012
6/7/2019 4:04:40 AM.
In this article I provide a quick overview of the various Queries to remove the first and last character from a string in SQL Server.
How to Use @@FETCH_STATUS Function in SQL Server 2012
6/6/2019 1:15:09 AM.
In this article I am going to explain how to use the @@FETCH_STATUS function in SQL Server 2012.
Calculating Age in Years, Months and Days in SQL Server 2012
6/6/2019 12:10:54 AM.
In this article, I would like to show the difference between two dates in years, months and days in SQL Server.
How to Create Scalar Value Function in SQL Server 2012
6/4/2019 3:38:08 AM.
In this article I am going to explain how to create scalar value functions in SQL Server 2012.
How to Restore Database Backup in SQL Server 2012
6/4/2019 2:30:07 AM.
In this article, I am going to explain how to restore a database backup in SQL Server 2012.
Commit and Rollback Commands in SQL Server
6/3/2019 4:39:44 AM.
In this article I describe Commit and Rollback Commands in SQL Server.
Over Clause in Sql Server
6/2/2019 8:02:02 AM.
SQL Over. This article explains how SQL Over clause works. Windowing in SQL Server is done by the over clause that was introduced in SQL Server 2005.
Maximum Limit Value For Integer Data Type in SQL Server 2012
11/25/2018 11:38:26 PM.
In this article, I described how to calculate the maximum range of various integer data types in SQL Server. TINYINT, SMALLINT, INT and BIGINT are all number data types. The difference between these d
Select Query Using Like Clause in SQL Server 2012
9/5/2018 1:46:08 AM.
In this article, we will see how to use the Select Query Using Like Clause in SQL Server 2012. The percent sign (%), Underscore (_), Bracket ([]), Caret (^) are wildcard characters in SQL Server.
Role in SQL Server
6/23/2017 5:54:40 AM.
In this article I described Role in SQL Server. Roles are a collection of permissions or access rights for providing permissions or privileges easily in a large database system with multiple users.
SQL Server 2012 Installation Step By Step
1/5/2016 2:33:30 PM.
In this article we’re going to see how to install SQL Server 2012.
Top 10 Exciting New Features of SQL Server 2012
12/23/2015 4:08:06 AM.
In this tutorial I will discuss 10 exciting new features related to developer and SQL Server enhancements.
How To Generate A Script In SQL Server 2012
12/19/2015 2:51:29 AM.
In this article I will show you how to generate a script with schema and data and create a new database in SQL 2012.
COUNT_BIG Function In SQL Server 2012
11/18/2015 6:02:51 AM.
In this article you will learn about COUNT_BIG function In SQL Server 2012.
New DateTime Function In SQL Server 2012
11/15/2015 4:52:07 AM.
In this article you will learn new DateTime Function in SQL Server 2012.
Generate Database Script In SQL Server 2012
10/1/2015 6:36:31 AM.
In this article we are learning how to generate database script in SQL Server 2012.
SQL Server 2012 Data Quality Services (DQS)
2/5/2015 11:47:54 AM.
This article introduces Data Quality Services (DQS) in SQL Server 2012.
Install SQL Server 2012
1/27/2015 1:06:24 PM.
This article explains how to install SQL Server 2012.
Extended Events in SQL 2012
12/3/2014 7:36:58 PM.
In this article you will learn how to work with Extended Events in SQL 2012.
SQL Server 2012 System Databases
8/28/2014 5:00:26 PM.
This article explains the System databases in SQL Server 2012.
Database Mail in SQL Server 2012
5/22/2014 12:06:23 AM.
This article describes Database Mail, how to configure and manage Database Mail, and what permissions are needed to use database mail in SQL server 2012.
DateTime Functions in SQL Server 2012
3/18/2014 11:58:58 AM.
This article describes all the new DateTime functions introduced in SQL Server 2012 with examples.
EXECUTE Statement Enhancement WITH RESULT SETS in SQL Server 2012
2/20/2014 2:07:36 PM.
This article explains the EXECUTE atatement enhancement in SQL Server 2012, "WITH RESULT SETS".
SEQUENCE in SQL Server 2012
2/19/2014 3:53:43 PM.
This article explains the SEQUENCE value in SQL server 2012.
OFFSET and FETCH in SQL Server 2012
2/18/2014 12:56:51 PM.
SQL Server 2012 has introduced two new keywords for doing pagination of the result sets: OFFSET and FETCH.
Lead and Lag Function in SQL Server 2012
2/17/2014 3:13:27 PM.
This article explains the SQL Server 2012 two new analytical functions LEAD and LAG.
How to Install SQL Server 2012 on Windows 8.1
1/13/2014 4:02:22 PM.
This article explains how to easily install SQL Server 2012 in Windows 8.1.
Union & Union All Operators in SQL Server 2012
11/25/2013 2:44:48 AM.
In this video you will learn about the use and difference's between Union and Union All Operators in SQL Server 2012 .
How to Take Backup From SQL Azure
10/28/2013 12:55:42 PM.
This article describes how to take a backup from SQL Azure.
Throw in SQL Server 2012
10/8/2013 10:56:47 AM.
Throw keyword is introduced with SQL server 2012. Throw is used to raises exception and transfers execution to a CATCH block in SQL server.
New Functions in SQL Server 2012
10/8/2013 3:32:33 AM.
In this article I will be covering the most commonly used new functions in SQL Server 2012.
New Conversion Function in SQL Server 2012
10/3/2013 5:32:35 PM.
SQL Server 2012 introduced the four new conversion functions: TRY_CAST, TRY_CONVERT, PARSE and TRY_PARSE.
New Logical Function in SQL Server 2012
10/1/2013 4:06:19 PM.
SQL Server 2012 introduces two new logical functions: CHOOSE and IIF.
New Date Functions in SQL Server 2012
9/27/2013 12:35:23 PM.
This article explains 7 new date functions in SQL Server 2012..
New String Function in SQL Server 2012
9/25/2013 5:26:17 PM.
SQL Server 2012 introduced two new string functions: Concat and Format.
Install SQL Server 2012 Reporting Services Add-in For SharePoint 2010 and Sharepoint 2013
7/18/2013 2:11:17 PM.
This article explains how to install SQL Server 2012 Reporting Services Add-in for SharePoint 2010 and Sharepoint 2013.
Merge Statement With DML Operations in SQL Server
7/10/2013 5:14:08 PM.
This article defines how to insert, update and delete records in a database table using the merge statement in SQL Server.
How to Create Sequence in SQL Server 2012
6/24/2013 5:02:18 PM.
In this article, I explain how to create a SQL Sequence in SQL Server 2012.
New Parse Conversion Function in SQL Server 2012
4/23/2013 8:39:55 PM.
In this article you will see how to use conversion functions using SQL Query in SQL Server.
Installing Microsoft Workflow Manager
4/17/2013 3:17:41 PM.
Workflow manager is a multi-tenant host for running and managing Windows Workflow Foundation workflows, supporting high scale and high density execution.
Extended Events Update In SQL Server 2012
4/1/2013 3:40:26 PM.
In this article I demonstrate how to create a simple Extended Event using the new GUI in SQL Server 2012.
Track Data Changes In SQL Server 2012
3/20/2013 2:32:02 PM.
In this article, I would like to show an in-depth look at change detection in SQL Server.
Getting the Name of the Server and Databases in SQL Server
3/19/2013 1:27:58 PM.
In this article, I would like to show how to get the name of the server and databases in SQL Server.
Sp_who2 Stored Procedure in SQL Server 2012
3/8/2013 1:20:54 PM.
In this article I will describe the significance of the sp_who2 system stored procedure in SQL Server 2012.
Getting Some Useful Date and Time Information From Getdate Function in SQL Server 2012
3/6/2013 4:10:55 PM.
In this article, I would like to show the utility of Getdate functions in SQL Server.
LEN and DATALENGTH Function in SQL Server 2012
3/3/2013 1:34:19 PM.
Today, I have provided an article showing you the Len and DataLength methods in SQL Server.
Some Important XML Data Type Methods in SQL Server 2012
2/22/2013 2:55:57 PM.
Today, I have provided an article showing you Query, Node and Exist methods with XML type variable in SQL Server.
Sp_who Stored Procedure in SQL Server 2012
2/22/2013 2:03:14 PM.
In this article I will describe the significance of the sp_who system stored procedure.
LEN Function in SQL Server 2012
2/6/2013 11:22:25 AM.
How to find the length of the text of a field in a table using the LEN() Function.
Configure SQL Server Reporting Services With SharePoint 2013
1/22/2013 2:27:21 PM.
In this article we learn how to configure reporting services integration with SharePoint 2013.
New FileTables Feature in SQL Server 2012
1/14/2013 4:01:30 PM.
In this article you will have a look at how to use the FileTable feature of SQL Server 2012
User Defined Error Message in SQL Server 2012
1/8/2013 6:03:05 PM.
In this article I describe how to create a User Defined error message in SQL Server 2012.
OPENXML Function in SQL Server 2012
1/4/2013 1:43:42 PM.
In this article, I would like to explain the Openxml System function and the use of it in SQL Server.
Enabling Filestream in SQL Server 2012
1/2/2013 2:41:02 PM.
This article describes how to enable FILESTREAM by using SQL Server Configuration Manager.
Error Handling Functions in SQL Server 2012
12/29/2012 1:56:17 PM.
In this article, you will see some of the SQL Server Error functions which provide information about the error.