Viewing 15 posts - 181 through 195 (of 229 total)
[font="Comic Sans MS"]Unless I managed to mangle the code while trying to make it more readable, this is the section that causes the difference between the two results sets.
I'll look...
January 23, 2014 at 4:10 pm
[font="Comic Sans MS"]The script given by Mr. Serres applied to my CRM database returns 5923 ROWS.
The original script by Mr. Khan returned 6504 ROWS.
Given the number of rows, it is...
January 23, 2014 at 3:52 pm
Apart from the fact that I needed this 4 years ago, excellent article.
January 23, 2014 at 1:05 pm
[font="Comic Sans MS"]
I am NOT saying or implying that this o.p. falls into the category I am describing below (he clearly does not because he was asking for guidance on...
January 16, 2014 at 9:15 am
[font="Comic Sans MS"]What would prevent a user from scripting all stored procs and views in a common file and then just use a text editor to find and re-place the...
January 15, 2014 at 11:19 am
[font="Comic Sans MS"]Actually I would prefer to know the LAST TIME the procedure was run and by whom, in order to determine which ones have become unused fossils.
Any plans to...
January 15, 2014 at 7:47 am
[font="Comic Sans MS"]So the optimizer IS actually using the equivalent from Boolean algebra ?[/font]
As I wrote before:
[font="Courier New"]WHERE NOT (ProductID = 1 OR ProductID = 2 OR ProductID = 3...
January 14, 2014 at 11:49 am
[font="Comic Sans MS"]You are right about the choice of word "failing". It works in its own way, not the according to what I expected.[/font]
[font="Comic Sans MS"]Still I am curious as...
January 14, 2014 at 10:47 am
[font="Comic Sans MS"]Thank you all for your inputs, I now understand what INTERSECT and EXCEPT bring to the party.
I am however still trying to understand why the following occurs:[/font]
[font="Comic Sans...
January 14, 2014 at 9:32 am
Now THIS was the exact answer I was looking for.
The article you referred to did not really go much beyond what I started with.
Thanks a million for drawing...
January 13, 2014 at 10:30 am
You are right, I really meant INTERSECT only.
EXCEPT was a mistake. (Also, [font="Courier New"]SELECT ProductID FROM Product WHERE NOT ProductID IN (SELECT ProductID FROM WorkOrder)[/font] also does yield the same...
January 13, 2014 at 9:47 am
Should not Server Central also take care of this
http://www.sqlservercentral.com/Authors/Articles/Kamil_Moscicki/1531761/
Guest Columnist: Kamil Moscicki
December 5, 2013 at 9:59 am
I would not worry about people complaining on the amount of effort required to provide the information required to solve - for free - their problem. If it is not...
October 17, 2013 at 11:53 am
Viewing 15 posts - 181 through 195 (of 229 total)