{"id":2946,"date":"2013-12-06T21:35:37","date_gmt":"2013-12-06T21:35:37","guid":{"rendered":"http:\/\/enjoyasp.net\/?p=2946"},"modified":"2013-12-06T21:35:37","modified_gmt":"2013-12-06T21:35:37","slug":"%e6%a3%80%e6%9f%a5%e8%b6%85%e8%bf%877%e5%a4%a9%e6%9c%aa%e5%a4%87%e4%bb%bd%e7%9a%84db","status":"publish","type":"post","link":"https:\/\/enjoyasp.net\/index.php\/2013\/12\/06\/%e6%a3%80%e6%9f%a5%e8%b6%85%e8%bf%877%e5%a4%a9%e6%9c%aa%e5%a4%87%e4%bb%bd%e7%9a%84db\/","title":{"rendered":"\u68c0\u67e5\u8d85\u8fc77\u5929\u672a\u5907\u4efd\u7684db"},"content":{"rendered":"<pre class=\"brush:sql;first-line:1;pad-line-numbers:true;highlight:null;collapse:false;\">\r\nSELECT  \r\ndbs.[name] AS DatabaseName \r\nFROM    master.sys.databases dbs\r\nwhere dbs.database_id &lt;&gt; 2  \r\nAND dbs.[name] NOT IN\t\t\r\n\t(\tSELECT \r\n\t\tbus.database_name as &#39;name&#39;\r\n\t\tFROM msdb.dbo.backupset bus\r\n\t\tINNER JOIN msdb.dbo.backupmediafamily bume ON bus.media_set_id = bume.media_set_id\r\n\t\tWHERE \r\n\t\tdbs.database_id &lt;&gt; 2 \r\n\t\tAND dbs.is_in_standby = 0 \r\n\t\tAND dbs.source_database_id IS NULL \r\n\t\tAND dbs.[state] &lt;&gt; 1 \r\n\t\tAND bus.backup_finish_date &gt;= DATEADD(d, -7, GETDATE())\r\n\t\r\n\t)\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>SELECT dbs.[name] AS DatabaseName FROM master.sys.datab [&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-2946","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\/2946","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=2946"}],"version-history":[{"count":0,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/2946\/revisions"}],"wp:attachment":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/media?parent=2946"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/categories?post=2946"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/tags?post=2946"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}