Is it possible to configure the Windows Workflow SqlWorkflowPersistanceService to use different SQL Server table/procedure names than the standard out of the box installation as detailed on Microsoft's site at http://msdn.microsoft.com/en-us/library/ms735722%28VS.85%29.aspx ?
I have to store my workflow information in a shared SQL server database which has an established naming standard for tables and procedures which the standard setup provided by Microsoft doesn't comply with.
Can I easily map the SqlWorkflowPersistanceService to use different table names/procedure names or do I have to completly roll my own service if I want this change?