Answering Questions On Dropped Columns
Answering a couple of questions from the previous posts about dropping columns.
2026-03-18
2,076 reads
Answering a couple of questions from the previous posts about dropping columns.
2026-03-18
2,076 reads
You have dropped a column and wondering why you haven't recovered any space? Let's take a look.
2024-08-01 (first published: 2024-04-26)
4,997 reads
Check how much space you may expect to recover from a rebuild after dropping a column!
2024-07-05
1,250 reads
How easily can we find tables with dropped columns that need cleanup?
2024-06-07
2,598 reads
2024-03-29
9,246 reads
When was last time you have checked your Always On Availability Groups' replicas storage distribution?
2020-11-09
2,193 reads
-WhatIf you could see what would happen if you ran a command?
2020-10-23
3,923 reads
A colleague left the company, a couple of days after SQL Server processes start failing...what do you do?
2020-09-29
6,374 reads
If you own a database with encrypted modules but you don't have a decrypted version, this can be a horror story.
Learn how to get back the code of the encrypted modules using dbatools.
2020-08-18
2,978 reads
Being able to get information and save it on a Excel as a report can be a common and tedious task. What if we could join dbatools and ImportExcel PorwerShell modules to accomplish this in a easier and fast way? We will see how to export roles and its' member and save that info on a multi spreadsheet Excel file with handy tables ready to be explored.
2020-06-30
7,072 reads
A nightly load into sales_fact fails. Ask an orchestrating agent to break down the...
By Steve Jones
It’s been some time since I provided a car update, so I decided to...
By James Serra
An architecture scenario Imagine separate Sales, Finance, Shared Data, and Executive Analytics workspaces. Sales...
I have a really stupid question... Is there an easy way to search for...
Comments posted to this topic are about the item How to Work with On-Premises...
Comments posted to this topic are about the item Escaping Strings
The STRING_ESCAPE() function requires 2 parameters in SQL Server 2025. The first is a string of text and the second is the type of escape rules being used. What are the options for the second parameter?
See possible answers