I canot Update SQL can you help me this SQl note
Msg 2760, Level 16, State 1, Line 5
The specified schema name "{databaseOwner}" either does not exist or you do not have permission to use it.
Msg 2760, Level 16, State 1, Procedure {objectQualifier}message_addthanks, Line 18
The specified schema name "{databaseOwner}" either does not exist or you do not have permission to use it.
Msg 2760, Level 16, State 1, Procedure {objectQualifier}message_getthanks, Line 6
The specified schema name "{databaseOwner}" either does not exist or you do not have permission to use it.
Msg 2760, Level 16, State 1, Procedure {objectQualifier}message_isthankedbyuser, Line 10
The specified schema name "{databaseOwner}" either does not exist or you do not have permission to use it.
Msg 2760, Level 16, State 1, Procedure {objectQualifier}message_removethanks, Line 11
The specified schema name "{databaseOwner}" either does not exist or you do not have permission to use it.
Msg 2760, Level 16, State 1, Procedure {objectQualifier}message_thanksnumber, Line 6
The specified schema name "{databaseOwner}" either does not exist or you do not have permission to use it.
Msg 2760, Level 16, State 1, Procedure {objectQualifier}user_getthanks_from, Line 6
The specified schema name "{databaseOwner}" either does not exist or you do not have permission to use it.
Msg 2760, Level 16, State 1, Procedure {objectQualifier}user_getthanks_to, Line 9
The specified schema name "{databaseOwner}" either does not exist or you do not have permission to use it.
I think your app.config file is missing "YAF.DatabaseObjectQualifier" and "YAF.DatabaseOwner" tags.
Please check your app.config file and if you don't see these tags, copy the original app.config file. I hope this can help.