{"id":2942,"date":"2013-11-28T02:39:19","date_gmt":"2013-11-28T02:39:19","guid":{"rendered":"http:\/\/enjoyasp.net\/?p=2942"},"modified":"2013-11-28T02:39:19","modified_gmt":"2013-11-28T02:39:19","slug":"%e6%9f%a5%e8%af%a2%e6%9c%89%e8%87%aa%e5%a2%9e%e9%95%bf%e5%88%97%e7%9a%84%e8%a1%a8%e5%8f%8a%e7%9b%ae%e5%89%8d%e8%87%aa%e5%a2%9e%e9%95%bf%e5%80%bc","status":"publish","type":"post","link":"https:\/\/enjoyasp.net\/index.php\/2013\/11\/28\/%e6%9f%a5%e8%af%a2%e6%9c%89%e8%87%aa%e5%a2%9e%e9%95%bf%e5%88%97%e7%9a%84%e8%a1%a8%e5%8f%8a%e7%9b%ae%e5%89%8d%e8%87%aa%e5%a2%9e%e9%95%bf%e5%80%bc\/","title":{"rendered":"\u67e5\u8be2\u6709\u81ea\u589e\u957f\u5217\u7684\u8868\u53ca\u76ee\u524d\u81ea\u589e\u957f\u503c"},"content":{"rendered":"<pre class=\"brush:sql;first-line:1;pad-line-numbers:true;highlight:null;collapse:false;\">\r\nSelect  Object_Name(id.object_id) As [table_name]\r\n    , id.name As [column_name]\r\n    , t.name As [data_type]\r\n\t,seed_value\r\n\t,increment_value\r\n    , Cast(id.last_value As bigint) As [last_value]\r\n    , Case \r\n        When t.name = &#39;tinyint&#39;   Then 255 \r\n        When t.name = &#39;smallint&#39;  Then 32767 \r\n        When t.name = &#39;int&#39;       Then 2147483647 \r\n        When t.name = &#39;bigint&#39;    Then 9223372036854775807\r\n        End As [max_value]\r\nFrom sys.identity_columns As id\r\nJoin sys.types As t\r\n    On id.system_type_id = t.system_type_id\r\nWhere id.last_value Is Not NULL\r\nORDER BY last_value DESC\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Select Object_Name(id.object_id) As [table_name] , id.n [&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-2942","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\/2942","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=2942"}],"version-history":[{"count":0,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/2942\/revisions"}],"wp:attachment":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/media?parent=2942"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/categories?post=2942"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/tags?post=2942"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}