Skip to content

Commit

Permalink
sp_QuickieStore.sql: Make use of both rows for Period
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceGoding authored May 25, 2024
1 parent eb3944e commit ce83ffc
Showing 1 changed file with 2 additions and 34 deletions.
36 changes: 2 additions & 34 deletions sp_QuickieStore/sp_QuickieStore.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8439,38 +8439,7 @@ BEGIN
sort =
1,
period =
N'query store data for period ' +
CONVERT
(
nvarchar(19),
ISNULL
(
@start_date_original,
DATEADD
(
DAY,
-7,
DATEDIFF
(
DAY,
'19000101',
SYSDATETIME()
)
)
),
21
) +
N' through ' +
CONVERT
(
nvarchar(19),
ISNULL
(
@end_date_original,
SYSDATETIME()
),
21
),
'query store data for period',
all_done =
'brought to you by darling data!',
support =
Expand All @@ -8492,7 +8461,6 @@ BEGIN
sort =
2,
period =
N'query store data for period ' +
CONVERT
(
nvarchar(19),
Expand All @@ -8513,7 +8481,7 @@ BEGIN
),
21
) +
N' through ' +
N' to ' +
CONVERT
(
nvarchar(19),
Expand Down

0 comments on commit ce83ffc

Please sign in to comment.