引用连接:
1、SQL server存储过程创建与使用----http://blog.csdn.net/miniduhua/article/details/52102176
2、SQLSERVER存储过程基本语法----http://www.cnblogs.com/chaoa/articles/3894311.html
3、SqlServer存储过程详解----http://www.cnblogs.com/sunniest/p/4386296.html
4、sqlserver存储过程学习(通俗易懂)----http://blog.csdn.net/wanlong360599336/article/details/52415420
5、sql server存储过程详细代码(超赞!)----https://wenku.baidu.com/view/c44c0149de80d4d8d15a4f62.html
6、sqlserver怎么创建存储过程----https://jingyan.baidu.com/article/380abd0a4122161d91192c60.html
7、 SQL Server基础之存储过程翻版 https://blog.csdn.net/xqhrs232/article/details/78286111
8 、SQL Server基础之存储过程原版 http://www.cnblogs.com/selene/p/4483612.html
9、 SQLSERVER存储过程基本语法 http://www.cnblogs.com/chaoa/articles/3894311.html
10 、借助Navicat Premium 建立 sql server 存储过程 https://blog.csdn.net/qq_31868147/article/details/81363178
变量的使用-声明,赋值,使用引用连接: 1,SQL Server中变量的声明和使用方法 https://www.cnblogs.com/wsn1203/p/5626810.html 2, sql server存储过程中SELECT 与 SET 对变量赋值的区别 https://www.cnblogs.com/xwgli/p/3463865.html 3,SqlServer中使用Select语句给变量赋值时要注意的一个问题 https://www.cnblogs.com/OpenCoder/p/5785108.html