DevOps and Security
Are DevOps and security diametrically opposed? An interesting pieces says no, and Steve Jones comments.
2016-06-27
81 reads
Are DevOps and security diametrically opposed? An interesting pieces says no, and Steve Jones comments.
2016-06-27
81 reads
On the First of June, SQL Server 2016 was officially released. While it is still early days to measure the full impact of the release, the one thing that is exceedingly clear is that this is a very successful software release. There have been very few complaints online beyond the standard heard during any upgrade: […]
2016-06-27
164 reads
An interesting question from Steve Jones today, asking what is your experience with designing databases.
2016-06-24
189 reads
R Services were added to SQL Server 2016, and there are customers using this feature to improve their business processes.
2016-06-23
192 reads
2016-06-22
228 reads
Larry Page is a very interesting person, one that is looking to change the world.
2016-06-21
134 reads
After the crash of an US Air Force database was reported, Steve Jones has some advice.
2016-06-20
124 reads
2016-06-20
85 reads
SQL Server 2016 runs faster, sometimes without you changing anything.
2016-06-17
275 reads
The Stretch database feature in SQL Server 2016 is fantastic, but is it too expensive?
2016-06-15
225 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