批量整理查看SQL代理计划创建的日志数据库表名
SQL
select 'drop table '+name+';' from sys.tables where name like 'tbls_LogGPInOut2012%'
Code
批量整理查看SQL代理计划创建的日志数据库表名
select 'drop table '+name+';' from sys.tables where name like 'tbls_LogGPInOut2012%'
Code
本文标题:《批量查询删除SQL数据库》作者:admin
原文链接:https://ganda.run/post/5.html
特别注明外均为原创,转载请注明。
扫描二维码
可在微信查看或分享至朋友圈。
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。