SUBSTRING Command in SQL: A Primer
Similar to my article regarding the SQL Server STUFF command, today we will be examining the...
The Essence and Configuration of AWS Virtual Private Cloud
Amazon Web Service environment is a fully digital experience of a typical brick-and-mortar data center. All components, such as firewalls...
How to Use REPLACE in SQL
When querying data with SQL, the need to manipulate string-based results is very common. There are many options across the major relational...
The AWS Secrets Manager
Problem Statement Keeping credentials and other sensitive data out of application code can be a...
Overview of T-SQL PRINT Statement
PRINT statements are crucial in any programming language. They will allow the routine or program that you are running to dump some type of...
T-SQL Stuff Command
The main idea around the SQL Server function called STUFF is concatenating multiple columns into a single column with more flexibility than...
How to Connect Python to SQL Server to Automate Backend Process
Automating backend processes in your SQL Server instance is a common task. Whether it is refreshing...
An Overview of the PRINT Statement in SQL Server
The SQL PRINT statement serves to display the user-defined message. For example, you are developing a script with T-SQL Loops, and you want...