Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Performance Tuning Stored Procedures

    Hi,

    Using getdate will give you the elapsed time wich is not reliable : if other process are running, this will slow yours.

    use instead the cpu time.


    SET

    @previous_cputime

Viewing post 1 (of 1 total)