Viewing 15 posts - 47,476 through 47,490 (of 59,064 total)
Michael Valentine Jones (10/31/2008)
October 31, 2008 at 9:45 am
Jonathan Kehayias (10/30/2008)
As resistent as you are to CLR inside SQL, it is actually becoming more and more popular, even among MVP's for things just like this.
Heh... even though...
October 30, 2008 at 7:18 pm
You don't need a counter for that... just store a date on every row and then count the rows in a data range.
October 30, 2008 at 7:12 pm
jlcampos71 (10/29/2008)
I almost Figured that out... but I didn't at all... I was figuring out that I should make in fact, 3 passes, because there is a second...
October 30, 2008 at 6:46 pm
No problem... thanks for the feedback.
October 30, 2008 at 6:35 pm
J (10/30/2008)
UPDATE Products
SET @PrevF2 = F2 = CASE WHEN F2 IS NULL THEN @PrevF2...
October 30, 2008 at 6:26 pm
Lynn Pettis (10/29/2008)
Jeff, I guess I should add that one to my sig block as well.
Seems like there have been a lot of reasons to use it, lately.
October 29, 2008 at 10:16 pm
jsteinbeck (10/29/2008)
I'll check it out...
But i did figure it out, see my other post
Running Total isn't working in the UPDATE CLAUSE... doesn't that look...
October 29, 2008 at 10:15 pm
jlcampos71 (10/29/2008)
I might sound like a beginner next to you but this is the best I have found...
I have a...
October 29, 2008 at 10:11 pm
Solution eventually reached at the following URL...
October 29, 2008 at 8:01 pm
If you'd always like it to return Jan - Mar of the CURRENT year, then you don't even need to know what the current year is...
SELECT ID
...
October 29, 2008 at 7:57 pm
evaleah (10/29/2008)
I deployed it to SQL 2005 and it appears in the Assembly area. The routine creates an iCalendar formatted email message and then sends...
October 29, 2008 at 7:44 pm
Why? Try this and see why I ask... ask yourself "What is 1 divided by 3 times 3?" π
DECLARE @A DECIMAL(3,0), @b-2 DECIMAL(18,0),@F FLOAT
SET @A = 3
SET...
October 29, 2008 at 7:30 pm
Is the "autoshrink" option turned on on TempDB??? If so, it must be turned off!.
Also, you need to figure out what the largest it will grow to, add 20 or...
October 29, 2008 at 7:23 pm
Better than that, tell us what the CLR is supposed to do so we can try to show you how to do it without a CLR... there's usually a way......
October 29, 2008 at 7:15 pm
Viewing 15 posts - 47,476 through 47,490 (of 59,064 total)