How to Get SQL Percentage Calculation as Easy as Pie
Percentage calculation in SQL can be a bit like traversing an unfamiliar labyrinth. If you’re a...
Best FREE SQL Server Tools for Database Developers and Administrators!
This article has recently been extensively revised. In particular, we reworked the article structure, and navigation, and updated...
dbForge Edge: Your Best Universal Tool for Multidatabase Challenges
Handling several database management systems simultaneously is inevitable in working on multiple projects. At the same time, each system...
31 Must-Know SQL Server DBA Interview Questions – Are You Prepared?
This article will help you to prepare for SQL Server interviews. I have explained various popular...
SQL Aggregate Functions: Easy Tips for Newbies
SQL Aggregate Functions are functions that perform calculations and return a summarized result. With these, it’s easy to do these...
User-Defined Data Types In SQL Server
SQL Server platform comes with many data types, but there are cases when they are not sufficient. Or, custom data types could help make...
SUBSTRING Command in SQL: A Primer
Similar to my article regarding the SQL Server STUFF command, today we will be examining the...
Getting Started with the SQL Server T-SQL CASE Expression Statement
SQL Server CASE expression is very useful in returning an output based on some conditional matching criteria. We can state multiple...
SQL Server Primary Key
Across all major RDBMS products, Primary Key in SQL constraints has a vital role. They identify the records present in a table uniquely....
SQL Server Triggers – Part 2 DDL & LOGON Triggers
In SQL Server, triggers are database objects which will get executed whenever a triggering event...