Viewing 15 posts - 16 through 30 (of 32 total)
Interesting question, and my answer were pure guesswork. I would argue with the first kind, as arguments to function calls or procedures. Although they can be varied, I don't regard...
August 20, 2012 at 3:36 am
Lokesh Vij (8/15/2012)
Keld Laursen (VFL) (8/15/2012)
Thanks for the question. I were fairly sure...
August 15, 2012 at 11:56 pm
It is also worth noting that you have no method of resetting the identity counter for the table.
Thanks for the question. I were fairly sure that I had it right...
August 15, 2012 at 11:49 pm
charles.byrne (8/7/2012)
The Fiscal Year Logic can be pared down to
select YEAR(DATEADD(m,3,RegistrationDate)) as Fyear
...
August 7, 2012 at 7:16 am
Nice article.
As I have to work with harvest years, going from August to July the next year, it is of great interest to me as well.
I am just wondering: Is...
August 7, 2012 at 12:52 am
Indeed!
I also saw this as a rewrite of the question a few days back. Didn't really catch the @/# difference in all the jpeg artifacts. :Whistling:
This question reminds me of...
August 7, 2012 at 12:37 am
As the question is worded, I would expect explicit indices to be creatable for the "correct" answer to be correct. Otherwise, why not just say "create indices" as the primary...
June 25, 2012 at 1:32 am
Darn. I should have done a little research there.
I have to admit that I were wrong 🙁
Thanks for the question. Always good to get these little tidbits.
April 25, 2012 at 12:15 am
I am one of those that (mis)read the question.
You asked "Can a foreign key be created", and the answer to that were a no-brainer as the referenced table/column needs to...
April 10, 2012 at 2:27 am
Missed one here :angry:
I knew that locks would escalate, so I checked what the rowlock hint would do.
This article hinted (to me at least) that the escalation would be put...
March 19, 2012 at 3:49 am
Well, I didn't catch the error on the select from Foobar, but just thought about locking while selecting/inserting.
I didn't really look into the temp table as this should be local...
March 9, 2012 at 1:43 am
Thank you for the question.
I deduced the result using operator precedence and parsing the input by hand (or head?).
Typed it into my local, friendly SSMS, and got the same result.
Although...
March 9, 2012 at 12:37 am
Good question. Thanks.
Although I had never used BrokerSend before, I had done something similar on linked servers, ending up in the same error.
March 2, 2012 at 12:13 am
I would thing the devil were in the details.
In fact a lot of the questions would fail if not for the fact that the numeric in the question is in...
February 29, 2012 at 3:59 am
Koen Verbeeck (2/14/2012)
kll 51891 (2/14/2012)
I would have expected it to fail due to no newline or semicolon.<snip>
The semicolon is not yet obligated, except when using the WITH clause. This probably...
February 14, 2012 at 2:13 am
Viewing 15 posts - 16 through 30 (of 32 total)