#MicrosoftSQLServer

2025-06-12

Really hate that in SQL Server 2022 Microsoft added the ability to enforce strict encryption (TLS wrapped TDS) but failed to implement support for this in the SQL Agent and apparently other commonly used tools/functionality.

I mean, who needs the agent, logs shipping, or replication?

The following features or tools still use previous version of drivers that don't support TDS 8.0, and as such, might not work with the strict connection encryption:

Always On availability groups
Always On failover cluster instance (FCI)
SQL Server Replication
Log Shipping
SQL Server CEIP service
SQL Server Agent
Database Mail
Linked Servers
Polybase connector to SQL Server
SQL VSS Writer

Reference: learn.microsoft.com/en-us/sql/

#sqlserver #MicrosoftSQLServer

Vlad :verified:VladDBA@mastodon.cloud
2025-06-11

Recently updated:
This blog post outlines ways to fix the access denied error you might encounter when attaching a database via SSMS in certain conditions.
#sqlserver #sqldba #powershell #microsoftsqlserver #mssqlserver #mssql #mssqldba #dba
vladdba.com/2022/09/29/fix-acc

Vlad :verified:VladDBA@mastodon.cloud
2025-06-10

SQL Server Management Studio 21.2.5 is out.

Fans of maintenance plans and SSIS will be happy to know the two features have been reinstated as part of this update.

Release notes: learn.microsoft.com/en-us/ssms
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql #ssms

SSMS 21.2.5 update notice
Vlad :verified:VladDBA@mastodon.cloud
2025-06-09

New blog post:
In which I cover a fairly common VM CPU configuration mistake that may end up hurting your SQL Server’s performance and wasting licensing money.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql
vladdba.com/2025/06/08/vm-cpu-

Vlad :verified:VladDBA@mastodon.cloud
2025-05-30

New blog post:
Which covers creating SQL Server 2025 containers in #Podman, #Qnap Container Station, #sqlcmd, and restoring a sample database to test the new version.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql #container #docker
vladdba.com/2025/05/30/sql-ser

Vlad :verified:VladDBA@mastodon.cloud
2025-05-27

New blog post:
Which covers a potentially breaking change that comes with the version of sqlcmd shipped with SQL Server 2025.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql
vladdba.com/2025/05/25/breakin

Vlad :verified:VladDBA@mastodon.cloud
2025-05-25

New blog post:
Covering system object changes in SQL Server 2025 versus 2022, as well as differences in the install kit.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql
vladdba.com/2025/05/25/system-

Nube Colectivanubecolectiva
2025-05-25

How to Create a Table in SQL Server Management Studio.

Como Crear Una Tabla en SQL Server Management Studio.

👉 blog.nubecolectiva.com/como-cr

Como Crear Una Tabla en SQL Server Management Studio.
Vlad :verified:VladDBA@mastodon.cloud
2025-05-23
Vlad :verified:VladDBA@mastodon.cloud
2025-05-22

New blog post:
Covering the install process of SQL Server 2025 Preview and some first impressions, especially on the new Standard Developer Edition
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql
vladdba.com/2025/05/22/sql-ser

Vlad :verified:VladDBA@mastodon.cloud
2025-05-07

New blog post:
Which outlines a list of feedback items for SSMS 21 that I believe should be addressed before it goes GA.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql #ssms
vladdba.com/2025/05/07/my-wish

Vlad :verified:VladDBA@mastodon.cloud
2025-04-29

Recently updated blog post:
Which contains a script that I’ve written and used a few times when I’ve needed to search for a string in an entire SQL Server database.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba
vladdba.com/2023/12/13/script-

Vlad :verified:VladDBA@mastodon.cloud
2025-04-15

New blog post:
In which I demo a query that lists object dependencies in SQL Server for either a specific object or for the entire database.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql
vladdba.com/2025/04/15/query-o

Vlad :verified:VladDBA@mastodon.cloud
2025-04-14

New blog post:
In which I demo a query to get connection information in SQL Server aggregated by database, host, client and login name.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #AzureSQLDB #Azure
vladdba.com/2025/04/13/query-c

Vlad :verified:VladDBA@mastodon.cloud
2025-03-12

Blog post from the past:
In which I cover how to gain sysadmin access to SQL Server when you don't have the sa login's password.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba
vladdba.com/2023/08/07/get-acc

Vlad :verified:VladDBA@mastodon.cloud
2025-03-03

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

Vlad :verified:VladDBA@mastodon.cloud
2025-02-24

Blog post from the past:
In which I demo creating and managing aliases via dbatools, cliconfig, SQL Server Configuration Manager, and registry keys.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #powershell
vladdba.com/2023/09/29/configu

Vlad :verified:VladDBA@mastodon.cloud
2025-02-17

This is a brief post showing how to migrate the sa password to another SQL Server instance without knowing it.
vladdba.com/2025/02/15/migrate
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba

Vlad :verified:VladDBA@mastodon.cloud
2025-02-14

Blog post from the past:
I which I demo one of SQL Server’s lesser-known features, startup stored procedures, and use it to automate #sp_BlitzWho for capturing ongoing session activity as soon as the instance starts up.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba
vladdba.com/2023/10/24/sql-ser

ᏕᎯᏕᏣᎻᎯ :antifa:sam4000@troet.cafe
2025-02-07

Mein Highlight heute:

Microsoft SQL Server auf exklusiven Zugriff umgestellt und damit den Account der den Befehl gegeben hat ausgesperrt.

Exklusiver Zugriff: alle Verbindungen außer diesen einen User beenden.

Es ist total unlogisch, man würde ja erwarten das der ausführende Nutzer der einzige erlaubte wird. Oder das die Nutzer sich gegenseitig raus schmeißen können.

Der Nutzer ist inzwischen sogar Datenbank Owner

#AdminLeiden #MicrosoftSQLServer #datenbanken

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst