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 MINUS Operator: Finding Differences Between Data Sets
In SQL, the MINUS operator plays a crucial role in querying by allowing developers to identify and retrieve records that exist in one dataset but not in another. This article explores the functiona...
Jitendra Mesavaniya
Jun 18, 2024
How To Consume Web API Through SSIS Package
In this article, I have illustrated the purpose of SSIS with Web API. It shows how SSIS can use Web API to do certain operations, like updating the database table based on Service response, and pro...
Nitesh Jha
Sep 07, 2017
How To Use LINQ To SQL For Retrieving Data From SQL Server Database
This article explores LINQ to SQL, an ORM framework in .NET for mapping database tables to .NET classes. It covers querying operations like Select, Insert, Update, and Delete using LINQ syntax, whi...
Akshay Phadke
Jan 01, 2017
Comparison Of Different SQL Query Responses Of SQL Server On Windows And Ubuntu Linux
The article consists of some benchmark tests of SQL Server on different Operating Systems, the parameters considered are CPU Time, Elapsed Time and Total Execution Time.
Mukesh Kumar
Jul 26, 2019
Advanced Strategies: Deciphering Complex Joins in SQL
In the world of relational databases, joins are indispensable tools for combining data from multiple tables based on related columns. While simple joins are common, complex joins involving multiple...
Siddhesh Chavan
Jun 13, 2024
Understanding SQL Window Functions
SQL window functions perform advanced analytics by computing values over a defined set of rows, using partitions and ordering. They enable operations like running totals, moving averages, and ranki...
Siddhesh Chavan
Jun 13, 2024
Getting Particular Timezones Current Date Time in SQL Server
To retrieve the current date and time for specific time zones in SQL Server, use the query SELECT * FROM sys.time_zone_info. This query returns information about supported time zones, including the...
Vignesh Kumar
Jun 12, 2024
Using CTEs in PostgreSQL for Cleaner Efficient Queries
In the realm of SQL databases, PostgreSQL stands out with its rich feature set, one of which is Common Table Expressions (CTEs). CTEs offer a powerful way to simplify and structure complex queries,...
Jitendra Mesavaniya
Jun 12, 2024
Understanding Change Data Capture (CDC) in Microsoft Azure
In the world of data management, tracking changes to data is crucial for maintaining data integrity, enabling real-time analytics, and ensuring efficient data replication. Change Data Capture (CDC)...
Siddhesh Chavan
Jun 11, 2024
SQL Query Execution Understanding Process and Performance
Understanding the SQL query execution order—from FROM and JOIN to WHERE, GROUP BY, HAVING, SELECT, ORDER BY, and LIMIT/OFFSET—is crucial for optimizing queries. Key techniques include indexing, opt...
Siddhesh Chavan
Jun 11, 2024
Understanding Different Types of SQL Triggers in SQL Server
SQL Server triggers are powerful tools that allow the automatic execution of SQL code in response to specific events on a table or view. They play a crucial role in maintaining data integrity, enfo...
Siddhesh Chavan
Jun 11, 2024
Executing Dynamic SQL in SQL Server
Dynamic SQL in SQL Server allows constructing and executing SQL statements at runtime, offering flexibility for complex queries. Learn its execution methods (EXEC and sp_executesql), advantages, li...
Naveen Kumar
Jun 07, 2024
SQL Server Internal Stored Procedures That You Should Use
SQL Server internal stored procedures are invaluable tools for developers, offering streamlined access to database information, session management, resource monitoring, configuration settings, and ...
Rinki
Jun 06, 2024
Understanding Temporal Tables in SQL Server
Temporal tables are a powerful feature introduced in SQL Server 2016 that provides a built-in mechanism for capturing and querying historical data. They enable you to keep track of all changes made...
Jitendra Mesavaniya
Jun 04, 2024
Common Table Expressions (CTE) Example In SQL SERVER
A common table expression i.e CTE which is used to the specific temporary result set by using SELECT, INSERT, UPDATE, or DELETE statement. So the user can do further operations on it. When the user...
Rupesh Kahane
Sep 28, 2018
Connect to SQL Server with SSMS Methods and Authentication Types
Connecting to SQL Server using SQL Server Management Studio (SSMS) involves selecting a connection method and authentication type. Methods include specifying the server name and instance.
Ayush Gupta
May 31, 2024
Common Table Expression(CTE) in SQL Server
Learn about CTE, a SQL Server 2005 feature replacing temp tables. Understand its efficiency over temp storage methods, essential syntax, and diverse applications in query optimization. Examples ill...
Senthilkumar
Sep 14, 2009
Using GO and Semi-Colon in SQL Server 2012
Learn about the usage of the GO command and semicolon in SQL Server. Understand how to use GO as a batch separator and change it in SQL Server Management Studio. Semicolon (;) terminates SQL statem...
Rohatash Kumar
Nov 26, 2012
Backing Up And Restoring Database Without Using .bak File
Learn to backup and restore databases in SQL Server without .bak files using SQL scripts or tools like SSMS. Utilize Transact-SQL commands or export/import data to ensure data integrity and continu...
Salman Beg
Jan 30, 2019
Best Practices For Effective Database Design In SQL Server
In this article, we will be exploring the best practices for effective database design in SQL Server. Creating an SQL Server database involves best practices like understanding requirements, normal...
Rinki
May 28, 2024
No Records Available.
101
-
120
of
1687
<<
4
5
6
7
8
>>
Learn SSRS In 11 Hours
Challenge yourself
SQL Server
E-Book Download
Get Certified
Unity