SQL Server 2012 Books
SQL Server 2012 was released to manufacturing last week, you can download it from MSDN if you have subscription or...
2012-03-13
2,184 reads
SQL Server 2012 was released to manufacturing last week, you can download it from MSDN if you have subscription or...
2012-03-13
2,184 reads
As you probably know by now SQL Server 2012 was launched last week, Microsoft had an online launch event that...
2012-03-12
3,490 reads
I asked a few questions on twitter this morning after a friend of mine said they were have problems downloading...
2012-03-06
777 reads
So it looks like today is the day.
SQL Server 2012 has been RTM’d today.
General Release 1st April 2012
http://www.microsoft.com/Presspass/press/2012/mar12/03-06SQLServer12PR.mspx
2012-03-06
2,041 reads
I have had a few people ask me recently about books that I would recommend to help further develop your...
2012-03-05
741 reads
So this is just a short post to test how well I can type and use Blogsy. If it works...
2012-02-13
688 reads
Following on from the first post in my blogging series Building a Blog I’m just going to take a quick...
2012-01-30
777 reads
I took an interest in building a blog/website several years ago when I first started my company and working for...
2012-01-27
749 reads
This is just a short post for Friday. I have been working a fair amount with SSAS and the rest...
2012-01-20
5,580 reads
My good friend Justin Hostettler-Davies (JHD) aka @JHDAVIES , the same JHD who recently scaled Kilimanjaro, is on the fund raising...
2012-01-16
804 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