|
The procedure sp_getschemalock is causing the lock of database servers arbitrarily. What is the reason for this blockade? How to avoid it?
(comments are locked)
|
|
a quick google revealed Are you using ssis ?, how is sp_getschemalock being called , and by what ? a Microsoft consulter sad that the sp_getschemalock is started by server when this is creating or updating a database struct, but not known exactly how.
Nov 09 '09 at 05:12 PM
André Mendonca
Check that your linked servers are collation compatible and have the configuration set as such.
Nov 09 '09 at 05:28 PM
dave ballantyne
(comments are locked)
|
|
sp_getschemalock is an internal extended procedure, used when querying across linked servers. Does this fit with your scenario? If so what queries are you running? we have 4 servers runnig linked servers selecting, inserting and updating data between the servers. but when the getshemalock start on a server lock all others, many times in process anothers databases.
Nov 09 '09 at 05:05 PM
André Mendonca
(comments are locked)
|

