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
SQL Server
FOLLOW
Welcome to SQL Server section of C# Corner. In this section, you will find various SQL Server related source code samples, articles, tutorials, and tips.
Articles
(1687)
Blogs
(1306)
Resources
(63)
Videos
(59)
News
(31)
Articles
SQL Query Performance - Functions and Indexes
In this article we will learn why functions should be avoided on indexed columns in where clauses of select statements.
Vineet Kumar
Apr 02, 2015
Creating Stored Procedure That Accepts Table as Parameter in C#
This article explains how to create a Stored Procedure in SQL that accepts a data table as parameter.
Kailash Chandra Behera
Mar 31, 2015
Table Value Parameter in ASP.Net Using SQL Server
This article shows how to pass a collection of records to a database for processing. In SQL Server 2008 we make a custom data type TABLE to pass a collection of rows to a Stored Procedure.
Rahul Kumar Saxena
Mar 28, 2015
Automatic Table Generation in Any Database by NHibernate ORM and CodeDom
This article describes how to allow users to build a database automatically from an application via two technologies, code generation (CodeDOM) and NHibernate (Fluent) that let us make a backend re...
Mahsa Hassankashi
Mar 28, 2015
Identifying Unused Indexes in a SQL Server
In this article you will learn how to identify unused Indexes in a SQL Server database.
Jignesh Trivedi
Mar 26, 2015
Impact of Sp_prefix on Stored Procedure Performance
In this article we will see the impact of sp_prefix on Stored Procedure performance.
Vineet Kumar
Mar 26, 2015
Rebuilding SQL Server 2008 R2
In this article you will learn how to rebuild a master database in SQL Server.
Akshay Phadke
Mar 24, 2015
A Lap Around SQL Joins
In this article you will learn about the joins in SQL.
Rakesh
Mar 22, 2015
Pass the Table Type Data to SQL CLR Object
In this article we will learn how to pass table type data to a SQL object.
Jignesh Trivedi
Mar 19, 2015
Basic Terminology of SQL Server
In this article we learn SQL from the basics. Here I describe all the basic terminology of SQL.
Suraj Sahoo
Mar 17, 2015
Magic (Virtual) Tables in SQL
This article explains the magic (Virtual) tables in SQL.
Pankaj Kumar Choudhary
Mar 17, 2015
Split String Lists Using Multiple Delimiters
This is a small SQL Code snippet for splitting string lists into a table based on one or more delimiters.
vignesh arulmani
Mar 16, 2015
Create Clustered Index For Other Than Primary Key Column in SQL Server
In this article we will learn how to create a Clustered Index for other than a primary key column in SQL server.
Jignesh Trivedi
Mar 13, 2015
String Functions in SQL Server
This article explains some of the most commonly used string functions in SQL Server.
Harpreet Singh
Mar 13, 2015
SQL Server: A (0-1 & 1-0) Convert Puzzle to Solve
This article provides a solution to SQL Server: A (0-1 & 1-0) conversion puzzle.
Rahul Kumar Saxena
Mar 12, 2015
Exception Handling in SQL Server
In this article you will learn about SQL Server Exception Handling.
Chandrashekhar Paliwal
Mar 02, 2015
User Defined Type (UDT) in Microsoft SQL Server
In this article you will learn about User Defined Types (UDTs) in Microsoft SQL Server.
Ashish Nakil
Feb 26, 2015
Localization in SSRS Reports
In this article you will learn Localization in SSRS Reports.
Jignesh Trivedi
Feb 27, 2015
Union and Union All Command in SQL Server
In this article you will learn about the Union and Union All commands in SQL Server.
Harpreet Singh
Feb 26, 2015
Remove Duplicate Records From SQL Server Table Using Common Table Expression
This article shows how to remove duplicate records from a SQL Server table.
Rahul Kumar Saxena
Feb 26, 2015
No Records Available.
1261
-
1280
of
1687
<<
62
63
64
65
66
>>
Learn SSRS In 11 Hours
Challenge yourself
SQL Server
E-Book Download
Get Certified
.NET Core