【发布时间】:2016-06-30 14:18:24
【问题描述】:
您好,我正在创建一个非常简单的包来将我的数据从数据库转储到 csv 文件。 我收到命令行屏幕,然后是一条错误消息。 创建了一个 csv 文件,但出现以下错误消息。 我已经测试了连接,它说成功,但我得到了同样的错误,尽管我将执行进程任务的 MaximumErrorCount 参数增加到 5。 任何帮助将不胜感激,因为我不知道如何弄清楚调试。
这是我得到的错误:
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Named Pipes Provider: Could not open a connection to SQL Server [2]. .
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Login timeout expired.
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : A network-related or instance-specific error has occurred while
establishing a connection to SQL Server. Server is not found or not accessible.
Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online..
【问题讨论】:
标签: sql-server ssis package