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
User-Defined Functions in SQL Server
SQL Server supports two types of User-Defined Functions (UDFs): Table-Valued and Scalar-Valued. Table-valued functions return a table based on logic, while Scalar-Valued functions return a single v...
Aradhana Tripathi
Nov 21, 2024
Temporary Tables vs Table Variables in SQL Server Explained
This article explores their key distinctions, advantages, and ideal applications, helping users understand when to use each for better query performance and resource optimization.
Sanjay Kumar
Nov 19, 2024
Unlocking the Power of the SELECT Feature in SQL Server
This article explores the basics of the SQL Server SELECT statement, demonstrating how to query data from tables using practical examples. Learn how to fetch specific columns, improve query perform...
Poonam Beniwal
Nov 18, 2024
Enhance SQL Server Stored Procedure Performance – Tuning Tips
Covering indexes and filtered indexes in SQL optimize database performance by efficiently retrieving data for queries. Covering indexes include all needed columns, while filtered indexes target spe...
Jignesh Kumar
Aug 22, 2018
SSRS (4) --- SQL Server Database Project in Visual Studio
This article is to discuss: SQL Server Database Project in Visual Studio
George
Aug 25, 2024
SSRS (2) --- Client Setup: SSDT and Report Builder
This article discusses SSRS (2) --- Client Setup: SSDT and Report Builder
George
Aug 05, 2024
SSRS (3) --- Report Build and Deploy as a VS Project
This article will make a sample of Report from Visual Studio Environment by using both the pre-setup SSIS, SSAS, Server and the SQL Server DAta Tools
George
Aug 08, 2024
SSRS (4-1) --- Crystal Reports for VS 2022
This article is to discuss Crystal Reports.
George
Aug 28, 2024
SSRS (1) --- Server Setup: SSIS, SSAS, and SSRS
This article is to discuss SSRS (1) --- Server Setup, SSIS, SSAS, and SSRS
George
Aug 04, 2024
Database Dictionary (1) --- Schema
This article will discuss the database schema.
George
Aug 22, 2024
Exploring the New T-SQL Enhancements in SQL Server 2022
In this article we will explore the powerful new T-SQL enhancements in SQL Server 2022, including features like DATE_BUCKET, DATETRUNC, and IS DISTINCT FROM, designed to simplify data handling and ...
Naveen Kumar
Oct 31, 2024
BIT Functions New T-SQL Enhancements in SQL Server
In this article, we’ll explore some of BIT functions new enhancements in SQL Server 2022, their practical applications, and a modified example to demonstrate their usage.
Naveen Kumar
Oct 30, 2024
Securing Remote Access to SQL Server
Securing remote access to SQL Server is paramount for data protection and compliance. Explore methods like VPNs, firewalls, encryption, and multi-factor authentication for enhanced security and pro...
Amit Mohanty
Mar 05, 2024
Windowing Enhancements New T-SQL Enhancement in SQL Server
SQL Server 2022 introduces advanced T-SQL features, enhancing window functions, aggregations, and NULL handling. New options like the WINDOW clause and IGNORE NULLS optimize complex data queries, r...
Naveen Kumar
Oct 29, 2024
Efficient Data Handling in SQL Server with Table-Valued Parameters
This article delves into how TVPs enhance performance by enabling the transfer of multiple rows of data in a single parameter, streamlining stored procedures, and optimizing database operations.
Sanjay Kumar
Oct 27, 2024
TRIM Function New T-SQL Enhancements in SQL Server
The enhanced TRIM function in SQL Server 2022 adds flexibility for removing unwanted characters in strings, beyond just spaces. Now, developers can use BOTH, LEADING, and TRAILING keywords to trim ...
Naveen Kumar
Oct 25, 2024
GENERATE_SERIES Function New T-SQL Enhancements in SQL Server
The GENERATE_SERIES function in SQL Server 2022 creates sequences of numbers or dates between specified start and end values, with an optional step. It's beneficial for reporting, filling data ...
Naveen Kumar
Oct 25, 2024
Check Constraint in SQL Server 2012
A Check Constraint in SQL Server enforces Domain Integrity by ensuring valid values for specific table columns. It restricts invalid data entries, rejects values that don't meet set conditions,...
Deepak Middha
Dec 20, 2012
STRING_SPLIT() Ordinal New T-SQL Enhancements in SQL Server
The STRING_SPLIT() function in SQL Server, introduced in 2016, allows for splitting delimited strings into rows. The 2022 enhancement introduces an optional ordinal parameter, enabling retrieval of...
Naveen Kumar
Oct 16, 2024
Least and Greatest New T-SQL Enhancements in SQL Server
Discover the least and greatest T-SQL enhancements in SQL Server 2022! This article explores the new features and improvements that elevate data manipulation and performance.
Naveen Kumar
Oct 15, 2024
No Records Available.
View More
Learn SSRS In 11 Hours
Challenge yourself
SQL Server
E-Book Download
Get Certified
Full Stack Beginner