Viewing 15 posts - 61 through 75 (of 204 total)
IMHO, this question does not really illustrate "the point that a subquery cannot be terminated with a semicolon". Semicolons terminate the statements and since the subquery is not the whole...
July 12, 2010 at 10:04 pm
Jeff,
Thank you very much for your suggestions. You make a very good point about the iTVF, it is definitely more useful than the proc. In my defense about the tally,...
July 7, 2010 at 10:19 am
Jeff,
I would like to ask your opinion on the version of the split I recently wrote. It is implemented as a stored proc and does not have any limitation on...
July 6, 2010 at 5:54 pm
Jeff Moden (7/2/2010)
July 6, 2010 at 1:16 pm
Toreador (7/6/2010)
That doesn't explain why isnumeric('1 234') = 0, despite being in the standard format for any locale with a space as the thousands separator!
What I mentioned in my post...
July 6, 2010 at 11:17 am
This is a very good question, thank you Ron. It really took some time to figure out correct answer. From your explanation:
Odd that running ISNUMERIC() against a space (ASCII 32)...
July 6, 2010 at 9:58 am
hrvoje.piasevoli (7/2/2010)
If I need to quickly disable all triggers in the database then I use disable trigger syntax to take care of all tables and views and then append disable...
July 2, 2010 at 8:38 am
hrvoje.piasevoli (7/1/2010)
I agree with that completely, but it is not quite precise because triggers created on VIEW objects will remain enabled as the procedure loops only TABLE objects.
This would...
July 1, 2010 at 2:34 pm
This is a very good question, thank you. Presence of nullif does not change anything though, so it is difficult to figure out why it is there. What I mean...
June 22, 2010 at 9:39 pm
This is a good basic question, thank you.
I also paused for a minute before answering trying to figure out what could be a possible reason for this table not to...
June 17, 2010 at 9:20 am
Trey Staker (6/14/2010)
June 14, 2010 at 10:01 am
This is a very good question, thank you Ron. I answered incorrectly because I read columns as rows, the number of rows should be 2, so I got my answer...
June 14, 2010 at 9:15 am
Hugo Kornelis (6/11/2010)
June 11, 2010 at 9:01 am
Very good question, thank you Jason! I answered it correctly because I remembered there was a discussion some time in the past on this site about the read_only nuances of...
June 10, 2010 at 3:23 pm
Very good question, thank you Jason.
Creating a proc with name beginning with sp_ is very evil indeed. While there is a way to invoke the AdventureWorks' version of the proc...
June 9, 2010 at 8:51 am
Viewing 15 posts - 61 through 75 (of 204 total)