[手游项目4]-sql server数据库

关于网狐棋牌的数据库 https://blog.csdn.net/ljxfblog/article/details/23024855

网狐棋牌框架数据库相关说明 https://jingyan.baidu.com/article/3ea51489a3a9f952e61bbac7.html

网狐棋牌框架线上环境部署 https://jingyan.baidu.com/article/6f2f55a14094eeb5b93e6ce8.html

网狐架构及代码讲解 https://blog.csdn.net/u010097616/article/details/70054346

网狐棋牌服务器概要设计+平台详细架构文档 https://download.csdn.net/download/zhangjiyanjingxiong/8123889

mysql和SqlServer 在存储过程写法上的区别 https://www.cnblogs.com/menglin/p/8846817.html 

SQLSERVER存储过程基本语法 https://www.cnblogs.com/chaoa/articles/3894311.html

sqlserver存储过程入门例子加讲解 https://wenku.baidu.com/view/1848c67da26925c52cc5bff2.html

SQL Server 2012 下载与安装 https://blog.csdn.net/qq_34322002/article/details/82806962

配置SQL Server Management Studio https://jingyan.baidu.com/article/5225f26badf6f5e6fb09087b.html

如何安装SQL Server2017并且用Management Studio打开 https://blog.csdn.net/qq_41903105/article/details/83994822

SQL Server Management Studio管理数据库基础 https://jingyan.baidu.com/article/6b97984df6a4501ca2b0bff9.html

修改SQLServer的sa密码 https://blog.csdn.net/qq_33412610/article/details/75305693

SQL Server数据库的默认端口号 http://database.51cto.com/art/201006/206353.htm

SQL Server学习之路(一):建立数据库、建立表 https://www.cnblogs.com/PyLearn/p/7624023.html

启动 SQL Server 导入和导出向导 https://docs.microsoft.com/zh-cn/sql/integration-services/import-export-data/start-the-sql-server-import-and-export-wizard?view=sql-server-2017

详细实例全面解析SQL存储过程 https://www.w3cschool.cn/sql/sql-storage.html

数据导入
数据库有mdf文件和bak文件
mdf用 右键数据库,附加添加
bak用 右键数据库还原数据库,设备选择文件,添加 确定

SQL Server如何查看一个数据库里的存储过程?
点开数据库后, 里面有个Programmability, 点开后里面有个 Stored Procedures , 无论是系统存储过程还是你自己的存储过程都在这个里面
要看具体内容的话, 在那个存储过程上点右键, 选择编辑即可(中文版的话是在"可编程性"->"存储过程"下面)

安装流程

需要先安装JDK_1.8.0_64bit.ex 依赖环境

再安装cn_sql_server_2016_enterprise_x64_dvd_8699450

最后安装SSMS-Setup-CHS_2016.exe 用来导入导出数据的

原文地址:https://www.cnblogs.com/byfei/p/14104165.html