Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Time Elapsed Testing

    Jeff Moden (10/30/2011)


    What's wrong with DATEADD(dd,3,GETDATE())???

    GilaMonster (10/30/2011)


    bdotjones (10/27/2011)


    Is there a way to hook into the event when getdate() is called and then modify the value from the system clock and...

  • RE: Time Elapsed Testing

    Evil Kraig F (10/27/2011)


    Not with GETDATE(), no.

    You could generate a CLR function, or even just a database function, to replace this. However, you can't directly overload the GETDATE() system...

Viewing 2 posts - 1 through 3 (of 3 total)