Viewing 3 posts - 1 through 3 (of 3 total)
frederico_fonseca,
I need to calculate the total number of records in the table inserted for the current date.
For example, i.e Current date is December 8th, so I need to get the...
December 8, 2019 at 1:34 pm
I ran into another problem when I applied the Like conditions of few columns in the Query
Whats does the following warning mention about
"the query memory grant detected excessive grant which...
December 8, 2019 at 9:51 am
I re-created the NonClustered Index on PictureTime and DeviceId, the performance had increased drasctically and executes in 1 sec
CREATE NONCLUSTERED INDEX [PicureTime_NCI]
ON [dbo].[CapturedList]([PictureTime] ASC)
INCLUDE([DeviceId]) WITH
(PAD_INDEX...
December 8, 2019 at 8:37 am
Viewing 3 posts - 1 through 3 (of 3 total)