【发布时间】:2010-09-28 19:22:58
【问题描述】:
我正在运行从 Visual Studio 2008 到 sql server 2008 连接的脚本
我在构建时收到此消息:
to debug this project you must enable sql/clr debugging for the connection. note that during debugging all managed threads on the server will stop.
鉴于我在此服务器上有其他数据库,这样做是否危险?
我正在处理一个只是测试数据库的特定数据库 - 此消息是否意味着该服务器上的所有其他数据库也可能受到影响?
【问题讨论】:
标签: sql-server database visual-studio