Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
PowerShell Script: Remove Quotes from CSV Files in a Folder
PowerShellTagged PowerShell Scripts, PowerShell Tips1 Comment on PowerShell Script: Remove Quotes from CSV Files in a Folder

PowerShell Script: Remove Quotes from CSV Files in a Folder

January 7, 2024January 20, 2024

In this post, we’ll share a PowerShell script that removes quotes from all CSV files in a folder. The script creates new CSV files with “_noQuote” appended to their names for every CSV file it iterates through. Always have backups […]

How to Install WSL on Windows
WSLTagged WSL Install3 Comments on How to Install WSL on Windows

How to Install WSL on Windows

January 7, 2024March 3, 2024

In this guide, we’ll walk you through installing Windows Subsystem for Linux (WSL) on Windows. This post also includes tips on managing your WSL environment with multiple Linux Distros installed. WSL empowers Windows users to develop and run applications within […]

SQL Server Script: Get Database Sizes and Free Space
SQL ServerTagged MSSQL Scripts, SQL Server Database FilesLeave a Comment on SQL Server Script: Get Database Sizes and Free Space

SQL Server Script: Get Database Sizes and Free Space

January 6, 2024February 27, 2024

Maintaining visibility of database file sizes and available space in SQL Server is essential for Database Administrators (DBAs) to effectively manage databases. Monitoring the availability of free space in both data and log files is crucial for ensuring the longevity […]

Download and Install SQL Server Management Studio (SSMS)
SQL ServerTagged SQL Server Management Studio, SSMS, SSMS TipsLeave a Comment on Download and Install SQL Server Management Studio (SSMS)

Download and Install SQL Server Management Studio (SSMS)

January 6, 2024February 25, 2024

In this quick guide, we’ll walk you through the simple steps to download and install SSMS on your Windows machine. Plus, we’ll throw in some handy tips to enhance your SSMS experience. SSMS Download Head to the official Microsoft website […]

What are Temp Tables in SQL Server?
SQL ServerLeave a Comment on What are Temp Tables in SQL Server?

What are Temp Tables in SQL Server?

January 5, 2024February 8, 2024

Temp tables in SQL Server play a pivotal role in enhancing the efficiency and performance of intricate queries. By dividing complex tasks into smaller, more manageable components and storing interim results in memory, temp tables eliminate redundancies and contribute to […]

PowerShell Script: Deleting Files Older Than a Specific Date
PowerShellTagged PowerShell ScriptsLeave a Comment on PowerShell Script: Deleting Files Older Than a Specific Date

PowerShell Script: Deleting Files Older Than a Specific Date

January 5, 2024January 7, 2024

Let’s explore an example that demonstrates how PowerShell can efficiently remove files older than a specified date, offering a practical solution for file cleanup. Delete Files in Folder Older than a Date This script offers a solution for managing file […]

Posts pagination

Previous 1 … 5 6 7 8 Next

Popular Posts

DBASco (SQL DBA Blog) - 2024