10 TIPs - To Become a Good Developer/Programmer
Why Join
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)
Madhu Sharma (2)
Pankaj Kumar Choudhary (2)
Rakesh (2)
Vinod Kumar (2)
Saravanan Ponnusamy (2)
Sachin Kalia (2)
Jignesh Trivedi (2)
Veena Sarda (2)
Iftikar Hussain (2)
Hemant Srivastava (2)
Amit Choudhary (2)
Raju Ahmed (1)
Priyanka K S (1)
Amit Tiwari (1)
Dhairya Krishnat (1)
Anil Kumar (1)
Shakti Singh Dulawat (1)
Sarvesh Shinde (1)
Pankaj Patel (1)
Sonu Gupta (1)
Artur M (1)
Nirav Gandhi (1)
Bhuvanesh Mohankumar (1)
Sundaram Subramanian (1)
Rahul Bansal (1)
Santosh Kumar Adidawarpu (1)
Akshay Phadke (1)
Gagan Sharma (1)
Vineet Kumar (1)
Ahmar Husain (1)
Biswa Pujarini Mohapatra (1)
Abhijit Patil (1)
Ehtesham Mehmood (1)
Syed Shanu (1)
Sandeep Singh Shekhawat (1)
Lakshmanan P (1)
Gaurav Chauhan (1)
Parthiban Selvaraj (1)
Shivprasad (1)
Lajapathy Arun (1)
Ajit Kanada (1)
Related resources for SQL Query
No resource found
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.
Merge Statement In SQL
2/26/2021 6:17:42 PM.
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.
T-SQL Query Performance Tuning Tips
2/8/2021 12:27:52 PM.
In this article, I will discuss some useful T-SQL query performance tips and tricks for SQL server developers.
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.
Iterate Through Array Of Data In SQL Query
1/23/2020 1:41:12 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.
Effective Paging, Sorting And Filtering Using SQL Server Stored Procedure
10/29/2019 1:46:26 AM.
In this article, I will cover and discuss the Effective Paging, Sorting and Filtering with Stored Procedure in MS SQL Server.
Top 5 Tricky/Important SQL Queries And Their Answers
9/5/2019 8:05:56 PM.
In this article, you will learn about SQL Server Top 5 tricky/ important SQL Query with their answers.
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.
How To Optimize SQL Queries
5/28/2019 5:08:37 AM.
In this article, you will learn how to optimize SQL Query.
Tips to Increase SQL Server Query Performance: Part 2
5/28/2019 5:05:43 AM.
This article provides more tips to increase SQL Server query performance.
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
Dynamic SQL Query Injection And Its Prevention Mechanism
6/20/2016 10:23:13 AM.
In this article, you will learn about dynamic SQL query injection and its prevention mechanism.
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.
Displaying Line Numbers In SQL Query Editor
12/4/2015 11:34:11 AM.
In this article we will discuss about the option of displaying Line Numbers in the SQL Server Query editor.
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.
Important Queries in SQL
6/8/2015 5:16:56 AM.
In this article we learn some interesting and useful SQL queries.
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.
Get Months Within a Date Range With SQL Query
2/11/2015 11:28:25 PM.
This article shows how to get the months within a date range with SQL Query.
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.
Some Important Tips For SQL Query Performane
7/1/2013 1:13:56 PM.
This article provides some important tips for SQL Query Performane.
Searching, Sorting and Paging Using SQL Query
6/25/2013 4:41:14 PM.
This article shows how to use a SQL query to perform searching, sorting and paging by one query.
Finding Duplicates Among Multiple Columns in SQL
5/15/2013 1:12:05 PM.
Here I show how to find duplicates and their frequency among multiple columns using the GROUP BY clause.
DATABASEPROPERTYEX Function in SQL Server
5/1/2013 5:16:35 PM.
In this article, I would like to show how to extract the metadata about a database in SQL Server.
Working With Date and Time in SQL Server and C#
4/11/2013 3:29:24 PM.
In this article, I would like to show the similarity of SQL Getdate function and the C# DateTime class.
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.
Find Nth Highest Salary in SQL Server
11/6/2012 4:49:33 PM.
In this article I am explaining various ways to get the Nth highest salary from an EMPLOYEE table.
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.
Delete Files with a SQL Job in SQL Server 2008
8/8/2012 12:28:37 AM.
Here I am going to discuss deleting files using SQL Job.
Conversion Functions Using SQL Query in SQL Server
7/2/2012 2:22:09 AM.
In this article you will see how to use conversion functions using SQL Query in SQL Server.
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.
Using Temp Table in SQL Server And Adding Columns Dynamically
7/16/2011 12:26:04 PM.
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 dynamically.
Dynamic Query to Search by Column Value in All Referencing Tables in SQL SERVER
7/12/2011 12:30:36 PM.
In this article I'll show you how to search a column value in all the referencing tables.
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.