Viewing 15 posts - 136 through 150 (of 294 total)
Solution found -
SET IDENTITY_INSERT [FIM_GLOBAL_ID] OFF
drop the row I want to change the ID on and then re insert it with the new ID
SET IDENTITY_INSERT dbo.[FIM_GLOBAL_ID] ON
November 11, 2013 at 9:28 pm
Very good question - got caught out with as well. Should have realized that with out the where clause that each max() is evaluated individually... nice to learn something at...
November 7, 2013 at 10:50 pm
raulggonzalez (11/7/2013)
Thanks for the question!Considering that it states "choose 3 answers" and there was no name "JAMES", for me was pretty clear that the author assumed a case insensitive scenario.
+1...
November 7, 2013 at 7:13 pm
๐ Easy question - no wait after looking deeper into this shouldn't I expect to see oh wait no it was easy thanks Steve for the QotD
November 4, 2013 at 8:49 pm
Rune Bivrin (11/1/2013)
Well, good question, but the correct alternative was a bit misleading. You don't get a zero back, you get an empty result set. That's a different answer.
The man...
November 1, 2013 at 1:52 am
Great QotD - made me think and slow down before answering ( also ran the code to check what I thought MAY be the answer )
November 1, 2013 at 1:03 am
Thanks for the easy way to end my week ๐
October 24, 2013 at 10:59 pm
Viewing 15 posts - 136 through 150 (of 294 total)