Hello,world!

Fork me on CSDN

你这是virus吧?

谁在我的vps上跑了这个?我的备份终于起一定作用了。

GO
declare @sql varchar(8000)
while (select count(*) from sysobjects where type='U')>0
begin
SELECT @sql='drop table ' + name
FROM sysobjects
WHERE (type = 'U')
ORDER BY 'drop table ' + name
exec(@sql) 
end

 

posted @ 2019-05-25 11:12  CodingPLus  阅读(101)  评论(0编辑  收藏  举报



Free website hit counter

Night,city.