SQL SERVER – Time Delay While Running T-SQL Query – WAITFOR Introduction
Today we will look at one very small but interesting feature of SQL Server. Please note that this is not much known feature of SQL Server. In SQL Server sometime there are requirement when T-SQL script has to wait for some time before executing next statement. It is quite common…
Read More