Viewing 15 posts - 1,891 through 1,905 (of 3,348 total)
Dang! You stole my thunder... I thought up a similar question about a week ago, just didn't get around to submitting it yet...
Thanks! 😉
angeloc (1/16/2013)
January 17, 2013 at 1:41 am
ronmoses (1/16/2013)
January 16, 2013 at 6:12 am
Gazareth (1/16/2013)
I'm struggling to think what you'd be doing in a function that would require a TRY... CATCH 🙂
Data conversions with possibly unclean data; computations that could generate an overflow,...
January 16, 2013 at 3:03 am
Good question. I had to do a bit of research - I knew it wasn't allowewd in inline functions, but was unsure about multi-statement and scalar functions.
The link provided in...
January 16, 2013 at 1:25 am
Not just inserts into a table variable, all modifications to table variables are retained after a rollback.
Other things that are not rolled back are assignments to scalar variables, identity values...
January 11, 2013 at 2:09 pm
Bangla (1/11/2013)
What type of White it is? Pure White or Cream.. or Grayish....
I'll have to go for Paul White. 😉
January 11, 2013 at 4:20 am
Toreador (1/11/2013)
Hugo Kornelis (1/11/2013)
NOT IN can only be used in limited cases. The comparison condition must be multi-columnDo you mean 'the comparison condition cannot be multi-column'?
Oops, that is of course...
January 11, 2013 at 4:18 am
I don't really agree with the answer marked as correct.
NOT IN can only be used in limited cases. The comparison condition must be single-column, and there must not be any...
January 11, 2013 at 2:25 am
Dineshbabu (1/10/2013)
Can anyone help me in simulating the question in management studio without any application.
Using Management Studio, create the stored procedure as specified in the question, but add a command...
January 10, 2013 at 7:16 am
If this is an easy starter for a series of questions that gradually builds up, then it's sort of okay - though probably TOO easy.
As a stand alone question, I...
January 10, 2013 at 2:06 am
Hi Brett,
The problem is that you are combining a check for all numbers and a cast to integer in a single query. The optimizer is free to carry out those...
January 9, 2013 at 3:42 pm
L' Eomot Inversé (1/7/2013)
January 7, 2013 at 10:07 am
Dineshbabu (1/7/2013)
Can anyone xplain in detail. If already xplained...
January 7, 2013 at 5:24 am
L' Eomot Inversé (1/2/2013)
Argghh! You want it to work next year as well as this???
I had in fact broadened the topic to describing methods I would suggest for finding the...
January 3, 2013 at 1:34 am
Viewing 15 posts - 1,891 through 1,905 (of 3,348 total)