Viewing 3 posts - 1 through 3 (of 3 total)
PS that was for adammenkes first problem
September 9, 2014 at 3:44 am
#1744059
The problem is a subquery is being used but not aliased. It is when the variable @query is being defined
To fix it change to:
set @query = '
DECLARE @cols NVARCHAR(max)
SELECT...
September 9, 2014 at 3:42 am
#1744058
I also got a 404 from my Win Mobile 6.5 (HTC HD2) phone, and also "An error occurred" when just trying the /mobile page.
It let me log in though
January 5, 2011 at 2:45 am
#1269360