Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
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?
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form