Viewing 15 posts - 44,371 through 44,385 (of 59,097 total)
Heh... I agree... probably an inteview question.
I believe the question actually asks "how would you write a trigger that executed another stored procedure but only at certain times of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2009 at 9:25 am
Very good info on the Ansi-Padding and how CHAR columns respond, John...
It's still not going to help for this problem, though, because empty strings (in T-SQL) are never empty in...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2009 at 9:13 am
steve dassin (4/1/2009)
relationaland thinks sql is such a blivet why is it the backend for dataphor?
It's the backend for a lot. Why isn't DataPhor the new backend? ;-)...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2009 at 8:41 am
Torres (4/3/2009)
Thanks for the replies.The udf is a Table-valued Function, returning a dataset.
I could add the RegionID as a parameter to the udf, but was wondering if that was necessary.
Thanks.
Torres
I'd...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2009 at 8:30 am
Florian Reischl (4/4/2009)
No, it's not a typo, it's just an example. I've just been to lazy for the "ALL" 😀 but I will try thinking on it in future.
More coffee,...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2009 at 8:27 am
And, you're absolutely correct... some simple additions such as TRUNC(Date) would make life a bit easier. On the other hand, I hope to never see DECODE in T-SQL...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2009 at 7:58 am
Paul Hunter (4/3/2009)
Hmmm... It seems the harder Jeff works the luckier he gets... could there be a connection?
Heh.... You're not qualified to make such a statement because you don't...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2009 at 7:52 am
Thanks Steve... but you missed the other part... why does anyone think it matters so much? SQL is what it is... use it or not. You're trying to...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2009 at 7:46 am
steve dassin (4/3/2009)
The sql community has ignored someone whose spent a lifetime trying to explain why there's nothing relational about sql.
Heh... a lot of us got it the first time......
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2009 at 9:45 pm
dphillips (4/3/2009)
First, you're just plain lucky.
I think you'll find that there's just a little bit more to it than that. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2009 at 5:40 pm
dphillips (4/3/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2009 at 5:18 pm
Greg Edwards (4/3/2009)
I'm going to start investing in pork futures.
Friends in Iowa tell me the demand has seen a huge spike lately.
This couple be like penny stocks - we...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2009 at 3:45 pm
GSquared (4/3/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2009 at 3:40 pm
David Walker (4/3/2009)
Leaving out CLR functions, which are often not recommended for performance reasons:
Must be the nuances of the language... I've been able to beat virtually every CLR with the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2009 at 2:07 pm
BWAA-HAAA!!! I've heard about a bazillion C programmers ask why T-SQL can't be more like C. My question would be, why can't C be more like T-SQL? ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2009 at 1:05 pm
Viewing 15 posts - 44,371 through 44,385 (of 59,097 total)