禁止在SQL Server中生成用户实例。请使用sp_configure^_^user instan分类:随笔时间:2007-11-7 14:49:14作者:海浪
打开SQL工具,右键点服务器,新建查询
输入:exec sp_configure 'user instances enabled', 1
再运行
Reconfigure