Viewing 15 posts - 286 through 300 (of 543 total)
Jonathan, are you suspecting index is fragmented?
July 5, 2019 at 3:34 pm
Hi John,
It could be 55,126 rows matching with that parameter value and so it has executed that many times. correct me if I am wrong.
Is there any other ways, to...
June 27, 2019 at 11:56 am
Table size is almost 1GB. i.e. 842.07 MB
Row count = 64750
no triggers on the table .
table script
============
CREATE TABLE [dbo].[tname](
[PARENT_PUB_KEY] [bigint] IDENTITY(1,1) NOT NULL,
[CREATE_DATE] [datetime] NULL,
[CREATED_BY] [nvarchar](100) NULL,
[SOURCE_SYSTEM] [nvarchar](100) NULL,
[INTERFACE] [nvarchar](50)...
June 27, 2019 at 9:31 am
thanks all for the valuable suggestions.
June 27, 2019 at 9:11 am
Thank you Steve.
June 26, 2019 at 3:57 am
Thank you very much Sir. Great information.
Only need to capture qry and its response time so that tomorrow they should come back and complain old or new server.
June 25, 2019 at 5:37 pm
Hi Sir,
Thanks for the valuable inputs provided.
Couple of follow up questions?
1. Why we need to consider rpc_completed and why I can't I just go with sql_batch_completed? want to understand why...
June 25, 2019 at 4:35 pm
Thanks for the pointers for dynamic sql . it has to come from FROM clause.
June 24, 2019 at 8:34 am
Thanks Thom for valuable inputs. I will try to see If I can get the ddl scripts and actual execution plan.
June 23, 2019 at 10:12 am
Viewing 15 posts - 286 through 300 (of 543 total)