我正在使用 coldfusion 9 和 SQL Server 2008 R2。它设置为 sqlexpress 当我尝试添加数据源(sql)时,出现此错误:
Connection verification failed for data source: test_cursor
java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]The requested instance is either invalid or not running.
The root cause was that: java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]The requested instance is either invalid or not running.
有任何想法吗?
答案1
如果您正在远程访问 SQL Server Express,请确保已使用“配置工具”文件夹中的“SQL Server 配置管理器”启用 TCP/IP 协议。