Want to build the ChatGPT based Apps? Start here
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About SQL Query
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rohatash Kumar (7)
Vijay Prativadi (5)
Tural Suleymani (2)
Iftikar Hussain (2)
Pankaj Kumar Choudhary (2)
Amit Choudhary (2)
Hemant Srivastava (2)
Jignesh Trivedi (2)
Madhu Sharma (2)
Rakesh (2)
Vinod Kumar (2)
Saravanan Ponnusamy (2)
Sachin Kalia (2)
Veena Sarda (2)
Amit Mohanty (1)
Parthiban Selvaraj (1)
George (1)
Priyanka K S (1)
Diptiranjan Sutar (1)
C# Curator (1)
Santosh Kumar Adidawarpu (1)
Bhuvanesh Mohankumar (1)
Amit Tiwari (1)
Pankaj Patel (1)
Sarvesh Shinde (1)
Sandeep Singh Shekhawat (1)
Rajesh Gami (1)
Raju Ahmed (1)
Dhairya Krishnat (1)
Anil Kumar (1)
Shakti Singh Dulawat (1)
Artur M (1)
Nirav Gandhi (1)
Sundaram Subramanian (1)
Rahul Bansal (1)
Akshay Phadke (1)
Vineet Kumar (1)
Ahmar Husain (1)
Biswa Pujarini Mohapatra (1)
Abhijit Patil (1)
Ehtesham Mehmood (1)
Syed Shanu (1)
Lakshmanan P (1)
Gaurav Chauhan (1)
Shivprasad (1)
Lajapathy Arun (1)
Ajit Kanada (1)
Related resources for SQL Query
No resource found
Query Optimization Techniques in SQL Server
4/25/2023 11:20:30 AM.
Query Optimization Techniques in SQL Server
Optimization Of Queries In SQL Server - HEAP TABLES
3/8/2023 2:02:52 PM.
This article will help you to understand how to start to think on optimization of sql queries and why use indexes in tables
Conversion Functions Using SQL Query in SQL Server
3/6/2023 5:52:11 AM.
In this article you will see how to use conversion functions using SQL Query in SQL Server.
SQL Performance (1), Optimized SELECT Query (A)
2/28/2023 6:17:26 AM.
This article discusses SQL performance on optimizing SELECT Query.
Merge Statement In SQL
2/24/2023 8:52:32 AM.
Merge Statement is a very popular clause in SQL. It handles Insert, Update and Delete in a single query no need to write different logics for each.
Some Important Tips For SQL Query Performance
2/23/2023 4:57:16 AM.
This article provides some important tips for SQL Query Performance.
Important Queries in SQL
2/16/2023 8:48:04 AM.
In this article we learn some interesting and useful SQL queries.
Optimizing Queries For Faster Performance In SQL Server - A Step-By-Step Guide With Examples
2/14/2023 10:36:17 AM.
In this article, you will learn about Query Optimization in SQL Server.
DATABASEPROPERTYEX Function in SQL Server
2/13/2023 5:11:03 AM.
In this article, I would like to show how to extract the metadata about a database in SQL Server.
50 SQL Server Interview Questions Guaranteed to Help You In 2023
2/12/2023 3:30:49 AM.
A complete guide of top SQL Server interview questions and answers that will help pass your SQL Server interview.
Dynamic Query to Search by Column Value in All Referencing Tables in SQL SERVER
2/2/2023 9:04:08 AM.
In this article I'll show you how to search a column value in all the referencing tables.
Dynamic SQL Query Injection And Its Prevention Mechanism
1/25/2023 6:27:00 AM.
In this article, you will learn about dynamic SQL query injection and its prevention mechanism.
Tips to Increase SQL Server Query Performance: Part 2
1/25/2023 6:02:25 AM.
This article provides more tips to increase SQL Server query performance.
Working with Date and Time in SQL Server
1/20/2023 10:49:06 AM.
In this article, I would like to show the similarity of SQL Getdate function and the C# DateTime class.
How To Optimize SQL Queries
1/11/2023 11:30:29 AM.
In this article, you will learn how to optimize SQL Query.
Delete Files with a SQL Job in SQL Server
1/10/2023 10:55:29 AM.
Here I am going to discuss deleting files using SQL Job.
T-SQL Query Performance Tuning Tips
1/10/2023 8:52:11 AM.
In this article, I will discuss some useful T-SQL query performance tips and tricks for SQL server developers.
Effective Paging, Sorting And Filtering Using SQL Server Stored Procedure
1/6/2023 7:11:09 AM.
In this article, I will cover and discuss the Effective Paging, Sorting and Filtering with Stored Procedure in MS SQL Server.
Searching, Sorting and Paging Using SQL Query
1/6/2023 6:47:22 AM.
This article shows how to use a SQL query to perform searching, sorting and paging by one query.
Iterate Through Array Of Data In SQL Query
1/3/2023 4:06:37 PM.
In this article we will see how to create a Array variable in SQL and how to iterate through it to process records in database.
Using Temp Table in SQL Server And Adding Columns Dynamically
12/29/2022 8:34:12 AM.
In this article we'll see how to use the Temporary tables, what are the necessary step to be taken while using them and moreover sometimes it's required to add column in Temporary tables dynam
Finding Duplicates Among Multiple Columns in SQL
12/28/2022 8:21:54 AM.
Here I show how to find duplicates and their frequency among multiple columns using the GROUP BY clause.
Get Months Within a Date Range With SQL Query
12/28/2022 7:26:01 AM.
This article shows how to get the months within a date range with SQL Query.
Find Nth Highest Salary in SQL Server
12/26/2022 2:29:54 PM.
In this article I am explaining various ways to get the Nth highest salary from an EMPLOYEE table.
The Most Important SQL Queries For Beginners
12/17/2022 6:20:46 PM.
How do you get the data from the table? How do you create or drop the table? How do you display the different records? Do you want to? You can easily do all of this by writing a simple SQL query.
Logical Query Processing In T-SQL
7/19/2022 8:03:35 PM.
This article demonstrates the practical values of knowing Logical query execution in TSQL.
Read Text File And Move Files To Another Folder Using SQL Server Query Instead Of ETL
12/9/2021 7:46:26 AM.
In this article, you will learn how to read text file and move files to another folder using sql server query instead of etl.
How To Import Data Directly From The SQL Query In Power BI
1/6/2021 5:08:22 PM.
In this article, you will learn how to Import Data Directly from the SQL Query in Power BI
Execute Long Running SQL Query Or Stored Procedure From .NET
11/3/2020 12:47:34 AM.
This article describes the asynchronous call to MS SQL statements from .NET environment using C# to avoid UI or main thread freezing.
Azure Cosmos DB With SQL Query Cheat Sheet PDF
7/16/2020 3:01:50 AM.
Microsoft Azure Cosmos DB supports querying documents using SQL (Structured Query Language) as a JSON query language. Cosmos DB is truly schema-free. By its commitment to the JSON data model directly
SQL Query Execution Plan Operations
4/29/2020 8:27:56 AM.
In this article you will learn about SQL query execution plan operations.
SQL Query Execution Plan
4/27/2020 11:42:34 PM.
In this article, you will learn about SQL query execution plan.
SQL For Beginners
8/9/2019 11:42:01 AM.
In this video series, we will learn dive deep into the concept of Structured Query Language (SQL) from the very basics. This article is ideal for beginners who want to learn SQL from scratch.
SQL Assessment API (Public Preview)
8/6/2019 10:55:07 AM.
Is your SQL Server configuration in line with Microsoft recommended best practices? If you want to know, check this latest video on SQL Assessment API.
On vs Where Clause in SQL Server 2012
7/18/2019 6:29:30 AM.
Here, I will explain the difference between the On and Where clauses when used with a left join in SQL Server.
Calculating Factorial of a Number in SQL Server 2012
7/15/2019 4:16:13 AM.
Here, I have constructed a query that provides a solution in SQL Server to determine the factorial of a specified number.
Count All vs Count Distinct in SQL Server
7/8/2019 9:53:12 AM.
In this article, you will see the SQL aggregate function count in two forms, Count All and Count Distinct.
Top 30 Important SQL Queries For Developers
4/1/2019 9:21:52 AM.
In this SQL article, I will introduce you to some important SQL queries and technical points. This article is a guide for you to learn the concepts related to SQL. It starts with the basic SQL queries
Zero To Hero In MS SQL Server - Part Five
8/21/2018 1:52:34 PM.
In this article, we will learn about Insert and Select Statement in SQL Server.
MySQL Fetch Array Function in PHP
8/13/2018 1:46:27 AM.
In this article I explain the MySQL_Fetch_Array() function in PHP.
Construct Readable XML Output From SQL Query From Two Or More Tables Using “For XML PATH” Statement
9/4/2017 12:25:58 AM.
In my previous article I discussed about how to get a XML format output from query and process that by using XML AUTO statement, and I give different types of “for XML”.
Transform XML Output Of SQL Query To HTML Using "For XML" AUTO Statement With XSLT In C#
8/21/2017 4:37:24 PM.
Normally, we execute the query using ExecuteNonQuery statement and fill the output into data table. This article describes how to transform the XML output of SQL query statements using FOR XML AUTO to
Find The 3rd Or Nth Highest Salary In A Table Via SubQuery
8/1/2017 2:03:54 AM.
This article describes how to find the 3rd or Nth highest salary in a table. To find the Nth highest salary, we need to create a table in the database containing some data and to do this use the follo
SQL Query Plans Each Developer Should Know
5/26/2016 12:59:28 PM.
In this article you will learn about SQL Query Plans for each Developer.
Various Approaches to Find Nth Salary in SQL Server 2008R2
8/28/2015 3:23:25 PM.
This article describes various approaches to find the nth salary in SQL Server 2008R2.
Difference Between ROW_NUMBER () OVER () & PARTITION BY Clause
7/29/2015 4:50:14 PM.
In this article you will learn the difference between ROW_NUMBER(), OVER() and PARTITION BY clauses in SQL Server.
SQL Server Database Basics Query Command
5/3/2015 1:46:08 PM.
This article provides some SQL Server database basic information including database creation, data table creation and basic query information.
SQL Query Performance - Functions and Indexes
4/3/2015 11:29:51 AM.
In this article we will learn why functions should be avoided on indexed columns in where clauses of select statements.
Query Notification in SQL Server
6/11/2014 2:41:46 PM.
This article explains QueryNotification and SQLCacheDependency in SQL Server.
Import Data From Database Using Native SQL Query in Microsoft Excel 2013
3/15/2014 2:48:46 PM.
This article shows the powerful features of Excel 2013 to import data from a database.
Tools in SQL Server Management Studio
3/4/2014 1:00:33 PM.
This article shows how to use Tools in SQL Server Management Studio.
LINQ To SQL
2/24/2014 5:45:33 PM.
Today in this article I will teach you the most interesting and new features of the C# programming language, LINQ-To-SQL.
Inventory Management Using SQL Trigger
12/30/2013 9:58:41 PM.
In this Article I explain how to create a simple Inventory Management transaction Using Insert, Update and Delete Trigger.
Query Notification in SQL Server
12/12/2013 3:35:57 PM.
Thisarticle dscribes Query Notification in SQL Server.
Publishing MySQL Data With PDO Extension In PHP
11/16/2013 8:24:05 PM.
This article is explain publishing MySQL data with PDO extension in php.
SQL Query to Get Details of Index Fragmentation in SharePoint
7/26/2013 2:07:37 AM.
This article explains how to get the details of index fragmentation in SharePoint and provides a script that can be used to rebuild and reorganize indexes.
SharePoint SQL Query to Get Details on Disk Utilization and IO
7/24/2013 2:34:55 PM.
In this article I will demonstrate SharePoint SQL Query to get details of Disk Utilization and IO.
Getting the Name of the Server and Databases in SQL Server
3/19/2013 1:27:58 PM.
In this article, I would like to show how to get the name of the server and databases in SQL Server.
Getting Some Useful Date and Time Information From Getdate Function in SQL Server 2012
3/6/2013 4:10:55 PM.
In this article, I would like to show the utility of Getdate functions in SQL Server.
Insert and Update Stored Proc With Raw SQL Query Via EDF Framework
12/31/2012 4:49:04 PM.
Today, in this article let's play around with one of the interesting and most useful concepts in EDM Framework.
Delete and Update Data With Raw SQL Query Via EDF Framework
12/31/2012 4:33:20 PM.
Today, in this article let's play around with one of the interesting and most useful concepts in EDM Framework.
Select Stored Proc With Raw SQL Query Via EDF Framework
12/31/2012 12:28:56 AM.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
Insert Data With Raw SQL Query Via EDF Framework
12/31/2012 12:27:14 AM.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
Delete Stored Proc With Raw SQL Query Via EDF Framework
12/29/2012 12:40:30 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in EDM Framework.
Using LINQ to SQL Query
9/30/2012 3:08:05 AM.
Here in this article, you will get very basic idea of LINQ to SQL Query using code.
Modifying a Database Checkpoint in QTP in Testing
8/21/2012 4:12:26 PM.
In this article we discuss how to modify a Database Checkpoint in QTP.
SQL Query Optimization FAQ Part 1 (With video explanation)
5/20/2012 4:20:41 AM.
In this article we will first try to understand what is a SQL plan, how is it created and then we will move towards understanding how to read the SQL plan. As we read the SQL plan we will try to understand different operators like table scan, index seek scan, clustered scan, RID lookup etc. We will also look in to the best practices associated with clustered and non-clustered indexes and how they function internally. We will practically see how indexed views increase performance and in what scenarios we should use the same.
Database Objects Information Using SQL Query in SQL Server
4/22/2012 12:34:18 PM.
In this article we will see how to get the Database objects Information using a query.
SQL Server Database Explorer
12/16/2005 5:18:36 AM.
This application connects to a running SQL Server 2000 and displays all the available databases in it.