vs2010本地发布ssis到数据库失败:
在执行用户定义例程或聚合“deploy_project_internal”期间出现 .NET Framework 错误:
System.ComponentModel.Win32Exception: A required privilege is not held by the client
System.ComponentModel.Win32Exception:
at Microsoft.SqlServer.IntegrationServices.Server.ISServerProcess.StartProcess(Boolean bSuspendThread)
at Microsoft.SqlServer.IntegrationServices.Server.ServerApi.DeployProjectInternal(SqlInt64 deployId, SqlInt64 versionId, SqlInt64 projectId, SqlString projectName)
。 (Microsoft SQL Server,错误: 6522)
按钮:
权限不足,用管理员方式运行,另外windows 10和sql server 2005/2008都不兼容,建议你用2014/2016
谢谢,以后多考虑一下权限和兼容问题。