...
You can alternately provide SQL Server credentials via the 'SQL Server Authentication' option.
Once the configuration wizard has successfully run, YOU MUST GRANT STORED PROCEDURE EXECUTE PERMISSIONS TO THE SERVICE USER MANUALLY. The following statement will do this:
Code Block | ||||
---|---|---|---|---|
| ||||
Use CXN_Connexion2_Default
GRANT EXECUTE TO [NICKWORK-PC\__cxne_user__]
|