12 2021 档案
发表于 2021-12-29 17:00阅读次数:55评论次数:0
摘要:请问能否检索所有存储过程中是否存在指定的关键字 select * from sysobjects o ,syscomments s where o.id = s.id and text like '%Key Word%'
阅读全文 »
发表于 2021-12-24 16:38阅读次数:51评论次数:0
摘要:SQL FORMAT() 函数
阅读全文 »
发表于 2021-12-13 16:24阅读次数:49评论次数:0
摘要:Windows 下 exe 服务注册到 service 服务中 添加服务 sc create "Service name" binpath="D:\vv_test.exe" start=auto 删除服务 sc delete "Service name" 开启服务 sc start "Service
阅读全文 »