mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-19 09:35:36 -05:00
Agent Proxy and Credential request handlers (#637)
* Agent Proxy account WIP * Fixup Credential create\update\delete handlers * Use current user for test credential * Cleanup and delete code * Convert tabs to spaces
This commit is contained in:
@@ -2042,7 +2042,7 @@ WHERE do.database_id = @DbID
|
||||
if ((null != sqlException) && CUtils.IsPermissionDeniedException(sqlException))
|
||||
{
|
||||
|
||||
throw new Exception("SRError.SetOwnerFailed(this.Owner)" + ex.ToString());
|
||||
throw new Exception(SR.SetOwnerFailed(this.Owner) + ex.ToString());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user