asked on
Microsoft SQL Server 2008 is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning. Major improvements include the Always On technologies and support for unstructured data types.
TRUSTED BY
the logic goes as below
step 1: Create a SP
step 2: create an end less loop
step 3: inside the loop put your update statement
step 4: put the wait for dealy statement inside the endless loop.
Now execute the stored procedure.
Drawbacks when compared to SQL Job:
1) if the session is killed, in which the SP is running then the stored procedure will be stopped and you have to re-execute it again.