Viewing 15 posts - 16 through 30 (of 216 total)
Wow, this is really useful. I would finish this off with
ORDER BY DUPE1.schema_name, DUPE1.table_name, DUPE1.key_column_list
which shows how many hits we're getting :crazy:
I've got a bunch with the same or...
July 13, 2016 at 9:16 am
Warning: Null value is eliminated by an aggregate or other SET operation.
Good demo and explanation of this warning. I don't know how many times I've seen this and blown right...
July 12, 2016 at 8:47 am
Larry, I'm trying to do something similar in a user DB, get the minimum dates in their tables to see if there's an opportunity to implement a data retention policy....
October 28, 2015 at 11:24 am
Thanks for this. I've always wondered how to get the current state of these SET options; @@Options!
Ken
October 2, 2015 at 12:59 pm
brad_bowzer (10/2/2015)
October 2, 2015 at 7:54 am
However I do believe we need to test our code. We all do test our code, even if it's with a few before/after queries. What I don't get is why...
September 28, 2015 at 10:16 am
chill8 (8/7/2015)
August 7, 2015 at 8:10 am
sgmunson (6/26/2015)
Jacob Wilkins (6/26/2015)
I...
June 26, 2015 at 2:30 pm
Thanks everyone. Even on a 120M row table SQRT(1000*<num rows>) is only a 350k row threshold. I'm bringing in at least that many every night. So not sure why they...
June 26, 2015 at 9:51 am
In SQL Server, I believe a Differential backup solves some of this problem.
Ken
June 15, 2015 at 10:31 am
yetd (5/21/2015)
How about this naming convention:[application][enviroment][location]
Can you squeeze all that into 15 characters?
May 21, 2015 at 7:06 am
Where I work, we host thousands of servers for hundreds of clients, so we have to be organised about server naming. The first 3-4 letters indicate the overall system, then...
May 21, 2015 at 6:46 am
Nice, thanks for this article. When you deploy, at least the 1st time, you have to go find the .ispac file. You should be able to deploy straight from Visual...
May 11, 2015 at 9:32 am
Gail Wanabee (4/24/2015)
My personal execution: I almost always ask for a code review from a co-worker, even if...
April 24, 2015 at 1:06 pm
Jeff Moden (4/23/2015)
April 24, 2015 at 6:52 am
Viewing 15 posts - 16 through 30 (of 216 total)