Viewing 15 posts - 10,456 through 10,470 (of 59,095 total)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 8:03 am
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 7:58 am
While I absolutely agree with what has been stated in the explanation, the question was (emphasis is mine)...
How many missing index requests are in the execution plan...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 7:51 am
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 7:37 am
Hold the phone a minute... why do you have two tables that you must maintain the name in? That's not "normalization" and having to do such maintenance is contrary to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 7:32 am
It was a corrupt ResourceDB database. It's not one...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 7:28 am
s.duvernay 71743 - Monday, December 3, 2018 6:27 AMHi Jeff,
I read both article but I' have probably miss something...
The point of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 7:26 am
Just remember that "all relationships" are normally based on the presence of FKs. A whole lot of 3rd party vendors don't even know how to spell "FK". I've not worked...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 6:27 am
Please see the following articles.
Hierarchies on Steroids #1: Convert an Adjacency List to Nested Sets
Hierarchies on Steroids #2: A Replacement for...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 6:19 am
I don't have access to a 2016 box just now but I believe this can be done using Lead or Lag. I believe that Books Online has an example.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 6:06 am
I'm seeing lots of crash dump files generated (SQL Server 2012) due to this...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 5:57 am
Nice function. It seems like you've included just about every optimization for rejecting non-prime candidates there is.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 5:55 am
Funny you should bring this up...
I'm working on (but have not yet completed) a method to determine which index/heap the last page of an MDF file maps to,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 5:53 am
Just a thought...
This reminds me of the Factorial function. The same values will always be returned. With that in mind, it would probably be the best to store...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 5:38 am
Thanks for the replies so far. TBH, I kind of expected "looks...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 3, 2018 at 5:28 am
Viewing 15 posts - 10,456 through 10,470 (of 59,095 total)