Last Update: Sep 25, 2023
Starting with SQL Server 2017, Microsoft has supported SQL Server on Linux, which has the same underlying database engine as the Windows version. In this article, I’ll show you how to install SQL Server on Linux, as well as Azure Data Studio. The most recent release of SQL Server is SQL Server 2022, which offers…
Last Update: Nov 19, 2024
In today’s rapidly evolving technology landscape, Amazon Web Services (AWS) remains one of the biggest players in the cloud computing industry. For most IT pros, AWS certifications have become a crucial stepping stone for career advancement. These certifications validate professionals’ expertise with AWS services and indicate their ability to design, deploy, and manage applications on…
Last Update: Dec 05, 2025
PowerShell is a powerful scripting language for many reasons. One such reason is its support for conditional logic, which can help you supercharge your PowerShell scripts to make them even more efficient and effective. Learn how to use if statement PowerShell logic, including If, Else, and Elseif. This can help you as a PowerShell script…
Last Update: May 08, 2025
An Office 365 tenant to tenant migration can be a complex undertaking that requires careful planning and execution. Whether due to mergers, acquisitions, or organizational restructuring, a tenant to tenant migration project involves transferring data, applications, and configurations while ensuring minimal user disruption. In this article, I will guide you through the essential steps to…
Last Update: Jul 25, 2023
Microsoft provides a comprehensive suite of tools for effectively administrating and managing various aspects of the Microsoft 365 platform. There’s not just one Office 365 portal, IT pros actually have access to various admin centers, each tailored to manage specific aspects of the platform. In this article, we will explore the key admin centers available…
Last Update: Jun 07, 2025
SQL Server Data Tools for Visual Studio 2022 (SSDT) is the modern replacement for Business Intelligence Development Studio (BIDS), which was introduced with SQL Server 2005. SQL Server Data Tools for Visual Studio 2022 is now delivered as a part of Visual Studio 2022, and it enables you to create and modify new projects for…
Last Update: May 10, 2024
Every system administrator dreams of building the perfect Rube Goldberg machine of IT automation to manage the employee IT lifecycle, end to end, including IT offboarding. A new hire joins the company, HR files a ticket, and BAM! In an instant, all of the birthright accounts, access, and permissions are granted in a glorious cascade…
Last Update: Sep 26, 2024
Encountering the “User profile service failed sign-in” error message can be frustrating and prevent you from accessing your logon user account on Windows. This error typically occurs due to issues with the user profile, and it can affect both local and domain accounts. In this article, I will provide a comprehensive troubleshooting guide to help…
Last Update: Jul 19, 2023
When working with SQL Server databases, the SQL COALESCE expression is commonly used to detect null values and provide a fallback or default value when dealing with nullable columns or expressions in SQL queries. It’s like a syntactic shortcut for the CASE expression, and it’s typically used to make subsequent calculations easier. In this article,…
Amazon Kinesis Data Firehose is a fully managed service for efficiently streaming data from virtually any data source to your AWS applications. It provides near-real-time ingestion capabilities for building real-time data applications. In this article, we’ll detail how Amazon Kinesis Data Firehose works and the best use cases for it. What is Amazon Kinesis Data…