Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)

  • RE: Finding no of weekend days between two dates

    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 =...

  • RE: sqlmail

    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.

     

  • RE: Backup validity status

    I'm not sure how to do that directly but what if you check @@error immediately after?

     

     

Viewing 3 posts - 16 through 18 (of 18 total)