RAISERROR print messages while executing query
by Ivan Gerasimenko
JavaScript
RAISERROR ('printing messages while executing query... ', 0, 1) WITH NOWAIT;
WAITFOR DELAY '000:00:01';
RAISERROR ('printing messages while executing query... ', 0, 1) WITH NOWAIT;
WAITFOR DELAY '000:00:01';
RAISERROR ('printing messages while executing query... ', 0, 1) WITH NOWAIT;
WAITFOR DELAY '000:00:01';
RAISERROR ('printing messages while executing query... ', 0, 1) WITH NOWAIT;
WAITFOR DELAY '000:00:01';
RAISERROR ('printing messages while executing query... ', 0, 1) WITH NOWAIT;