Viewing 3 posts - 16 through 18 (of 18 total)
Here's a way that doesn't use a calendar table. It counts the # of weekdays though...
DECLARE @dateStart DATETIME
DECLARE @dateEnd DATETIME
SET @dateStart =...
May 11, 2005 at 1:34 pm
#558209
I had to leave outlook OPEN on my SQL Server in order to be able to read new email messages. See if that helps you.
May 9, 2005 at 7:22 am
#557579
I'm not sure how to do that directly but what if you check @@error immediately after?
January 22, 2005 at 8:54 am
#538641