Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
01-17-2023 09:04 AM
Due to some performance problems in a production SQL SERVER database , I ran a trace and observed that APPDYNAMICS constantly executes the following query:
declare @p1 int
set @p1=NULL
exec sp_prepexec @p1 output,N'@P0 bigint,@P1 bigint,@P2 bigint,@P3 bigint,@P4 bigint',N'SELECT OBJECT_SCHEMA_NAME(t.object_id, @P0), object_name(t.object_id, @p1) AS object_name FROM sys.tables AS t CROSS APPLY sys.dm_db_database_page_allocations (@P2 , object_id, NULL, NULL, ''LIMITED'') AS pa WHERE pa.allocated_page_file_id = @P3 AND pa.allocated_page_page_id = @P4 ',5,5,5,1,9865239
select @p1
It never reaches completion because it is canceled by time after running over 10 sec .
Could someone help me with this matter?
User | Count |
---|---|
3 | |
2 | |
2 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form