VladDBA
  • Home
  • Scripts
    • All Scripts
    • PSBlitz
    • Get database file sizes
    • Get table and index sizes
    • Lightwieght SQL login password audit
    • Measure write speeds in SQL Server
  • Diagnose your SQL Server
  • SQL Server Security
    • Securing SQL Server’s service account
    • Securing SQL Server linked servers
    • Securing xp_cmdshell in SQL Server
    • Regain access to the sa login
    • Gain sysadmin role via trustworthy database
    • Cracking SQL Server login passwords online
    • Cracking SQL Server login passwords offline
  • My SSMS Configuration
  • SSMS Tips & Tricks
VladDBA
  • Home
  • Scripts
    • All Scripts
    • PSBlitz
    • Get database file sizes
    • Get table and index sizes
    • Lightwieght SQL login password audit
    • Measure write speeds in SQL Server
  • Diagnose your SQL Server
  • SQL Server Security
    • Securing SQL Server’s service account
    • Securing SQL Server linked servers
    • Securing xp_cmdshell in SQL Server
    • Regain access to the sa login
    • Gain sysadmin role via trustworthy database
    • Cracking SQL Server login passwords online
    • Cracking SQL Server login passwords offline
  • My SSMS Configuration
  • SSMS Tips & Tricks
VladDBA
VladDBA
  • Home
  • Scripts
    • All Scripts
    • PSBlitz
    • Get database file sizes
    • Get table and index sizes
    • Lightwieght SQL login password audit
    • Measure write speeds in SQL Server
  • Diagnose your SQL Server
  • SQL Server Security
    • Securing SQL Server’s service account
    • Securing SQL Server linked servers
    • Securing xp_cmdshell in SQL Server
    • Regain access to the sa login
    • Gain sysadmin role via trustworthy database
    • Cracking SQL Server login passwords online
    • Cracking SQL Server login passwords offline
  • My SSMS Configuration
  • SSMS Tips & Tricks

©2024 - Vlad Drumea - All rights reserved.

  • ContainersSQL Server

    Create a SQL Server 2025 container

    by Vlad Drumea May 30, 2025
    by Vlad Drumea May 30, 2025 0 comments

    This post covers creating SQL Server 2025 containers in Podman, Qnap Container Station, and sqlcmd, and restoring a sample database to test the new version. Prerequisites For Podman and go-sqlcmd, …

    1 FacebookTwitterLinkedinRedditCopy LinkEmail
  • SQL ServerWorkarounds

    Breaking change in the sqlcmd version shipped with SQL Server 2025

    by Vlad Drumea May 25, 2025
    by Vlad Drumea May 25, 2025 0 comments

    This short blog post covers a potentially breaking change that comes with the version of sqlcmd shipped with SQL Server 2025. Issue SQL Server 2025 provides ODBC sqlcmd version 17 …

    2 FacebookTwitterLinkedinRedditCopy LinkEmail
  • SQL Server

    System object changes in SQL Server 2025 vs 2022

    by Vlad Drumea May 25, 2025
    by Vlad Drumea May 25, 2025 0 comments

    This post covers, in detail, system object changes in SQL Server 2025 versus 2022 that I was able to find, as well as differences in the install kit. I saw …

    3 FacebookTwitterLinkedinRedditCopy LinkEmail
  • SQL ServerTips And Tricks

    View SQL Server system objects’ definitions

    by Vlad Drumea May 22, 2025
    by Vlad Drumea May 22, 2025 0 comments

    If you’ve ever been curios about ways to view SQL Server system objects’ definitions, to see what your favorite system objects do behind the scenes then this blog post is …

    3 FacebookTwitterLinkedinRedditCopy LinkEmail
  • Getting StartedSQL Server

    SQL Server 2025 Preview – installation and first impressions

    by Vlad Drumea May 22, 2025
    by Vlad Drumea May 22, 2025 0 comments

    SQL Server 2025 Preview was announced Monday during Microsoft’s Build conference, so I figured I’d cover the installation process and first impressions in a blog post. If containers are your …

    4 FacebookTwitterLinkedinRedditCopy LinkEmail
  • SQL Server

    My wish list for SSMS 21

    by Vlad Drumea May 7, 2025
    by Vlad Drumea May 7, 2025 12 comments

    This post outlines a list of feedback items for SSMS 21 that I believe should be addressed before SSMS 21 goes GA. Note: If you see anything that you agree …

    7 FacebookTwitterLinkedinRedditCopy LinkEmail
  • ScriptsSQL Server

    Script to count all NULLs in a table in SQL Server

    by Vlad Drumea May 2, 2025
    by Vlad Drumea May 2, 2025 0 comments

    In this post I demo a script I put together to count NULLs in all columns of a given table in SQL Server and store the results in a table. …

    5 FacebookTwitterLinkedinRedditCopy LinkEmail
  • ScriptsSQL Server

    Find object dependencies in SQL Server

    by Vlad Drumea April 15, 2025
    by Vlad Drumea April 15, 2025 2 comments

    This is a brief post containing a query that lists object dependencies in SQL Server for either a specific object or for the entire database. Intro Figuring out object dependencies …

    7 FacebookTwitterLinkedinRedditCopy LinkEmail
  • ScriptsSQL Server

    Query connection information in SQL Server

    by Vlad Drumea April 13, 2025
    by Vlad Drumea April 13, 2025 0 comments

    In this post I demo a query to get connection information in SQL Server aggregated by database, host, client and login name. Intro I’ve spent some time this week working …

    9 FacebookTwitterLinkedinRedditCopy LinkEmail
  • SQL ServerTips And Tricks

    Dangerous SET options stored procedure inherit from your session

    by Vlad Drumea March 3, 2025
    by Vlad Drumea March 3, 2025 2 comments

    In this post I cover ANSI_NULLS and QUOTED_IDENTIFIER, two potentially dangerous SET options that stored procedures inherit from your session when created. Intro You might have noticed when scripting out …

    8 FacebookTwitterLinkedinRedditCopy LinkEmail
