Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Trying to create function to create folders (and sub folders)

    I know this is old but try changing this line.

    IF

  • RE: DynamicDateRangeGenerator

    @ChrisM@Work

    Hi Chris,

    Thanks for the feedback. The reasoning behind my long process is so I could put it in a view. Your script looks like it would...

  • RE: Dynamic Database Backup

    rjoseph

    To use this procedure one must set a few things up first.

    1) Set the correct settings for:

    ----------------------------------------------------------------------------------------------------------------------------------------------------

    ----- Must be set based on individual needs

    ----------------------------------------------------------------------------------------------------------------------------------------------------

    SET @BackupRoot = N'Q:' -- everything...

  • RE: Dynamic Database Backup

    Thanks Charles for your comments. I'm not sure how that line of code got out of place. Thanks for posting that correction..

    Yes i know this is a full...

  • RE: Age

    Wayne,

    This doesn't work on leap years.

    Try these dates:

    @DOB = '09/26/2011'

    GetDate() = '09/25/2012'

    mitch

Viewing 5 posts - 1 through 5 (of 5 total)