Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
PowerShell: Counting Files, Words and Rows
PowerShellTagged PowerShell Tips1 Comment on PowerShell: Counting Files, Words and Rows

PowerShell: Counting Files, Words and Rows

January 22, 2024

As PowerShell enthusiasts, we often find ourselves immersed in tasks that involve processing and analyzing data. Whether it’s counting rows in a CSV file or tracking the progress of specific operations, having a reliable counting mechanism is crucial. In this […]

Adding a Filegroup in SQL Server
SQL ServerTagged SQL Server CDC, SQL Server Database Files, SQL Server FilegroupsLeave a Comment on Adding a Filegroup in SQL Server

Adding a Filegroup in SQL Server

January 21, 2024January 21, 2024

In this post, we’ll demonstrate the process of adding a new filegroup to a database in SQL Server. While many databases function efficiently with a single data/log file, there are scenarios where adding a filegroup proves beneficial. Filegroups, as outlined […]

Why Use WHERE 1=2 in SQL
SQL ServerTagged MSSQL DBA Tips, SQL QueriesLeave a Comment on Why Use WHERE 1=2 in SQL

Why Use WHERE 1=2 in SQL

January 21, 2024January 24, 2024

In my last post, we discussed the usefulness of WHERE 1=1 in SQL queries. This time, let’s explore the purpose behind using WHERE 1=2 – a statement that evaluates to false. Similar to WHERE 1=1, this technique can be applied […]

WHERE 1=1 in SQL Queries
SQL ServerTagged MSSQL DBA Tips, SQL Queries1 Comment on WHERE 1=1 in SQL Queries

WHERE 1=1 in SQL Queries

January 20, 2024January 24, 2024

When delving into SQL queries, you may come across the puzzling WHERE clause condition: WHERE 1=1. This leaves many wondering, why use it, and what purpose does it serve? Understanding WHERE 1=1 The condition WHERE 1=1 essentially translates to WHERE […]

Installing Postgres on Ubuntu 20.04 for WSL
WSLTagged Postgres, WSL UbuntuLeave a Comment on Installing Postgres on Ubuntu 20.04 for WSL

Installing Postgres on Ubuntu 20.04 for WSL

January 20, 2024January 21, 2024

This concise guide walks you through the steps of installing PostgreSQL on Ubuntu 20.04, specifically tailored for the Windows Subsystem for Linux (WSL). This installation is universal, ensuring compatibility with Ubuntu 20.04 and beyond. Update Local Ubuntu Packages Let’s start […]

Windows Subsystem for Linux (WSL)
WSLTagged WSL Install, WSL Tips2 Comments on Windows Subsystem for Linux (WSL)

Windows Subsystem for Linux (WSL)

January 19, 2024March 3, 2024

In the ever-evolving landscape of software development, Windows Subsystem for Linux (WSL) emerges as a game-changer, breaking barriers between Windows and Linux environments. This post helps explain what WSL is, and what the Windows Subsystem brings to the Windows developer […]

Posts pagination

Previous 1 2 3 4 … 8 Next

Popular Posts

DBASco (SQL DBA Blog) - 2024