missing tempdb.dbo.ASPStateTempApplications table  [ 1069 views ]

Goal: to solve the missing tempdb.dbo.ASPStateTempApplications table problem

Just recreate this temp object with the following code snippet:

USE [ASPState]
GO

DECLARE	@return_value int

EXEC	@return_value = [dbo].[CreateTempTables]

SELECT	'Return Value' = @return_value

GO
#sidebar a { color:#fff; } #sidebar ul ul li { color: #DEF585; } #sidebar h2 { color: #fff; } #sidebar ul p, #sidebar ul select { color: #BEDDBE; } #backfly { background: url(images/golfBallWallPaper.jpg) left bottom fixed repeat-x #65a51d; }