PrepAway - Latest Free Exam Questions & Answers

What should you do to configure the tracking service?

You create a Windows Workflow Foundation application by using Microsoft .NET Framework 3.5. The application is a high-volume shopping cart system that processes over 100,000 transactions every day. The application tracks workflows by using the SqlTrackingService class. The application must partition data based on a 24-hour period. You need to configure the tracking service.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
In the app.config file, set the PartitionOnCompletion attribute of the SqlTrackingService class to true.Execute the stored procedure named dbo.SetPartitionInterval by passing the parameter value m.

B.
In the app.config file, set the PartitionOnCompletion attribute of the SqlTrackingService class to false.Execute the stored procedure named dbo.PartitionCompletedWorkflowInstances.

C.
In the code segment used to create the SqlTrackingService class, set the PartitionOnCompletion property to true.Execute the stored procedure named dbo.PartitionCompletedWorkflowInstances.

D.
In the code segment used to create the SqlTrackingService class, set the PartitionOnCompletion property to true.Execute the stored procedure named dbo.SetPartitionInterval by passing the parameter value d.


Leave a Reply