Tag Archives: SQL
-
Copying an Azure SQL database between two Azure SQL Instances in two different subscriptions.
3July 14, 2025 by Kenneth Fisher
I recently had to copy an Azure SQL database (SQL db) from one subscription to an Azure SQL Server instance …
Continue reading -
SELECT FORMAT(COUNT(1),’N’) FROM TableName WITH (NOLOCK);
9December 26, 2023 by Kenneth Fisher
Alternate title: How do I tell how far I am on that command? This little command (frequently with a WHERE …
Continue reading -
GO
6May 6, 2013 by Kenneth Fisher
Did you know that the GO command isn’t really part of T-SQL? It’s what’s called a batch separator. And in …
Continue reading





