最新活动:电脑PC端+手机端+微网站+自适应网页多模板选择-建站388元起价!!!
要源码
当前位置:主页 > 网站建设 > sqlserver 批量删除存储过程和批量修改存储过程的

sqlserver 批量删除存储过程和批量修改存储过程的

时间:2023-05-21 19:05:21 阅读: 文章分类: 网站建设 作者: 建站小能手

导读:1建站知识sqlserver 批量删除存储过程和批量修改存储过程的语句,需要的朋友可以参考下。建设网站公司网站建设教程。

建设网站公司网站建设教程修seo网站排名优化软件改:

复制代码 代码如下:

declare proccur cursor for select [name] from sysobjects where name like 'Foods_%' declare @procname varchar建设网站公司(100) declare @temp varchar(100) open proccur fetch next from proccur into @procname while(@@FETCH_STATUS = 0) begin set @temp='kcb_'+@procname EXEC SP_RENAME @procname,@temp print(@procname + '已被删除') fetch next from proccur in企业网站建设to @procname end close proccur deallocate proccur declare proccur cursor for select [name] from sysobjects where name like 'kcb%' declare @procname varchar(100) declare @temp varchar(100) declare @temp2 varchar(100) declare @temp3 varchar(100) open proccur fetch next from proccur into @procname while(@@FETCH_STATUS = 0) begin set @temp3= LEN(@procname) set @temp='kcb_' set @temp2=RIGHT(@procname,@temp3-3) set @temp+=@temp2 EXEC SP_RENAME @procname,@temp print(@procname + '已被修改') fetch next from proccur into @procname end close proccur deallocate proccur

删除:

复制代码 代码如下:

declare proccur cursor for select [name] from sysobjects where name like 'Users_%' declare @procname varchar(100) open proccur fetch next from proccur into @procname while(@@FETCH_STATUS = 0) begin exec('drop proc ' + @procname) print(@procname + '已被删除') fetch next from proccur into @procname end close proccur deallocate proccur

相关建设网站公司网站建设教程。

关键词标签: 批量 存储过程

声明: 本文由我的SEOUC技术文章主页发布于:2023-05-21 ,文章sqlserver 批量删除存储过程和批量修改存储过程的主要讲述批量,存储过程,sqlserver 批量删除存储过程和批量网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_3795.html

我的IDC 网站建设技术SEOUC.COM
专注网站建设,SEO优化,小程序设计制作搭建开发定制网站等,数千家网站定制开发案例,网站推广技术服务。
  • 5000+合作客服
  • 8年从业经验
  • 150+覆盖行业
  • 最新热门源码技术文章