SQL Server 2017 — change the tag for your docker images
Firstly:
SQL Server 2017 is now officially released!
I have been using SQL Server 2017 running on Linux for a while now...
2017-10-03
524 reads
Firstly:
SQL Server 2017 is now officially released!
I have been using SQL Server 2017 running on Linux for a while now...
2017-10-03
524 reads
Here is a quick Extended Events script I knocked up where I wanted to track Tempdb file size changes for...
2017-10-03
500 reads
Is my math right? The new CU servicing schedule for SQL Server 2017 is:
1 CU per month for the first...
2017-10-03
1,081 reads
So Visual Studio 2017 has been released a while and I had created a version of the test adapter (which lets you run tSQLt tests from within Visual Studio...
2017-10-03
15 reads
So Visual Studio 2017 has been released a while and I had created a version of the test adapter (which...
2017-10-03
87 reads
So Visual Studio 2017 has been released a while and I had created a version of the test adapter (which...
2017-10-03
94 reads
So Visual Studio 2017 has been released a while and I had created a version of the test adapter (which...
2017-10-03
628 reads
If you're used to the behavior of SSMS or PowerShell ISE where upon executing code in the script panel, your...
2017-10-03
498 reads
I had a fairly puzzling issue today, which took a few minutes to figure out. Some time ago I created...
2017-10-02 (first published: 2017-09-25)
2,794 reads
In an era of remote storage and retrieval of data, including the cloud, data security plays a vital role, especially...
2017-10-02
473 reads
By James Serra
Microsoft Fabric makes it wonderfully easy to put many analytics workloads on one platform....
By Steve Jones
I recently started playing with the MCP Server for SQL Server, which is a...
If you spend your days tuning queries, managing pipelines, or keeping a production database...
Comments posted to this topic are about the item BIT_COUNT() V
Comments posted to this topic are about the item How We Reduced SQL Server...
Comments posted to this topic are about the item An Eventual Consistency Scam
What does this return on SQL Server 2025?
select bit_count(null)See possible answers