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 f43790b

Browse files
Merge branch 'master' of https://github.com/SqlAdmin/tsqltools
2 parents 8ad55a3 + 6566589 commit f43790b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎AWS RDS/sp_add_cdc.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Release Date: 2018年02月09日
2121
Author: Bhuvanesh(@SQLadmin)
2222
Feedback: mailto:r.bhuvanesh@outlook.com
2323
Updates: https://github.com/SqlAdmin/tsqltools/
24+
Blog: http://www.sqlgossip.com/automatically-enable-cdc-in-rds-sql-server/
2425
License: GPL-3.0
2526
tsqltools is free to download.It contains Tsql stored procedures
2627
and scripts to help the DBAs and Developers to make job easier
@@ -95,4 +96,4 @@ BEGIN
9596
END
9697
CLOSE nonprimary_cursor
9798
DEALLOCATE nonprimary_cursor
98-
END
99+
END

‎AWS RDS/sp_auto_cdc.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Release Date: 2018年02月10日
2020
Author: Bhuvanesh(@SQLadmin)
2121
Feedback: mailto:r.bhuvanesh@outlook.com
2222
Updates: https://github.com/SqlAdmin/tsqltools/
23+
Blog: http://www.sqlgossip.com/automatically-enable-cdc-in-rds-sql-server/
2324
License: GPL-3.0
2425
tsqltools is free to download.It contains Tsql stored procedures
2526
and scripts to help the DBAs and Developers to make job easier
@@ -83,4 +84,4 @@ GO
8384
--Enable the Trigger
8485
ENABLE TRIGGER [auto_cdc] ON database
8586
GO
86-
87+

0 commit comments

Comments
(0)

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