Windows使用命令行开启允许sql server远程连接 发表评论 Windows使用命令行开启允许sql server远程连接: EXEC sys.sp_configure N'remote access', N'1' GO RECONFIGURE WITH OVERRIDE GO