Skip to content

DBASco

Database & System Engineering Blog

  • Home
  • SQL Server
    • MSSQL Scripts
  • PowerShell
    • PowerShell Scripts
  • DBA Cheat Sheet
  • Other Posts
  • About
Database Administrator (DBA) Interview Questions
SQL ServerLeave a Comment on Database Administrator (DBA) Interview Questions

Database Administrator (DBA) Interview Questions

January 4, 2024January 20, 2024

This post is a curated collection of top-notch interview questions tailored for Database Reliability Engineer (DBRE) applicants. Whether you’re a seasoned DBA refining your expertise, an interviewer on the quest for valuable questions, or a hopeful candidate gearing up for […]

PowerShell Script: Count Rows in CSV Files
PowerShellTagged PowerShell Scripts, PowerShell Tips1 Comment on PowerShell Script: Count Rows in CSV Files

PowerShell Script: Count Rows in CSV Files

January 4, 2024January 7, 2024

Are you dealing with CSV files and in need of a quick row count using PowerShell? Look no further! In this post, we’ll guide you through a script that effortlessly counts rows within multiple CSV files. Count Rows in Multiple […]

Open SSMS With a Different User
SQL ServerTagged SQL Server Management Studio, SSMS, SSMS TipsLeave a Comment on Open SSMS With a Different User

Open SSMS With a Different User

January 3, 2024January 7, 2024

When dealing with SQL Server within a corporate setting, there might be instances where connecting to the server requires the use of a different Domain User account. This scenario is common, especially when testing access and permissions for newly created […]

PowerShell Guide: Deleting Files and Folders
PowerShellTagged PowerShell Scripts, PowerShell TipsLeave a Comment on PowerShell Guide: Deleting Files and Folders

PowerShell Guide: Deleting Files and Folders

January 3, 2024February 11, 2024

If you find yourself needing to delete files in PowerShell, especially as part of a Windows script, this post is for you. Below, we cover various aspects of file deletion using PowerShell, ranging from deleting individual files to removing entire […]

How to Increase Maximum Characters Displayed in SSMS
SQL ServerTagged SQL Server Management Studio, SSMS, SSMS Tips1 Comment on How to Increase Maximum Characters Displayed in SSMS

How to Increase Maximum Characters Displayed in SSMS

January 2, 2024January 7, 2024

In SQL Server Management Studio (SSMS), the default maximum number of characters retrieved in a column when using Results to Text is 256 characters. This means if you have a column containing more than 256 chars the output will be […]

Removing Quotes from CSV Files in PowerShell
PowerShellTagged PowerShell TipsLeave a Comment on Removing Quotes from CSV Files in PowerShell

Removing Quotes from CSV Files in PowerShell

January 2, 2024February 8, 2024

In this blog post, we are going to share a script that will help you remove quotes from CSV files using PowerShell. First, we are going to create a new test CSV File in our PowerShell Terminal for the demo, […]

Posts pagination

Previous 1 … 6 7 8 Next

Popular Posts

DBASco (SQL DBA Blog) - 2024