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)
Blogs
How To Check A Particular Column Of A Table Update Using COLUMNS_UPDATED() In SQL Server
In this blog, we will learn how to check if a particular column of a table is updated or not. If the column updates, the current record inserts into a trigger table using the trigger.
Amit Mohanty
Mar 15, 2019
Convert Comma Separated Values To Rows And Vice Versa Using In-built And Custom SQL Code
This blog explains the process of how to convert CSV values into row values and vice-versa, using in-built and custom SQL queries.
Kalyan Kondapuram
Feb 24, 2019
Encrypt And Decrypt Column Data In SQL Server
Sometimes, we may want to encrypt a SQL Server column data, such as a credit card number. In this blog, let's learn how we can encrypt and decrypt SQL Server column data in the database itself.
Dinesh Gabhane
Feb 22, 2019
Brief Introduction To Indexes In SQL Server
Here, I will be giving a brief introduction to Indexes in SQL Server and why we need the indexing.
Gajanan Chavhan
Feb 07, 2019
SQL Query To Calculate Age Using Given Date Of Birth (DOB)
Date of Birth can be used to calculate the age in years, months, and days.
Kalyan Kondapuram
Jan 25, 2019
Improve SQL Query Performance
In this blog, I will explain how to improve the performance of your SQL query. As a developer, we know any SQL query can be written in multiple ways but we should follow the best practices/techniqu...
Talaviya Bhavdip
Jan 17, 2019
How To Find Employees Hired Last Month Or Year In SQL Server
In this blog, we will understand how we can find employees hired last month or year. We will understand DATEDIFF function in SQL server. The DATEDIFF function is used to calculate the difference b...
Farhan Ahmed
Jan 15, 2019
Different Types Of Clauses In SQL Server
In this blog, we are going to learn about clauses in SQL Server. Clauses are used with table expressions and help in finding the result.
Farhan Ahmed
Jan 14, 2019
JOIN Tables Without Foreign Key In SQL Server
In this blog, we will understand how to join two or more SQL tables without using a foreign key. We will also get an overview of Join and Keys in SQL.
Farhan Ahmed
Jan 07, 2019
ASCII Values Of Alphabets And Numbers In SQL Server
In this blog, we will understand the usage of ASCII function in SQL Server and find ASCII values of capital and small alphabets.
Farhan Ahmed
Jan 07, 2019
Delete Duplicate Record From SQL Database Using CTE
How to delete duplicate records from a SQL data table using CTE (common table expression). Specifies a temporary named result set, known as a common table expression (CTE).
Farhan Ahmed
Jan 03, 2019
Forensic Analysis Of Users Who Performed Certain Transactions On Database
Learn about know forensic analysis of SQL Log
Andrew Jackson
Jan 02, 2019
Scalar Function In SQL Server
This article demonstrates how to create and use a scalar function in the SQL Server database. In this blog, we won't go very far. We will perform only basic functions.
Yogesh Kumar
Dec 28, 2018
Overview Of MSSQL Logs
Database Logs are used for any modification/transaction on table production or during development from their Database Server.
Imran Munir
Dec 19, 2018
SQL Server ISNULL() With Multi Column Names
Many times we come across null values within tables in SQL Server. Null values are the values with no data; that means the data is missing or unknown. In this article, initially we will understand ...
Priyanka Singh
Nov 26, 2018
How To Rebuild Master Database In SQL Server Without Backup
Here, we will discuss the full procedure to rebuild Master Database in SQL Server without unavailability of backup. Read the complete blog very carefully to get appropriate results.
Abrienne Jonethan
Nov 17, 2018
Aggregate Function in SQL Server
In this blog, we will learn about aggregate function in SQL Server. An aggregate function is used to calculate the given values and returns a single value.
Sanwar Ranwa
Nov 16, 2018
Date And Time Functions In SQL Server
In this article we learn about Date and time functions in SQL Server.These functions are working on given date and time.These functions are SQL Pre defined functions.
Sanwar Ranwa
Nov 14, 2018
How To Find Random Record In SQL Server
In this blog. I will explain you how to find random record in SQL server. This is most common interview question. The CHECKSUM function returns the checksum value computed over a table row, or over...
Farhan Ahmed
Oct 25, 2018
How To Calculate Time (Years, Months, And Days) Between Two Dates
In this post, we will learn how to calculate the time between two dates in years, months, and days format. There is a special function for getting a perfect year, month, and day count.
Hardik Deshani
Oct 25, 2018
No Records Available.
121
-
140
of
1267
<<
5
6
7
8
9
>>
Learn SSRS In 11 Hours
Challenge yourself
SQL Server
E-Book Download
Get Certified
CSS - Advanced Level