2016-02-23
148 reads
2016-02-23
148 reads
2016-02-22
136 reads
2016-02-22
345 reads
An explanation as to what Log Shipping is and why it's still a viable solution in 2016.
2016-02-18
568 reads
Passwords are always a challenge, but are bad passwords the users' fault? Steve Jones has a few thoughts.
2016-02-17
110 reads
Steve Jones talks version control, but from the production perspective.
2016-02-16
107 reads
Someone made a call to architect zero downtime for databases. Steve Jones isn't sure this is the best thing you could do.
2016-02-15
170 reads
There's a push to upgrade those SQL Server 2005 instances with support ending this April.
2016-02-12
129 reads
Steve Jones talks about the timeframes for updating and fixing security problems in applications.
2016-02-11
91 reads
Public records have been open in the past, but today's digital access might mean problems.
2016-02-09
110 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