Viewing 11 posts - 2,746 through 2,756 (of 2,756 total)
I haven't taken the time to dissect your code, but I did want to write my thoughts when it came to attacking set-based vs. structured programming.
Most traditional structured languages are...
December 11, 2009 at 11:09 am
For what it's worth, I come from a structured programming and OOP background myself (mostly VB, VB.NET, ASP.NET, etc.).
But when it comes to SQL and set-based programming, I take a...
December 11, 2009 at 7:35 am
You don't give very much information to work with. What do the queries look like? And how big are the data sources?
Give us some detail, and we might...
December 10, 2009 at 2:40 pm
I found this article profound to the point that I forwarded it to my wife.
Going the extra mile will only help you out in the long run.
December 10, 2009 at 7:32 am
Great article. I've long argued that "if you want to get anywhere in life, you have to step out of your comfort zone."
December 10, 2009 at 7:30 am
This is painful to read. Can you post an example (a small sample should suffice) of what the output should look like? You'll probably get more responses that...
December 9, 2009 at 8:07 am
Ummm . . .
http://technet.microsoft.com/en-us/library/bb510427.aspx
:angry:
Am I missing something here?
December 9, 2009 at 7:50 am
Not sure whether or not this is applicable, but this sounds similar to the scenario presented in an article I read here a few weeks ago.
December 3, 2009 at 1:07 pm
Okay, good to know. I'll definitely keep that in mind. Thanks!
December 3, 2009 at 10:26 am
Okay, for anyone who cares, I just discovered one difference . . .
SELECT allows me to do this:
select @ErrNo = 0, @ErrMsg = 'error message'
However, when I try this (with...
December 3, 2009 at 9:15 am
Viewing 11 posts - 2,746 through 2,756 (of 2,756 total)