1

I am trying to find a way of putting a pause of a few seconds into SQL being executed against an SQL Compact database.

Is there something equivalent to SQL Server's WAITFOR function?

Iain Hoult
  • 3,889
  • 5
  • 25
  • 39
  • No, there is not - but why do you need it? Process.Sleep() maybe? – ErikEJ Apr 23 '14 at 16:30
  • @ErikEJ There is a system that takes in a series of SQL commands in order, which is having problems processing command 2 because command 1 appears to still be processing. Unfortunately I don't have the ability to change the code that's processing the commands. – Iain Hoult Apr 24 '14 at 08:09

0 Answers0