• Introducing DBASco: SQL Server Database Admin Blog

    Greetings Tech People! If you’ve been following my technical journey on peter-whyte.com, I’m excited to share a new platform that dives into the world of Database Reliability Engineering and beyond – welcome to DBASco.com! At DBASco.com, I share my latest technical writings, focusing on a spectrum of topics catering to IT enthusiasts, database/system administrators, and…

  • How to Set Environment Variables in PowerShell

    To get environment variables in PowerShell, we can use Get-ChildItem env: to list all the environment variables and $env: to return the value of a specific environment variable. This blog post should help explain this as well as how to set new values for Environment Variables. An environment variable is a value that is stored…

  • Temp Tables in SQL Server

    Temp tables in SQL Server can improve the efficiency and performance of complex queries by breaking them down into smaller pieces, storing intermediate results in memory, and eliminating unnecessary data. In SQL Server, temporary tables are tables that are created for a specific purpose and are only available for the duration of the connection that…

  • Git Log Author

    If you’re a Git user, you’re likely familiar with the git log command, which allows you to view the commit history for a repository. This blog post is an extra tip on the git log command, showing the –author option parameter which allows you to filter the commits displayed by the author’s name. This can…

  • Git Log Command

    Git log is an essential command for working with Git. It allows you to see the history of a repository, including details about each commit like the author, date, and commit message. Using the git log command is simple. Just navigate to your Git repository in a terminal or command prompt and run the git…

  • How to Install PowerShell on Ubuntu 20.04

    This post is a guide on installing PowerShell on Ubuntu 20.04. The Ubuntu Linux distribution being used in this demo is running as a Windows Subsystem for Linux (WSL) instance. I have not yet encountered issues with the PowerShell, Ubuntu and WSL cocktail. Be sure to check out Microsoft Documentation, Installing PowerShell on Linux (Ubuntu)…

DBA Blog Posts

SQL Server DBA Blog posts, organised with information on Database Admin, SSMS, PowerShell and Windows Admin tips. This page will be updated frequently.

All blog posts linked below are internal links created by myself, a SQL DBA living the dream of being able to combine a love for database software and blogging.

My high-level blog categories include the following:
MS SQL DBA
SSMS Tips
PowerShell Tips
Windows Admin
WSL
Linux Tips
Git Tips
AWS Tips

AWS Tips

How to Manage S3 Buckets with AWS CLI
May 1, 2022
How To Install & Configure AWS CLI On Ubuntu
April 8, 2021