SQLSaturday Round Table at the PASS Summit (Early Reminder)
Once again this year we’ll be holding a meeting open to all SQLSaturday event leaders and key team members (and...
2011-07-11
613 reads
Once again this year we’ll be holding a meeting open to all SQLSaturday event leaders and key team members (and...
2011-07-11
613 reads
I was reviewing some code recently that has been in production for a while and I saw something like this:
set...
2011-07-11
586 reads
I saw an article in the newspaper titled How to Visit 30 Ballparks in 35 Days This Summer. I think...
2011-07-08
666 reads
My children never cease to delight me in all kinds of ways, but never more when they come up with some...
2011-07-08
514 reads
This post is password protected. To view it please enter your password below:
Password:
2011-07-08
590 reads
Just got an email from the Space Coast User Group that Maciej Pilecki (@DrHouseOfSQL) will be doing a presentation to...
2011-07-07
612 reads
If it hasn’t happened already we should be close to beginning the election cycle for the 2012 election. Last year...
2011-07-07
596 reads
We’re going to be hosting two pre-conference seminars this year in Orlando on Friday, September 23rd, and we’re looking for...
2011-07-07
415 reads
Funny how you can work with data a long time and still run into something new. I’ve been working on...
2011-07-06
745 reads
Today we have a guest editorial from Andy Warren. We often find that many DBAs fall into the job as accidental DBAs, and need more training. Is a boot camp the way to get them up to speed quickly?
2011-07-06
238 reads
By Steve Jones
It’s that time of the month again, and once again, I’m late and I’m...
By Steve Jones
This is from 2010, but I loved that people felt this way about Redgate...
Yes, you’re reading that right, we’re going to download a report that cannot be...
Yes, the online Partnership Firm Registration Service in Delhi is reliable when handled by...
Adenoz Injection is used to treat specific heart rhythm disorders, but it must be...
Comments posted to this topic are about the item Economics of AI: What is...
I run this code on SQL Server 2022 to get a list of all the indexes and their key columns. What is returned?
SELECT
INDEX_COL (N'AdventureWorks2017.Sales.SalesOrderDetail') See possible answers