Viewing 15 posts - 21,241 through 21,255 (of 26,490 total)
WayneS (5/1/2009)
Steve Jones - Editor (5/1/2009)
Hey, that's a cool feature! Hadn't seen that before.
I guess it's a good thing that I didn't ask you how to get to it :-)...
May 1, 2009 at 11:22 am
Jeff Moden (5/1/2009)
Florian Reischl (5/1/2009)
TheSQLGuru (5/1/2009)
May 1, 2009 at 11:17 am
jcrawf02 (5/1/2009)
Lynn Pettis (4/29/2009)
GilaMonster (4/29/2009)
Bruce W Cassidy (4/29/2009)
[font="Verdana"]International Star Wars day... "May the 4th be with you."[/font]*groan*
Hmmm, we were discussing having another Starwars day.....
Now for something totally the same...
How...
May 1, 2009 at 10:46 am
Any additional criteria for the delete would also be helpful.
May 1, 2009 at 10:41 am
Can you post the generalized schema of the tables, indexes, RI (if any), some sample data (readily consumable)?
This looks like fun.
May 1, 2009 at 10:37 am
TheSQLGuru (5/1/2009)
Flo, are you getting your reads from SET STATISTICS IO ON? IIRC UDFs don't report IO correctly in this manner. Try getting them with Profiler.
Depending on how...
May 1, 2009 at 9:45 am
Paul White (5/1/2009)
I'm thinking that that TVF might be adapted to accept a string of characters to keep as a parameter.
Returning a set of characters to strip would allow Jeff's...
May 1, 2009 at 9:38 am
Ed (5/1/2009)
I prefer using:
DECLARE
@FromDate DATETIME,
@ThruDate DATETIME
SET @FromDate = CONVERT(VARCHAR, GETDATE(), 101) --mm/dd/yyyy 00:00:00.000
SET @ThruDate = DATEADD(DAY, 1, @FromDate)
SET @ThruDate = DATEADD(MS,...
May 1, 2009 at 9:34 am
Don't know if it is worth anything, but here is an In-Line TVF that will return 256 ASCII characters:
alter function dbo.ufnChar256()
returns table
as return(
with Numbers16 (
N
) as...
May 1, 2009 at 9:13 am
WayneS (5/1/2009)
I was (quickly) moving my mouse to go to the link to move to the next page on this thread, and a little popup window came up to...
May 1, 2009 at 8:08 am
Also consider that the routine already is complex. If you pass an INT you get an INT in return; if you pass a DECIMAL you get a DECIMAL in...
April 30, 2009 at 7:48 pm
Florian Reischl (4/30/2009)
Hi LynnNo. It's just a dictionary but the greatest I know (already 200,000 request within the last two hours).
Why? Is my English SO bad? :doze:
Heck no! I...
April 30, 2009 at 7:40 pm
Florian Reischl (4/30/2009)
I'm quiet sure that English is not her/his first language (due to the "Ja" I think he is German) but this is not the problem. I would...
April 30, 2009 at 5:29 pm
Having reviewed the article, I highly agree with the comment to print the article and give it to your boss.
April 30, 2009 at 4:36 pm
Viewing 15 posts - 21,241 through 21,255 (of 26,490 total)