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
FOLLOW
Learn SQL, a language to query and manipulate relational database management systems.
Articles
(398)
Blogs
(505)
Resources
(18)
Videos
(9)
News
(4)
Blogs
20+ SQL Concepts with MS SQL Server Code
Explore over 20 essential SQL concepts with practical MS SQL Server code examples. This comprehensive guide covers fundamental and advanced topics, including query optimization, joins, indexing, an...
Siva V
Sep 09, 2024
Sending JSON to a Stored Procedure and Handling It in SQL Server
Integrating JSON with SQL Server stored procedures allows efficient handling of complex data formats. You can pass JSON data directly to procedures using functions like JSON_VALUE, JSON_QUERY, and ...
Prasad Raveendran
Aug 30, 2024
Accessing Oracle Databases via SQL Server
To access an Oracle database through SQL Server, set up a linked server in SQL Server using the Oracle client. Configure your ASP.NET application to query Oracle via SQL Server, updating connection...
Aman Gupta
Aug 13, 2024
Dynamic JSON Generation from SQL Server
To dynamically retrieve and format data from an SQL database into a JSON structure, design database tables to store static and dynamic details, write SQL queries using `FOR JSON`, and execute them ...
Aman Gupta
Aug 13, 2024
Consistent Batch Number Updates in SQL Server Stored Procedur
Ensure consistency when updating the batch number in a stored procedure. Retrieve current values, increment the batch number, maintain `DateCapture` consistency, and commit the transaction. Integra...
Aman Gupta
Jul 31, 2024
Reference Errors in SQL Server Reporting Services (SSRS)
The error message indicates the field "TimeDiff" is unrecognized. Verify your dataset and chart configuration. Use "TimeInCrate" or alias it as "TimeDiff" in your SQL ...
Aman Gupta
Jul 31, 2024
Key Concepts in MS SQL
In the world of SQL, several key concepts and terminologies can sometimes be confusing. In this blog post, we’ll explore the differences between some of the most critical SQL concepts in Microsoft ...
Siva V
Jul 09, 2024
How to Use 1=1 & 1=2 in SQL Query
Learn about the risks and techniques of using "1=1" and "1=2" in SQL queries. Explore how these conditions are exploited in SQL injection attacks, understanding the difference b...
U T
Jun 28, 2024
Understanding Joins in SQL Server
Joins in SQL Server are essential for combining data from multiple tables based on related columns. They operate on the Cartesian product principle, providing different types like INNER JOIN, LEFT ...
Venkat Bodempudi
Jun 07, 2024
KQL vs. SQL: A Comparative Analysis
KQL vs. SQL: A Comparative Analysis" examines differences and similarities between Kusto Query Language (KQL) and Structured Query Language (SQL). It delves into syntax, functionality, and sui...
Ayush Gupta
May 27, 2024
Backup and Restore SQL Server Databases Using T-SQL Scripts
In this blog, I will guide you through the process of backing up and restoring a SQL Server database using T-SQL scripts. This can be particularly useful for database administrators and developers ...
Bhavini Prajapati
May 20, 2024
Postgres Day 5 - Let’s Play with AND, OR, NOT Conditions
Explore Postgres Day 5! Master AND, OR, NOT conditions in SQL queries. Learn to refine data retrieval with logical operators. Enhance your PostgreSQL skills and manipulate data with precision.
Rohanathan Suresh
Apr 04, 2024
Explain File Excel Upload Into SQL
This SQL script defines a stored procedure in RelianceCommissionLiveDB for uploading Excel data into SQL. It parses XML data for validation or updating Upsell Premiums.
Sagar Jadhav
Mar 27, 2024
Day 4 - Let’s Play with Dates and Strings
Learn how to filter data in SQL queries based on dates and strings. Use operators like <, <=, >, >= for date ranges. Select single dates using "=", exclude specific dates with...
Rohanathan Suresh
Mar 23, 2024
Day 3 - Let’s Browse and Filter the Database Columns!
Day 3 of this series involves browsing and filtering database columns, enabling you to explore and refine data effectively. Discover how to navigate through the database, filter columns based on sp...
Rohanathan Suresh
Mar 20, 2024
Structured Query Language (SQL)
Structured Query Language is a computer language that we use to interact with a relational database.SQL is a tool for organizing, managing, and retrieving archived data from a computer database.
Sivaruban Narayanapillai
Jan 01, 2024
Understanding SQL Injection
Explore the ins and outs of SQL injection, a pervasive threat to web applications. This blog post explains the mechanics, provides real-world examples, and offers crucial strategies for protecting ...
Brahma Prakash Shukla
Dec 26, 2023
SQL Query to find book sales using Joins and Group By
SQL Query to find total book sales that every author has made using Joins and Group By on Multiple Columns.
Hanu
Dec 25, 2023
Top 10 SQL Optimization Techniques With and Without Queries
Top 10 SQL optimization techniques, demystifying the process with real-world examples. Whether you're a seasoned SQL maestro or just starting, this journey through optimization will enhance you...
Siva V
Dec 21, 2023
What are Window functions ROW_NUMBER(),Rank(), DENSE_RANK() in SQL?
ROW_NUMBER(),Rank(),DENSE_RANK(),SUM(), AVG(),LEAD() and LAG(), Normalizing Data Using Window Functions. In this blog, we'll delve into the world of Window Functions using a simple table exampl...
Siva V
Dec 11, 2023
No Records Available.
View More
Mastering SQL
Challenge yourself
SQL Skill
E-Book Download
Get Certified
Web 3