Hi,
I need to select a record in a second database with UPDLOCK and according to some criteria, either update it or not. I created a SP with a transaction in the first datebase, including the SELECT to the table in the second database. I'm having problems, SQL Server does not seem to handle locking on another database correctly. Any ideas?
Thanks