There Are a Lot of Databases
Steve notes today that there are many, many database platforms out there you can use for your next application.
2026-01-30
238 reads
Steve notes today that there are many, many database platforms out there you can use for your next application.
2026-01-30
238 reads
What is the easiest way to move SQL Server system databases. Let me walk you through it!
2020-05-25
30,749 reads
2014-06-11
1,862 reads
2011-12-08
2,268 reads
2014-09-23 (first published: 2010-02-17)
11,483 reads
2009-04-28
2,373 reads
This script is little bit similar to the one posted for SQL Server 2000 that finds how much space you have left.
2009-01-30 (first published: 2009-01-19)
948 reads
By Brian Kelley
Pinal Dave wrote up his methodology for what to do when you discover bad...
Aside from spinning up a SQL Server instance container, the free Azure SQL Database...
By Brian Kelley
If you haven't seen the announcement, Anthropic was able to utilize Claude (Mythos Preview)...
Comments posted to this topic are about the item Why SQL Server Database Attach...
Comments posted to this topic are about the item Fixing P1 Queries
Comments posted to this topic are about the item BIT_COUNT() IV
In SQL Server 2025, I run this code:
select bit_count('A')
What is returned? See possible answers