![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We have recently changed some tables from All Pages to Data Rows and it has been suggested that we look at the lock promotion parameters. There is some promotion from shared row to shared table according to sp_sysmon. How does one identify the tables where the lock promotion is occurring? |
#3
| |||
| |||
|
|
We have recently changed some tables from All Pages to Data Rows and it has been suggested that we look at the lock promotion parameters. There is some promotion from shared row to shared table according to sp_sysmon. How does one identify the tables where the lock promotion is occurring? Thanks Richard Kinread |
#4
| |||
| |||
|
|
Ahh ... I mis-read the OP. He actually wants to see which table was lock-promoted at a specific point in time. |
#5
| |||
| |||
|
|
I gathered that he just wants to know what tables have ever had lock escalations done. I'm not sure he wants to know specifically when it happened, or if it just plained happened period, so that he can adjust the HWM, and LWM settings appropriately. Not sure. "Jesus M. Salvo Jr." <noone (AT) noone (DOT) org> wrote in message news:44a461b0 (AT) forums-1-dub (DOT) .. Ahh ... I mis-read the OP. He actually wants to see which table was lock-promoted at a specific point in time. |
#6
| |||
| |||
|
|
It would be nice to know when the escaltions were happening as well as which tables are afected. I'd like to fix the SQL if that is the problem. |
#7
| |||
| |||
|
|
Richard Kinread wrote: It would be nice to know when the escaltions were happening as well as which tables are afected. I'd like to fix the SQL if that is the problem. Its not so much any problem with the T-SQL usually, but the settings for lock promotion. Check your current settings and see if they require revision (obviously they do if you are getting lock promotion and you think its a problem). -am © MMVI |
#8
| |||
| |||
|
|
It would be nice to know when the escaltions were happening as well as which tables are afected. I'd like to fix the SQL if that is the problem. Thanks for the comments and tips. |
#9
| |||
| |||
|
|
Richard Kinread wrote: It would be nice to know when the escaltions were happening as well as which tables are afected. I'd like to fix the SQL if that is the problem. Its not so much any problem with the T-SQL usually, but the settings for lock promotion. Check your current settings and see if they require revision (obviously they do if you are getting lock promotion and you think its a problem). -am © MMVI |
![]() |
| Thread Tools | |
| Display Modes | |
| |