Create Team Project in Team Foundation Server 2013

This article explains how to create Team project in TFS 2013 and how to add applications in TFS 2013 source control

Categories: SQL Server

Create Alias in Microsoft SQL Server Configuration Manager using batch file

This article discuss about how to create alias from Microsoft SQL Server Configuration Manager and by using batch file

Categories: C#.Net, SQL Server

SQL Table Bulk Copy in C#

This article explains about how to load SQL table data from source to destination using SqlBulkCopy in C#.

Categories: SQL Server

About Stored Procedures in Microsoft SQL Server

This discuss about what is stored procedure, different type of stored procedures, difference between stored procedures and user defined functions in Microsoft SQL Server.

Categories: SQL Server

Indexes in Microsoft SQL Server, Clustered Index, Non Clustered Index in SQL Server

This article discuss about Indexes in Microsoft SQL Server, Clustered Indexes and NonClustered Indexes in MS SQL Server. It also discuss about advantages and disadvantages of indexes, Index tuning.