home.social

#sqldba — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sqldba, aggregated by home.social.

  1. Blog post from the past:
    In which I go over potential reasons for why some special characters end up corrupted and displayed as question marks, squares or something completely different in SQL Server.
    vladdba.com/2024/10/04/charact
    #sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba

  2. Blog post from the past:
    In which I go over potential reasons for why some special characters end up corrupted and displayed as question marks, squares or something completely different in SQL Server.
    vladdba.com/2024/10/04/charact
    #sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba

  3. Recently updated post:
    In which I discuss the risks of improperly configured SQL Server linked server connections and provide recommendations for securing them.
    Now with a query to identify improperly configured linked server connections.
    vladdba.com/2023/07/10/securin
    #sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #security

  4. Recently updated post:
    In which I discuss the risks of improperly configured SQL Server linked server connections and provide recommendations for securing them.
    Now with a query to identify improperly configured linked server connections.
    vladdba.com/2023/07/10/securin
    #sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #security

  5. New blog post:
    I demo cracking SQL Server 2025 login passwords offline.
    hashcat is currently the only viable tool for auditing SQL Server 2025 login passwords.

    The results show how #PBKDF2 slows down brute-force attacks both inside and outside of SQL Server compared to the pre-2025 hashing algorithm.

    Full methodology, benchmarks, and code included.
    vladdba.com/2026/04/16/crackin
    #sqlserver #sqldba #microsoftsqlserver #hashcat #cybersecurity #infosec #sql

  6. New blog post:
    I demo cracking SQL Server 2025 login passwords offline.
    hashcat is currently the only viable tool for auditing SQL Server 2025 login passwords.

    The results show how #PBKDF2 slows down brute-force attacks both inside and outside of SQL Server compared to the pre-2025 hashing algorithm.

    Full methodology, benchmarks, and code included.
    vladdba.com/2026/04/16/crackin
    #sqlserver #sqldba #microsoftsqlserver #hashcat #cybersecurity #infosec #sql

  7. I've noticed today that Microsoft Bing Webmaster Tools has a new "AI Performance" tab.
    Apparently, my SSMS 22 config blog post has been cited by "Microsoft Copilots and Partners" a total of 284.7K times since I've published it ~6 months ago. Pretty neat, although this doesn't really translate into visits.

    Link to blog post: vladdba.com/2025/11/16/my-sql-

    #sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql

  8. I've noticed today that Microsoft Bing Webmaster Tools has a new "AI Performance" tab.
    Apparently, my SSMS 22 config blog post has been cited by "Microsoft Copilots and Partners" a total of 284.7K times since I've published it ~6 months ago. Pretty neat, although this doesn't really translate into visits.

    Link to blog post: vladdba.com/2025/11/16/my-sql-

    #sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql

  9. Latest release of PSBlitz:
    - New GUI mode
    - Google Cloud SQL & SQL Server 2025 compatibility
    - Overhauled HTML reports - Dark theme, better accessibility, improved UX
    - New Query Store pages in HTML/Excel reports
    - Updated resources
    vladdba.com/2026/03/23/psblitz
    #sqlserver #sqldba #powershell #microsoftsqlserver #dba #PSBlitz

  10. Latest release of PSBlitz:
    - New GUI mode
    - Google Cloud SQL & SQL Server 2025 compatibility
    - Overhauled HTML reports - Dark theme, better accessibility, improved UX
    - New Query Store pages in HTML/Excel reports
    - Updated resources
    vladdba.com/2026/03/23/psblitz
    #sqlserver #sqldba #powershell #microsoftsqlserver #dba #PSBlitz

  11. Blog post from the past:
    In which I cover ANSI_NULLS and QUOTED_IDENTIFIER, two potentially dangerous SET options that stored procedures inherit from your session when created.
    vladdba.com/2025/03/03/dangero
    #sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba

  12. Blog post from the past:
    In which I cover ANSI_NULLS and QUOTED_IDENTIFIER, two potentially dangerous SET options that stored procedures inherit from your session when created.
    vladdba.com/2025/03/03/dangero
    #sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba

  13. Blog post from the past:
    In which I cover ways of speeding up SELECT COUNT in SQL Server as well as some myths about best practices when it comes to SELECT COUNT.
    vladdba.com/2023/08/21/speedin
    #sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba

  14. Blog post from the past:
    In which I cover ways of speeding up SELECT COUNT in SQL Server as well as some myths about best practices when it comes to SELECT COUNT.
    vladdba.com/2023/08/21/speedin
    #sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba

  15. The latest #PSBlitz:
    - Updated with the non-sp versions of sp_Blitz* from Brent Ozar's Nov. release of the First Responder Kit
    - Adds buttons to copy query text to clipboard for any query in the HTML report
    - Provides overview findings/issues per section of the HTML report's main page
    - Limits Statistics Info page to stats that require attention
    - Includes other bug fixes and minor improvements

    github.com/VladDBA/PSBlitz

    #sqlserver #sqldba #powershell #microsoftsqlserver #mssql #powershell

  16. The latest #PSBlitz:
    - Updated with the non-sp versions of sp_Blitz* from Brent Ozar's Nov. release of the First Responder Kit
    - Adds buttons to copy query text to clipboard for any query in the HTML report
    - Provides overview findings/issues per section of the HTML report's main page
    - Limits Statistics Info page to stats that require attention
    - Includes other bug fixes and minor improvements

    github.com/VladDBA/PSBlitz

    #sqlserver #sqldba #powershell #microsoftsqlserver #mssql #powershell