{"id":661,"date":"2010-10-01T08:41:06","date_gmt":"2010-10-01T08:41:06","guid":{"rendered":"http:\/\/enjoyasp.net\/?p=661"},"modified":"2010-10-01T08:41:06","modified_gmt":"2010-10-01T08:41:06","slug":"%e5%af%b9%e6%95%b0%e6%8d%ae%e5%ba%93%e6%89%80%e6%9c%89%e8%a1%a8%e8%bf%9b%e8%a1%8c%e6%93%8d%e4%bd%9c","status":"publish","type":"post","link":"https:\/\/enjoyasp.net\/index.php\/2010\/10\/01\/%e5%af%b9%e6%95%b0%e6%8d%ae%e5%ba%93%e6%89%80%e6%9c%89%e8%a1%a8%e8%bf%9b%e8%a1%8c%e6%93%8d%e4%bd%9c\/","title":{"rendered":"\u5bf9\u6570\u636e\u5e93\u6240\u6709\u8868\u8fdb\u884c\u64cd\u4f5c"},"content":{"rendered":"<pre lang=\"tsql\">\r\nDECLARE p CURSOR for\r\nSELECT name FROM sys.tables t\r\nWHERE t.[type] = 'U' AND CHARINDEX('SYS',t.name) =0\r\nORDER BY t.name\r\nOPEN p\r\nDECLARE @tablename VARCHAR(50)\r\nDECLARE @sql VARCHAR(max)\r\nSET @sql= ''\r\nFETCH NEXT FROM p INTO @tablename \r\nWHILE @@FETCH_STATUS =0\r\nBEGIN \r\n    PRINT 'TRUNCATE TABLE ' + @tablename\r\n    FETCH NEXT FROM p INTO @tablename \r\nEND\r\nCLOSE p\r\nDEALLOCATE p\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>DECLARE p CURSOR for SELECT name FROM sys.tables t WHER [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36],"tags":[],"class_list":["post-661","post","type-post","status-publish","format-standard","hentry","category-sql-server"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/661","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/comments?post=661"}],"version-history":[{"count":0,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/661\/revisions"}],"wp:attachment":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/media?parent=661"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/categories?post=661"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/tags?post=661"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}