症状
假设你使用帐户连接到 Microsoft SQL Server 2008 R2 或 Microsoft SQL Server 2012 服务器。 该帐户的登录密码至少包含一个分号。 当您尝试在 SQL Server Management Studio 中为 SQL Server 2008 R2 或 SQL Server 2012 服务器创建新的维护计划时,将收到以下错误消息:
连接字符串格式无效。 它必须由 X = Y 形式的一个或多个组件组成,用分号分隔。 当在数据库连接管理器上设置了包含零个组件的连接字符串时,将发生此错误。
此外,当您在显示错误消息的对话框中单击 " 显示技术详细信息 " 按钮时,将在 " 高级信息" 对话框中收到有关错误消息的以下信息:
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =:连接字符串格式无效。 它必须由 X = Y 形式的一个或多个组件组成,用分号分隔。 当在数据库连接管理器上设置了包含零个组件的连接字符串时,将发生此错误。 (MaintenancePlan)------------------------------程序位置 Microsoft.SqlServer.Dts.Runtime.ConnectionManager.set_ConnectionString: DatabaseMaintenance (String value),位于 MaintenancePlan (ServerConnection 连接)的(DatabaseMaintenance 连接)。 MaintenancePlan ()在(InitializeNewPlanForDesigner) DatabaseMaintenance ()的()。.ctor (程序包 source、ServerConnection localServerConnection、Boolean isNewPlan)。 microsoft 的(String connectionString、DbMaintView 连接、字符串 LoadMaintenancePlan)。 DtsDesignerService. OpenDesigner (String connectionString、对象连接、字符串 objectUrn)位于 DataTransformationServices () = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 它必须由 X = Y 形式的一个或多个组件组成,用分号分隔。 当在数据库连接管理器上设置了包含零个组件的连接字符串时,将发生此错误。 (MaintenancePlan)------------------------------程序位置:在 Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100.set_ConnectionString (String pbstrConnectionString)处的 Microsoft.SqlServer.Dts.Runtime.ConnectionManager.set_ConnectionString (字符串值)
1667

被折叠的 条评论
为什么被折叠?



