Viewing 15 posts - 436 through 450 (of 667 total)
Steve Jones - Editor (10/5/2009)
The post is a little self promotion, but I'm more willing to tolerate authors promoting themselves than...
October 5, 2009 at 2:52 pm
No, Gus, wasn't taking you serious on point 1, not after what I read about it. Re point 2, I'm reading up on the link you sent. Looks pretty scary...
October 5, 2009 at 2:52 pm
GSquared (10/5/2009)
jcrawf02 (10/5/2009)
October 5, 2009 at 2:03 pm
Was just asking because they guy who "advertised" his free tool, just to get some feedback a few weeks ago (forgot his name and exactly what it was) got bitterly...
October 2, 2009 at 4:35 pm
Is this fair use of the forums by the way?
October 2, 2009 at 4:14 pm
Oops, didn't read original post properly. Rest of post removed. Apologies...
October 2, 2009 at 4:04 pm
Hey, I liked Seth's reply to this one. You, Lynn, were way too saintly again.
October 2, 2009 at 3:46 pm
Hi Steve,
I'd say first prize would be if you could get the extraction to populate the ClassStart/EndDate columns correctly in all cases. May be easier said than done, I know,...
October 1, 2009 at 3:38 pm
Hi Steve,
It is a bit late (in this part of the world) to wrap my head around you problem, but what first comes to mind is that your table is...
September 29, 2009 at 4:26 pm
I agree with you Steve in terms of the amount of auditing done, but I guess it also depends on how wide your tables are. Duplicating the most recent records...
September 25, 2009 at 5:07 pm
Now how do you like the OP's reply to Lutz's suggestion on this one http://www.sqlservercentral.com/Forums/Topic793490-1291-1.aspx
September 25, 2009 at 4:31 pm
Steve-437536 (9/24/2009)
September 25, 2009 at 4:25 pm
UB-242988 (9/25/2009)
September 25, 2009 at 4:08 pm
Hi Michael,
Don't want to give away the answer, because the whole point of these forums is to teach people how to teach themselves. Just a hint, a simple LEFT JOIN...
September 25, 2009 at 3:45 pm
Hi Stuart,
Try this:
CREATE PROCEDURE usp_GetEmailsOnCall
@EmailsOnCall varchar(max) OUTPUT
AS
BEGIN
SET @EmailsOnCall = 'fred.smith@domain.com;joe.bloggs@domain.com' -- Replace this with actual code to get email adresses from database table
END
GO
DECLARE @EmailsOnCall...
September 22, 2009 at 6:20 am
Viewing 15 posts - 436 through 450 (of 667 total)