Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3e1c647

Browse files
author
Ajay Dwivedi
committed
Removed any word related to my organization name
Removed any word related to my organization name
1 parent 8a1518b commit 3e1c647

18 files changed

+52
-52
lines changed

‎Backup-Restore/__RefreshLogShipping__.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get-TivoLogWalkBackupRestore
1+
# Get-contsoLogWalkBackupRestore
22
$SourceServer = 'source01';
33
$SourceDbName = 'db01';
44
$DestinationServer = 'destination01';

‎Baselining/Export-Excel.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SELECT @p_CheckDate as [@p_CheckDate], * FROM DBA.dbo.BlitzFirst
1010
"@;
1111

1212
$rs = Invoke-DbaQuery -SqlInstance $server -Query $tsqlQuery;
13-
$rs | Export-Excel -Path 'C:\MS-OneDrive\OneDrive - TiVo Inc\Attachments\Daily Tasks2019円 March\Cosmo-Slowness-Mar07-1630-IST.xlsx' -WorkSheetname 'BlitzFirst';
13+
$rs | Export-Excel -Path 'C:\MS-OneDrive\OneDrive - contso Inc\Attachments\Daily Tasks2019円 March\Cosmo-Slowness-Mar07-1630-IST.xlsx' -WorkSheetname 'BlitzFirst';
1414

1515
$tsqlQuery = @"
1616
DECLARE @p_CheckDate datetimeoffset
@@ -23,4 +23,4 @@ SELECT collection_Time as [@p_CheckDate], * FROM [DBA].[dbo].[WhoIsActive_Result
2323
"@;
2424

2525
$rs = Invoke-DbaQuery -SqlInstance $server -Query $tsqlQuery;
26-
$rs | Export-Excel -Path 'C:\MS-OneDrive\OneDrive - TiVo Inc\Attachments\Daily Tasks2019円 March\Cosmo-Slowness-Mar07-1630-IST.xlsx' -WorkSheetname 'WhoIsActive_ResultSets';
26+
$rs | Export-Excel -Path 'C:\MS-OneDrive\OneDrive - contso Inc\Attachments\Daily Tasks2019円 March\Cosmo-Slowness-Mar07-1630-IST.xlsx' -WorkSheetname 'WhoIsActive_ResultSets';

‎LogShipping/New.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ALTER PROCEDURE [dbo].[usp_GetLogWalkJobHistoryAlert_Suppress]
2121
@p_Mail_CC VARCHAR(1000) = NULL,
2222
@p_PerformAutoExecutionOfLogWalkJob BIT = 0,
2323
@p_DbName VARCHAR(125) = NULL,
24-
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@tivo.slack.com;IT-Ops-DBA@contso.com;',
24+
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@contso.slack.com;IT-Ops-DBA@contso.com;',
2525
@p_Help BIT = 0
2626
AS
2727
BEGIN

‎LogShipping/Old.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CREATE PROCEDURE [dbo].[usp_GetLogWalkJobHistoryAlert_Suppress]
2121
@p_Mail_CC VARCHAR(1000) = NULL,
2222
@p_PerformAutoExecutionOfLogWalkJob BIT = 0,
2323
@p_DbName VARCHAR(125) = NULL,
24-
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@tivo.slack.com;IT-Ops-DBA@contso.com;',
24+
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@contso.slack.com;IT-Ops-DBA@contso.com;',
2525
@p_Help BIT = 0
2626
AS
2727
BEGIN

‎LogShipping/ServiceBroker-LogWalk.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ ALTER PROCEDURE [dbo].[usp_GetLogWalkJobHistoryAlert_Suppress]
956956
@p_SendMail BIT = 0,
957957
@p_Mail_TO VARCHAR(1000) = NULL,
958958
@p_Mail_CC VARCHAR(1000) = NULL,
959-
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@tivo.slack.com;IT-Ops-DBA@contso.com;',
959+
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@contso.slack.com;IT-Ops-DBA@contso.com;',
960960
@p_Help BIT = 0
961961
AS
962962
BEGIN

‎LogShipping/v1.2 - [usp_GetLogWalkJobHistoryAlert_Suppress].sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ALTER PROCEDURE [dbo].[usp_GetLogWalkJobHistoryAlert_Suppress]
1717
@p_SendMail BIT = 0,
1818
@p_Mail_TO VARCHAR(1000) = NULL,
1919
@p_Mail_CC VARCHAR(1000) = NULL,
20-
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@tivo.slack.com;IT-Ops-DBA@contso.com;',
20+
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@contso.slack.com;IT-Ops-DBA@contso.com;',
2121
@p_Help BIT = 0
2222
AS
2323
BEGIN

‎LogShipping/v1.3 - [usp_GetLogWalkJobHistoryAlert_Suppress].sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ALTER PROCEDURE [dbo].[usp_GetLogWalkJobHistoryAlert_Suppress]
1717
@p_SendMail BIT = 0,
1818
@p_Mail_TO VARCHAR(1000) = NULL,
1919
@p_Mail_CC VARCHAR(1000) = NULL,
20-
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@tivo.slack.com;IT-Ops-DBA@contso.com;',
20+
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@contso.slack.com;IT-Ops-DBA@contso.com;',
2121
@p_Help BIT = 0
2222
AS
2323
BEGIN

‎LogShipping/v1.4 - [usp_GetLogWalkJobHistoryAlert_Suppress].sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ALTER PROCEDURE [dbo].[usp_GetLogWalkJobHistoryAlert_Suppress]
1919
@p_Mail_CC VARCHAR(1000) = NULL,
2020
@p_PerformAutoExecutionOfLogWalkJob BIT = 0,
2121
@p_DbName VARCHAR(125) = NULL,
22-
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@tivo.slack.com;IT-Ops-DBA@contso.com;',
22+
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@contso.slack.com;IT-Ops-DBA@contso.com;',
2323
@p_Help BIT = 0
2424
AS
2525
BEGIN

‎LogShipping/v1.5 - [usp_GetLogWalkJobHistoryAlert_Suppress].sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ALTER PROCEDURE [dbo].[usp_GetLogWalkJobHistoryAlert_Suppress]
1717
@p_Mail_CC VARCHAR(1000) = NULL,
1818
@p_PerformAutoExecutionOfLogWalkJob BIT = 0,
1919
@p_DbName VARCHAR(125) = NULL,
20-
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@tivo.slack.com;IT-Ops-DBA@contso.com;',
20+
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@contso.slack.com;IT-Ops-DBA@contso.com;',
2121
@p_Help BIT = 0
2222
AS
2323
BEGIN

‎LogShipping/v1.6 - [usp_GetLogWalkJobHistoryAlert_Suppress].sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ALTER PROCEDURE [dbo].[usp_GetLogWalkJobHistoryAlert_Suppress]
1717
@p_Mail_CC VARCHAR(1000) = NULL,
1818
@p_PerformAutoExecutionOfLogWalkJob BIT = 0,
1919
@p_DbName VARCHAR(125) = NULL,
20-
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@tivo.slack.com;IT-Ops-DBA@contso.com;',
20+
@p_SlackMailID VARCHAR(1000) = 'k2b0c1w9g1k7d5e0@contso.slack.com;IT-Ops-DBA@contso.com;',
2121
@p_Help BIT = 0
2222
AS
2323
BEGIN

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /