Trending

#microsoftsqlserver

Latest posts tagged with #microsoftsqlserver on Bluesky

Latest Top
Trending

Posts tagged #microsoftsqlserver

Preview
Looking into SQL Server 2025's new PBKDF2 hashing algorithm In this post I explore the impact of SQL Server 2025's PBKDF2 hashing algorithm on password cracking and compare it with SQL Server 2022.

Blog post from the past:
In which I explore the impact of SQL Server 2025’s #PBKDF2 hashing algorithm on password cracking and compare it with SQL Server 2022
vladdba.com/2025/06/23/l...
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba

0 0 0 0
Preview
GitHub - xo/usql: Universal command-line interface for SQL databases Universal command-line interface for SQL databases - xo/usql

🛢️ #usql — універсальний інтерфейс командного рядка для #PostgreSQL, #MySQL, #Oracle, #SQLite3, #MicrosoftSQLServer та інших баз даних, включаючи #NoSQL та нереляційні бази даних.

usql підтримує більшість основних функцій psql, а також має додаткові функції, яких немає в psql.

🔗 github.com/xo/usql

0 0 0 0
Preview
Dangerous SET options stored procedure inherit from your session ANSI_NULLS and QUOTED_IDENTIFIER, two potentially dangerous SET options that stored procedures inherit from your session when created

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/d...
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba

1 0 0 0
Preview
Change the edition of a SQL Server on Linux instance In this post I cover the steps required to change (downgrade or upgrade) the edition of a SQL Server instance running on Linux.

New blog post:
Outlining the process of changing the edition of a SQL Server instance on Linux
vladdba.com/2026/02/03/c...
#linux #sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql

0 0 0 0
Preview
Getting started with SQL Server 2025 on Ubuntu 24.04 Previously I've set up an Ubuntu 24.04 VM, so I figured I'd cover the process of setting up SQL Server 2025 on Ubuntu 24.04.

New blog post:
In which I cover the process of setting up SQL Server 2025 on Ubuntu 24.04, connecting and restoring a sample database.
vladdba.com/2026/02/02/s...
#linux #ubuntu #virtualbox #sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql

0 0 0 0
Preview
T-SQL Tuesday #194 - learning from mistakes My first time participating in T-SQL Tuesday, and Louis Davidson's invitation "learning from mistakes" seemed like the perfect opportunity.

New blog post:
My first ever contribution to T-SQL Tuesday.
vladdba.com/2026/01/20/t...
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql #tsql2sday

1 0 0 0
SQL Tutorial for Beginners | Learn SQL in 2 hrs | Microsoft SQL Server | 2026 Updated | Amit Thinks
SQL Tutorial for Beginners | Learn SQL in 2 hrs | Microsoft SQL Server | 2026 Updated | Amit Thinks YouTube video by Amit Thinks

🔥SQL Tutorial for Beginners: youtu.be/ld6HCV0KDFg
Duration: 2 hours
Lessons: 40
Examples: 100+

#sql #learnsql #studyopedia #mssqlserver #microsoftsqlserver #sqlserver

1 0 0 0
Preview
Speeding up SELECT COUNT in SQL Server In this post I'll cover ways of speeding up SELECT COUNT as well as some myths about best practices when it comes to SELECT COUNT.

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/s...
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba

3 1 0 0
Preview
The hidden costs of heaps in SQL Server In this post I cover some unpleasant side-effects of using heaps in SQL Server for anything else than staging tables.

New blog post:
In which I cover some unpleasant side-effects of using heaps in SQL Server for anything else than staging tables.
vladdba.com/2025/12/30/t...
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql

1 0 0 0
Preview
Most popular blog posts in 2025 It's time for my annual roundup of the most popular blog posts in 2025 by views, likes, and comments.

New blog post:
My most popular blog posts in 2025 by views, likes, and comments.
vladdba.com/2025/12/27/m...
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql

1 0 0 0
Preview
Import and query HTML table data in SQL Server In this post I cover a way to import and query HTML table data in SQL Server using only T-SQL and no external tools.

Blog post from the past:
In which I demo how to import and query HTML table data in SQL Server using only T-SQL.
vladdba.com/2023/11/03/i...
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba

1 0 0 0
Preview
Page compression on heaps implies some extra work I recently ran into SQL Server's page compression being applied to a heap, and I figured I'd cover why that won't work how some folks expect.

New blog post:
In which I cover a sometimes overlooked gotcha when using page compression on heaps.
vladdba.com/2025/12/09/p...
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql

2 0 0 0
Preview
Import saved connections from SSMS 21 to SSMS 22 This blog post is a guide for migrating saved connection details from SQL Server Management Studio 21 to SSMS 22

Updated blog post:
Added information about limitations and a workaround for transferring SSMS 21 connection history data to SSMS 22 when using the classic Connection Dialog.
vladdba.com/2025/11/17/i...
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql #ssms #PowerShell

3 0 0 0
Preview
PowerShell script to extract SSMS 21 and 22 saved connection data In this post I demo a PowerShell script I wrote to extract and decrypt SSMS 21 and 22 saved connection information.

New blog post:
In which I demo a PowerShell script I wrote to extract and decrypt SSMS 21 and 22 saved connection information.
vladdba.com/2025/11/22/p...
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql #ssms #PowerShell

2 0 0 0
Preview
Import saved connections from SSMS 21 to SSMS 22 This blog post is a guide for migrating saved connection details from SQL Server Management Studio 21 to SSMS 22

New blog post:
In which I show you how to easily migrate saved connection details from SQL Server Management Studio 21 to SSMS 22.
vladdba.com/2025/11/17/i...
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql #ssms #PowerShell

