会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
vvull
喜欢编程,更喜欢熬夜编程。(不熬啦!不熬啦!)
博客园
首页
新随笔
联系
管理
12 2021 档案
检索所有存储过程中存在指定的关键字
摘要:请问能否检索所有存储过程中是否存在指定的关键字 select * from sysobjects o ,syscomments s where o.id = s.id and text like '%Key Word%'
阅读全文
posted @
2021-12-29 17:00
vvull
阅读(59)
评论(0)
推荐(0)
SQL FORMAT() 函数
摘要:SQL FORMAT() 函数
阅读全文
posted @
2021-12-24 16:38
vvull
阅读(57)
评论(0)
推荐(0)
Windows 下 exe 服务注册到 service 服务中
摘要:Windows 下 exe 服务注册到 service 服务中 添加服务 sc create "Service name" binpath="D:\vv_test.exe" start=auto 删除服务 sc delete "Service name" 开启服务 sc start "Service
阅读全文
posted @
2021-12-13 16:24
vvull
阅读(53)
评论(0)
推荐(0)
公告