Newer Posts
Older Posts
Cartoon drawing of Vlad Drumea SQL Server DBA

Hi! I'm Vlad Drumea.

I've been working with SQL Server for the past 13+ years focusing on query performance, database security, and automation, with the bulk of my experience being gained while working with large production environments.
I'm a Data Platform MCSE, as well as an OSCP and PNPT, with a passion for InfoSec and PowerShell.
In my spare time I work on PSBlitz and post on this blog.

Socials

Github Linkedin Email Reddit Rss

Subscribe

I only send one newsletter per week with the latest blog posts.

Latest Posts

  • Create a SQL Server 2025 containerMay 30, 2025
  • Breaking change in the sqlcmd version shipped with SQL Server 2025May 25, 2025
  • System object changes in SQL Server 2025 vs 2022May 25, 2025
  • View SQL Server system objects’ definitionsMay 22, 2025
  • SQL Server 2025 Preview – installation and first impressionsMay 22, 2025

Categories

  • Home Lab (10)
    • VirtualBox (8)
  • PowerShell (6)
  • SQL Server (74)
    • Azure SQL DB (1)
    • Containers (4)
    • Getting Started (2)
    • Performance (6)
    • PowerShell (9)
    • Recovery (1)
    • Scripts (18)
    • Security (10)
    • Tips And Tricks (10)
    • Troubleshooting (6)
    • Workarounds (5)
  • Uncategorized (4)
  • Windows (3)

Archives

  • May 2025 (7)
  • April 2025 (2)
  • March 2025 (1)
  • February 2025 (3)
  • January 2025 (4)
  • December 2024 (2)
  • November 2024 (4)
  • October 2024 (1)
  • September 2024 (4)
  • July 2024 (1)
  • June 2024 (6)
  • May 2024 (4)
  • April 2024 (5)
  • March 2024 (2)
  • February 2024 (2)
  • January 2024 (2)
  • December 2023 (1)
  • November 2023 (4)
  • October 2023 (1)
  • September 2023 (6)
  • August 2023 (3)
  • July 2023 (4)
  • June 2023 (2)
  • April 2023 (1)
  • January 2023 (2)
  • December 2022 (4)
  • November 2022 (3)
  • October 2022 (3)
  • September 2022 (3)
  • August 2022 (1)
  • March 2021 (1)
  • February 2021 (1)

. .

  • Github
  • Linkedin
  • Email
  • Reddit
  • Rss
  • Bluesky

©2025 - Vlad Drumea - All rights reserved.

All opinions and research expressed here belongs to me and does not reflect the opinions of my employer.


Back To Top
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Cookie settingsACCEPT
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT
VladDBA
  • Home
  • Scripts
    • All Scripts
    • PSBlitz
    • Get database file sizes
    • Get table and index sizes
    • Lightwieght SQL login password audit
    • Measure write speeds in SQL Server
  • Diagnose your SQL Server
  • SQL Server Security
    • Securing SQL Server’s service account
    • Securing SQL Server linked servers
    • Securing xp_cmdshell in SQL Server
    • Regain access to the sa login
    • Gain sysadmin role via trustworthy database
    • Cracking SQL Server login passwords online
    • Cracking SQL Server login passwords offline
  • My SSMS Configuration
  • SSMS Tips & Tricks