2 0 0 0
Preview
My SQL Server Management Studio 22 configuration SQL Server Management Studio 22 just went GA this week, so I figured I'd document my new configuration in a blog post.

New blog post:
In which I share my SQL Server Management Studio 22 configuration.
vladdba.com/2025/11/16/m...
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql #ssms

6 2 1 0
Preview
Replicating SQL Server 2025's PBKDF2 hashing algorithm using T-SQL In this post I talk some more about SQL Server 2025's new PBKDF2 and demo a method to replicate it using T-SQL

New blog post:
In which I demo a pure T-SQL implementation of SQL Server 2025's new PBKDF2 hashing algorithm

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

2 0 0 0
Preview
Mastering Derived Tables in SQL Server – Software connecting all databases A derived table is a temporary result set created inside a SQL query. It exists only for the life of that one query. You build it using a SELECT statement and give it a name so you can join to it…

Everything you wanted to know about derived tables but were afraid to ask);

coffingdw.com/mastering-de...

#microsoft #microsoftsqlserver #sqlserver #azure #synapse

1 0 0 0
Preview
Mastering Derived Tables in SQL Server – Software connecting all databases A derived table is a temporary result set created inside a SQL query. It exists only for the life of that one query. You build it using a SELECT statement and give it a name so you can join to it…

Everything you wanted to know about derived tables but were afraid to ask);

coffingdw.com/mastering-de...

#microsoft #microsoftsqlserver #sqlserver #azure #synapse

0 0 0 0
Preview
SQL Server Management Studio 22 Preview 3 - first impressions SQL Server Management Studio 22 Preview 3 was released 2 days ago, so I took it out for a spin and here are my first impressions so far.

New blog post:
SSMS 22 Preview 3 comes with some promissing features and improvements.
And the startup speed has finally been noticeably improved
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql
vladdba.com/2025/10/16/s...

4 3 1 0
Preview
Mastering Derived Tables in SQL Server – Software connecting all databases A derived table is a temporary result set created inside a SQL query. It exists only for the life of that one query. You build it using a SELECT statement and give it a name so you can join to it…

Everything you wanted to know about derived tables but were afraid to ask);

coffingdw.com/mastering-de...

#microsoft #microsoftsqlserver #sqlserver #azure #synapse

0 0 0 0
Preview
Mastering Derived Tables in SQL Server – Software connecting all databases A derived table is a temporary result set created inside a SQL query. It exists only for the life of that one query. You build it using a SELECT statement and give it a name so you can join to it…

Everything you wanted to know about derived tables but were afraid to ask);

coffingdw.com/mastering-de...

#microsoft #microsoftsqlserver #sqlserver #azure #synapse

0 0 0 0
Preview
Mastering Derived Tables in SQL Server – Software connecting all databases A derived table is a temporary result set created inside a SQL query. It exists only for the life of that one query. You build it using a SELECT statement and give it a name so you can join to it…

Everything you wanted to know about derived tables but were afraid to ask);

coffingdw.com/mastering-de...

#microsoft #microsoftsqlserver #sqlserver #azure #synapse

0 0 0 0
SQL Interview Questions and Answers

SQL Interview Questions and Answers

Top 25 SQL Interview Questions and Answers: youtu.be/lvcT1LepmjI?...

#sql #DataAnalytics #sqlserver #studyopedia #MicrosoftSQLServer

2 0 0 0
Preview
Mastering Derived Tables in SQL Server – Software connecting all databases A derived table is a temporary result set created inside a SQL query. It exists only for the life of that one query. You build it using a SELECT statement and give it a name so you can join to it…

Everything you wanted to know about derived tables but were afraid to ask);

coffingdw.com/mastering-de...

#microsoft #microsoftsqlserver #sqlserver #azure #synapse

0 0 0 0
Preview
Securing SQL Server linked servers In this post I address improper security configurations and their impact, as well as recommendations for securing SQL Server linked servers.

Blog post from the past:
In which I address improper linked server configurations and their potential impact, as well as recommendations for securing SQL Server linked servers.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba
vladdba.com/2023/07/10/s...

0 0 0 0
Preview
Mastering Derived Tables in SQL Server – Software connecting all databases A derived table is a temporary result set created inside a SQL query. It exists only for the life of that one query. You build it using a SELECT statement and give it a name so you can join to it…

Everything you wanted to know about derived tables but were afraid to ask);

coffingdw.com/mastering-de...

#microsoft #microsoftsqlserver #sqlserver #azure #synapse

0 0 0 0
Preview
Mastering Derived Tables in SQL Server – Software connecting all databases A derived table is a temporary result set created inside a SQL query. It exists only for the life of that one query. You build it using a SELECT statement and give it a name so you can join to it…

Everything you wanted to know about derived tables but were afraid to ask);

coffingdw.com/mastering-de...

#microsoft #microsoftsqlserver #sqlserver #azure #synapse

0 0 0 0
Preview
PoCs for two SQL Injection vulnerabilities fixed in SQL Server 2022 GDR KB5063814 In this post I demo two PoCs for SQL injection vulnerabilities fixed in SQL Server 2022 CU20 GDR KB5063814

New blog post:
In which I demo two PoCs for SQL injection vulnerabilities fixed in SQL Server 2022 CU20 GDR KB5063814.
vladdba.com/2025/08/29/p...
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #sql #security #sqli #sqlinjection

1 0 0 0
Fix implicit conversion when you can't change the query In this post I cover ways to fix implicit conversion related performance problems when the query cannot be modified.

Blog post from the past:
In which I cover how to fix performance problems caused by implicit conversion when the query cannot be modified.
#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba
vladdba.com/2024/09/15/i...

0 0 0 0