6.
|
Victoria uses the RAISERROR Transact-SQL statement like this:
RAISERROR ("Fatal Error", 1, 1, @DBID, @DBNAME)
She then tests the value of @@ERROR and finds that it is 0. How could this be if she just raised the error?
Please select the best answer.
|