|
Hello Everyone,
I'm using the July CTP of WF and I'm trying to set up SQL Server Express for persistence. I've created a new empty database called Database1.mdf.
I've found the script C:\WINDOWS\Microsoft.NET\Framework\v3.0\Windows Workflow Foundation\SQL\EN\SqlPersistenceService_Schema.sql and I've copied it's contents into a new query for Database1.mdf. Unfortunately when I try to execute the query I get this error message...
"Query Definitions Differ" "The following errors were encountered while parsing the contents of the SQL pane:" "The Set SQL construct statement is not supported."
Does anyone out there know what's going on? All I want to do is persist my executing workflows in a SQL Server Express database...
0xDEADBEEF |