随笔分类 -  SQL技术篇

摘要:/* 批量生成随机的字符串 */ --如果在已知数据库中存在GetRandStr这个存储过程,则删除(为了方便反复执行这段代码) if exists(select * from sys.objects where name='GetRandStr' and type='P') drop proc G 阅读全文
posted @ 2016-09-01 13:44 *旧日时光*霖* 阅读(1868) 评论(0) 推荐(0)