SQL Server Management Studio(SSMS) 连接SQL Server 数据库
1.安装SQL Server Management Studio(SSMS)
省略
2.连接
Server name: 127.0.0.1,2433 (serverip,port) server和port之间是逗号
Authentication:选择SQL Server Authentication
Login: user id
Password: password
3.以前连接都存在这儿