Viewing 2 posts - 1 through 2 (of 2 total)
The correct answer should be D-"The function does not exist". As per the examples in BOL:
USE AdventureWorks;
GO
BEGIN TRAN;
DECLARE @result int;
EXEC @result=sp_getapplock
@DbPrincipal='public',
@Resource='Form1',
...
December 11, 2006 at 6:20 am
#677166
Brian,
Thanks for taking the time to give us a great review of this product. Idownloaded the product as soon as I saw it on the SqlServerCentral ads and have been...
February 18, 2004 at 10:14 am
#494564