-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commits on Nov 8, 2019 3175f65d23e6536d3a088e2988be9e2e75839ac8 Commits on Jul 24, 2017 1ed203f98e3e4b59913b9329b23e23b122a6ad15 Co-Authored-By: gambit9009 <[email protected]>
- Loading branch information
1 parent
087c0c0
commit 66421bb
Showing
6 changed files
with
62 additions
and
40 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
DiagManager/CustomDiagnostics/Change Data Capture/CustomDiag.XML
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" standalone="yes"?> | ||
<CustomTasks> | ||
<CustomTask enabled="true" groupname="Change Data Capture" taskname="Change Data Capture" type="TSQL_Script" point="Startup" wait="No" cmd="ChangeDataCapture.sql" pollinginterval="0" /> | ||
<CustomTask enabled="true" groupname="Change Data Capture" taskname="Change Data Capture" type="TSQL_Script" point="Shutdown" wait="Yes" cmd="ChangeDataCapture.sql" pollinginterval="0" /> | ||
<CustomTask enabled="true" groupname="Change Data Capture" taskname="ChangeDataCapture.sql" type="TSQL_Script" point="Startup" wait="Yes" cmd="ChangeDataCapture.sql" pollinginterval="0" /> | ||
<CustomTask enabled="true" groupname="Change Data Capture" taskname="ChangeDataCapture.sql" type="TSQL_Script" point="Shutdown" wait="OnlyOnShutdown" cmd="ChangeDataCapture.sql" pollinginterval="0" /> | ||
</CustomTasks> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" standalone="yes"?> | ||
<CustomTasks> | ||
<CustomTask enabled="true" groupname="Change Tracking" taskname="Change Tracking" type="TSQL_Script" point="Startup" wait="No" cmd="Change_Tracking.sql" pollinginterval="0" /> | ||
<CustomTask enabled="true" groupname="Change Tracking" taskname="Change Tracking" type="TSQL_Script" point="Shutdown" wait="Yes" cmd="Change_Tracking.sql" pollinginterval="0" /> | ||
<CustomTask enabled="true" groupname="Change Tracking" taskname="Change_Tracking.sql" type="TSQL_Script" point="Startup" wait="Yes" cmd="Change_Tracking.sql" pollinginterval="0" /> | ||
<CustomTask enabled="true" groupname="Change Tracking" taskname="Change_Tracking.sql" type="TSQL_Script" point="Shutdown" wait="OnlyOnShutdown" cmd="Change_Tracking.sql" pollinginterval="0" /> | ||
</CustomTasks> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="SharpZipLib" version="1.2.0" targetFramework="net452" /> | ||
</packages> |