Which Of The Following Script Will Enable Cdc On #731
Which of the following script will enable CDC on HumanResources.Shift table?
This multiple choice question (MCQ) is related to the book/course gs gs116 Microsoft SQL Server. It can also be found in gs gs116 Monitoring and Auditing - Change Data Capture - Quiz No.1.
Which of the following script will enable CDC on HumanResources.Shift table?
USE AdventureWorks GO EXEC sys.sp_cdc_enable @source_schema = N'HumanResources', @source_name = N'Shift', @role_name = NULL GO
USE AdventureWorks GO EXEC sys.sp_cdc_disable_table @source_schema = N'HumanResources', @source_name = N'Shift', @role_name = NULL GO
USE AdventureWorks GO EXEC sys.sp_cdc_enable_table @source_schema = N'HumanResources', @source_name = N'Shift', @role_name = NULL GO
All of the mentioned
Similar question(s) are as followings:
Online Quizzes of gs116 Microsoft SQL Server
Developing with SQL Server - Error Handling - Quiz No.1
gs gs116 Microsoft SQL Server
Online Quizzes
Laying the Foundation - Aggregation of Data - Quiz No.1
gs gs116 Microsoft SQL Server
Online Quizzes
Laying the Foundation - Joins in SQL Server - Quiz No.1
gs gs116 Microsoft SQL Server
Online Quizzes
Laying the Foundation - Views in SQL Server - Quiz No.1
gs gs116 Microsoft SQL Server
Online Quizzes