2025-10-13 (first published: 2025-10-10)
406 reads
2025-10-13 (first published: 2025-10-10)
406 reads
2025-10-03
467 reads
2025-09-26
379 reads
Learn how to safely remove a SQL Server .ndf data file without any downtime using DBCC SHRINKFILE (EMPTYFILE). This hands-on tutorial walks through real-world Azure-based setup, data redistribution, and storage cleanup — ideal for DBAs managing enterprise SQL Server environments.
2025-05-16
3,010 reads
2024-08-05
346 reads
2022-09-02
556 reads
2022-08-26
476 reads
2022-09-02 (first published: 2022-08-23)
10,966 reads
2022-08-19
689 reads
2020-02-17
1,015 reads
By James Serra
Microsoft Purview can be the best data governance tool in the world, but it...
I’ve been working on a project that combines two things I spend a lot...
Running AI and data pipelines on the edge instead of the cloud has gone...
Are you trying to find trustworthy services to test your milk? Comprehensive testing of...
Are there any good articles on all the trace flags that are enabled on...
Comments posted to this topic are about the item The Data Model Matters
I run the SQLCMD utility as follows:
lcmd -S localhost -EI then type this (the 1> is the prompt):
1> select @@version goIf I hit enter, what happens? See possible answers