{"id":742,"date":"2014-11-23T13:23:48","date_gmt":"2014-11-23T13:23:48","guid":{"rendered":"http:\/\/blog.silverterra.net\/?p=742"},"modified":"2015-02-07T01:33:33","modified_gmt":"2015-02-07T01:33:33","slug":"missing-tempdb-dbo-aspstatetempapplications-table","status":"publish","type":"post","link":"https:\/\/blog.silverterra.net\/?p=742","title":{"rendered":"missing tempdb.dbo.ASPStateTempApplications table"},"content":{"rendered":"<blockquote><p>Goal: to solve the <strong>missing tempdb.dbo.ASPStateTempApplications table<\/strong> problem<\/p><\/blockquote>\n<p>Just recreate this temp object with the following code snippet:<\/p>\n<pre data-enlighter-language=\"sql\" class=\"EnlighterJSRAW\">\r\nUSE [ASPState]\r\nGO\r\n\r\nDECLARE\t@return_value int\r\n\r\nEXEC\t@return_value = [dbo].[CreateTempTables]\r\n\r\nSELECT\t'Return Value' = @return_value\r\n\r\nGO\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Goal: to solve the missing tempdb.dbo.ASPStateTempApplications table problem Just recreate this temp object with the following code snippet:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-742","post","type-post","status-publish","format-standard","hentry","category-mssql"],"_links":{"self":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/742","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=742"}],"version-history":[{"count":1,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/742\/revisions"}],"predecessor-version":[{"id":743,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/742\/revisions\/743"}],"wp:attachment":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=742"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=742"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}