ERROR: “Cannot execute as the database principal because the principal “dbo” does not exist, this type of principal cannot be impersonated, or you do …
Read More »Ekrem Önsoy
The database principal owns a schema in the database, and cannot be dropped.
ERROR: “The database principal owns a schema in the database, and cannot be dropped. (Microsoft SQL Server, Error: 15138)” EXPLANATION: You may encounter an …
Read More »Cannot insert the value NULL into column ‘owner_sid’, table ‘msdb.dbo.sysjobs’; column does not allow nulls. INSERT fails.
ERROR: “Cannot insert the value NULL into column ‘owner_sid’, table ‘msdb.dbo.sysjobs’; column does not allow nulls. INSERT fails.” EXPLANATION: Because a server will be …
Read More »Proxy (1) is not allowed for subsystem “SSIS” and user “xxxUser”
ERROR: Proxy (1) is not allowed for subsystem “SSIS” and user “xxxUser”. Grant permission by calling sp_grant_proxy_to_subsystem or sp_grant_login_to_proxy. EXPLANATION: In fact, the content of …
Read More »Error authenticating proxy DOMAIN\USER
ERROR: Unable to start execution of step 1 (reason: Error authenticating proxy DOMAIN\USER, system error: ConnGetProxyPassword). The step failed. EXPLANATION: I encountered this error …
Read More »Cannot insert the value NULL into column ‘permission path’, table ‘@temp’; column does not allow nulls
ERROR: Msg 515, Level 16, State 2, Procedure sp_validate_user, Line 19 Cannot insert the value NULL into column ‘permission path’, table ‘@temp’; column does …
Read More »User ‘dbo’ could not execute stored procedure ‘master.dbo.sp_enable_sql_debug’ on SQL Server
ERROR: User ‘dbo’ could not execute stored procedure ‘master.dbo.sp_enable_sql_debug’ on SQL Server EXPLANATION: You may experience this error if you try to debug a …
Read More »An invalid schema or catalog was specified for the provider “SQLNCLI” for linked server “server name”
ERROR: An invalid schema or catalog was specified for the provider “SQLNCLI” for linked server “server name” EXPLANATION: Suppose you have a linked server …
Read More »Invalid attempt to GetBytes on column
ERROR: An error occurred while executing batch. Error message is: Invalid attempt to GetBytes on column ‘xxx’. The GetBytes function can only be used …
Read More »An invalid schema or catalog was specified for the provider “Local Server” for linked server “(null)”.
ERROR: “An invalid schema or catalog was specified for the provider “Local Server” for linked server “(null)”.” EXPLANATION: I received this error message when …
Read More »