Best FREE SQL Server Tools for Database Developers and Administrators!
This article provides a comprehensive list of the best SQL Server FREE tools for database...
Lightweight Code Review
This is the third article in a series of articles that describe code review process. In this part, we will have a look at the lightweight...
EFFECTIVE CODE REVIEW: Formal Approach to the Process
Formal Approach to Code Review This is the second article in a series of articles that describe the whys and hows of the code review...
ROLLBACK TRUNCATE in SQL Server
Have you ever accidentally executed the TRUNCATE command on a wrong table? This will lead to all...
Iterating Over JavaScript Arrays
Iterating Over Arrays The article describes ES5 and ES6 approaches to iterate over javascript arrays and array-like objects!...
SQL Server Transaction Log — Part 1
Every SQL Server database contains one or more transaction log files in addition to data files. Log files record all transactions and...
С# Nuances: foreach
You may have been asked a question on a job interview: “What needs to be done to make your class...
Retrieving SQL Server Metadata with Help of T-SQL
This article contains a list of scripts that mine the SQL Server metadata in the various system functions, stored procedures, tables, and...
Active Directory vs Azure Active Directory
Active Directory traditionally used to manage elements of a domain-based network. But companies increasingly implement various cloud...
C# Powerful String Functions
The .NET Framework provides a set of powerful string functions. These building blocks can be used...