Skip to content

Commit

Permalink
Automation: Format and Build SQL File
Browse files Browse the repository at this point in the history
  • Loading branch information
Darling Data committed May 24, 2024
1 parent 0fbeedd commit 50aa85e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Install-All/DarlingData.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Compile Date: 05/24/2024 18:18:45 UTC
-- Compile Date: 05/24/2024 18:40:20 UTC
SET ANSI_NULLS ON;
SET ANSI_PADDING ON;
SET ANSI_WARNINGS ON;
Expand Down Expand Up @@ -22479,7 +22479,7 @@ BEGIN
N'query store data for period ' +
CONVERT
(
nvarchar(10),
nvarchar(19),
ISNULL
(
@start_date_original,
Expand All @@ -22495,18 +22495,18 @@ BEGIN
)
)
),
23
21
) +
N' through ' +
CONVERT
(
nvarchar(10),
nvarchar(19),
ISNULL
(
@end_date_original,
SYSDATETIME()
),
23
21
),
all_done =
'brought to you by darling data!',
Expand All @@ -22532,7 +22532,7 @@ BEGIN
N'query store data for period ' +
CONVERT
(
nvarchar(10),
nvarchar(19),
ISNULL
(
@start_date_original,
Expand All @@ -22548,18 +22548,18 @@ BEGIN
)
)
),
23
21
) +
N' through ' +
CONVERT
(
nvarchar(10),
nvarchar(19),
ISNULL
(
@end_date_original,
SYSDATETIME()
),
23
21
),
all_done =
'https://www.erikdarling.com/',
Expand Down

0 comments on commit 50aa85e

Please sign in to comment.