漂泊雪狼的博客

思考,讨论,分享C#,JavaScript,.NET,Oracle,SQL Server……技术

导航

2016年6月12日

摘要: --drop table #dbfiles --deallocate cursor1 ------ declare cursor1 cursor for SELECT name from sys.databases where state=0 -- 临时表 www.2cto.com CREATE TABLE #dbfiles ( dbname nvarchar(1... 阅读全文

posted @ 2016-06-12 11:24 漂泊雪狼 阅读(602) 评论(0) 推荐(0) 编辑