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
Binding Rules With User Defined Types in SQL Server 2012
Here, I have provided an article showing you how to create a user-defined type and rules in SQL Server.
Rohatash Kumar
Nov 28, 2012
Encryption of View in SQL Server
In this article I described encryption of a view in SQL Server.
Deepak Middha
Nov 09, 2012
Index in SQL Server 2012
In this article I described indexes in SQL Server.
Deepak Middha
Nov 08, 2012
Function in SQL Server 2012
In this article I described functions in SQL Server.
Deepak Middha
Nov 06, 2012
Encryption of Stored Procedure in SQL Server
In this article I described encryption of Stored Procedures in SQL Server.
Deepak Middha
Nov 04, 2012
Global Variables in SQL Server 2012
This article contains the most commonly used global variables in SQL Server under a single article with examples.
Rohatash Kumar
Nov 02, 2012
View the Dependencies of a Table in SQL Server 2012
Here, we will see use of Object Explorer to identify dependencies before changing or deleting an object or table.
Rohatash Kumar
Oct 30, 2012
New Built in Function IIF in SQL Server 2012
In this article, I would like to show the new built-in function IIF in SQL Server. IIF is a shorthand way for writing a CASE statement.
Rohatash Kumar
Oct 29, 2012
Important System Functions in SQL Server 2012
In this article, you will see some of the SQL Server System functions which provide information about database objects.
Rohatash Kumar
Oct 23, 2012
IIF and Choose Functions in SQL Server 2012
Here, I have provided an article showing you how to utilize the two new logical functions Choose and IIF in SQL Server.
Rohatash Kumar
Oct 16, 2012
Generating Script in SQL Server 2012
This article demonstrates how to generate script in SQL Server database.
Rohatash Kumar
Oct 05, 2012
Higher and Lower Precision System Date and Time Functions in SQL Server 2012
In this article, we covered system date and time in-built functions such as Sysdatetime, Sysdatetimeoffset, Sysutcdatetime, Getdate etc that returns the current date and time from the SQL Server.
Rohatash Kumar
Oct 03, 2012
Mathematical Numeric Functions in SQL Server 2012
Here, you will see how to use mathematical numeric functions in SQL Server, including how to round values.
Rohatash Kumar
Oct 04, 2012
Database Server-side Applications.Extensions to SQL
Developers have struggled with the power and limitations of SQL. SQL is language oriented to manipulate data set, but enterprise applications always need to implement business logic that goes beyon...
John Charles Olamendy
Jul 09, 2008
Using OUTPUT Clause for Getting Deleting Information from Several Tables.
In this article I will explain how you can use such a T-SQL (SQL Server 2005) feature as OUTPUT clause in order to get information about rows, which were affected, when deleting process is executed...
Michael Livshitz
Apr 01, 2008
Triggers and Active Databases
This article is intended to illustrate how to use triggers in databases systems to enforce business rules and react to events in database applications thus supporting the Active databases principles.
John Charles Olamendy
Aug 30, 2007
Searching in User Profile Properties
Enabling search in membership profile properties using SQLSERVER2005 pluggable assembly created by C#.
Amr Sayed
Sep 07, 2007
Datename Function in SQL Server 2012
Here, you will see the DateName function that represents the specified datepart of the specified date such as day, month, year, quarter, hour, minute in SQL Server.
Rohatash Kumar
Oct 01, 2012
New Built in Functions in SQL Server 2012 : DateTime Functions
In this article, let us see how to use the 7 new builtin DateTime functions of Microsoft SQL Server 2012 Release Candidate 0 with their syntax and sample queries.
Santhosh Kumar Jayaraman
Aug 18, 2012
How to Start and Stop Database Engine in SQL 2005
This article will show how to start, stop and restart the database engine in SQL Server 2005.
Raj Kumar
Jul 16, 2008
No Records Available.
1481
-
1500
of
1687
<<
73
74
75
76
77
>>
Learn SSRS In 11 Hours
Challenge yourself
SQL Server
E-Book Download
Get Certified
ASP.NET