Results 1 to 3 of 3

Thread: how to pause a stored procedure?

  1. #1
    Join Date
    Feb 2003
    Posts
    4

    Question how to pause a stored procedure?

    How do I pause a stored procedure X seconds?

    Does any function exists like sleep in sybase to do this?


    Thank you.

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

  3. #3
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    WAITFOR DELAY '000:00:xx'

    waits xx seconds.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •