Viewing 15 posts - 196 through 210 (of 280 total)
Good morning George,
Thanks a lot for replying. So, it will physically shrink the file in the mirrored database also?
November 9, 2015 at 6:50 am
You are correct. It refers to the index in the attached image. Its definition is as below:
INDEX = IX_tblGPSDataDetail_DeviceID_GPSDateTime ON dbo.tblGPSDataDetails
(
DeviceID {udt_DeviceID 4}
, GPSDateTime {varchar 50}
, DataReceviedDateTime {udt_date 8}
)
INCLUDE
(
MeterStatusID...
September 11, 2015 at 10:26 am
Dear Jeff Sir, Good Morning
I tried rebuilding the index with fillfactor=80 yesterday night. I checked the fragmentation and it is 98%. I will rebuild the index with fillfactor=80 tonight.
September 10, 2015 at 11:43 pm
Waittype is Latch_Ex. The processes are stored procedures(several of them blocking themselves) I read in Microsoft KB that we can ignore if waittime is low. Could you please let...
September 9, 2015 at 12:07 pm
Dear Jeff sir,
I did not re-save it and nothing changed. I just waited for job to run again today to see the outcome, and it ran successfully
September 9, 2015 at 11:36 am
It ran successfully today. Thanks everyone
September 9, 2015 at 10:21 am
Thanks for the reply sir..I am not able to get why it failed. Could you please advise
September 8, 2015 at 8:08 am
I also got same error today:
Reorganize Index Description: The Execute method on the task returned error code 0x80004003 (Object reference not set to an instance of an object.). The Execute...
September 8, 2015 at 1:37 am
Good morning Everyone,
I also got the same error today. Checked maintenance plan history, logs, event viewer etc but could not find anything. Could you please help
September 8, 2015 at 1:32 am
Dear Jeff sir,
Thanks a million for the wonderful explanation
September 7, 2015 at 8:55 am
Good morning Gail Madam and everyone,
Actually each SPID is blocking itself, and there are number of SPIDs like that.
September 7, 2015 at 7:07 am
Dear Jeff sir,
Thanks for contributing and helping beginner level people like me. Should the scans be lesser than seeks?
Actually, I did not understand the below statement:
" If the problem still...
September 7, 2015 at 5:12 am
Dear Jeff sir,
I have attached information of the index whose fragmentation increased to 95% the next day, after rebuilding with fillfactor=90. Shall i try rebuilding with fillfactor=80.
September 5, 2015 at 2:29 am
Dear Jeff sir,
Could you please let me know how to check how often an index is inserted
September 5, 2015 at 1:47 am
Could you please share the query to check last time when an index was rebuilt
September 5, 2015 at 1:31 am
Viewing 15 posts - 196 through 210 (of 280 total)