asp.net - When the schemas of database changed,how to use SqlWorkflowPersistenceService in WF? -
for reasons,the schemas of database not dbo. when using sqlworkflowpersistenceservice in wf,there error found "cannnot find stored procedure 'retrievenonblockinginstancestateids'".but if update procedure "xxx.retrievenonblockinginstancestateids" "dbo.retrievenonblockinginstancestateids" there ok.how fix it? or how define default schemas in wf? have set schemas xxx default schemas in current use login asp.net in sql 2005
i have solved it.
create user without sa permissions in sql
stored procedure can found
seems if accout contains sa, default schemas cannot personal if have set it.
Comments
Post a Comment