Skip to content

Instantly share code, notes, and snippets.

@MatthewSteeples
Last active December 19, 2015 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatthewSteeples/5997144 to your computer and use it in GitHub Desktop.
Save MatthewSteeples/5997144 to your computer and use it in GitHub Desktop.
Delete SqlWorkflowInstanceStore entries
delete from [System.Activities.DurableInstancing].InstanceMetadataChangesTable
delete from [System.Activities.DurableInstancing].InstancePromotedPropertiesTable
delete from [System.Activities.DurableInstancing].InstancesTable
delete from [System.Activities.DurableInstancing].KeysTable
delete from [System.Activities.DurableInstancing].LockOwnersTable
delete from [System.Activities.DurableInstancing].RunnableInstancesTable
delete from [System.Activities.DurableInstancing].ServiceDeploymentsTable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment