会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Sunnier
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
SqlServer
SqlServer存储过程详解
摘要:SqlServer存储过程详解1.创建存储过程的基本语法模板:if (exists (select * from sys.objects where name = 'pro_name')) drop proc pro_namegocreate proc pro_name @param_n...
阅读全文
posted @
2015-04-02 13:51
Sunnier
阅读(68142)
评论(2)
推荐(2)
编辑
公告