YAFLogo

parkerseal
  • parkerseal
  • 65% (Friendly)
  • YAF Camper Topic Starter
7 years ago
Just in case there's anyone else still using SQL 2005 (must have a word with my ISP!):

The 2.2.2.0 upgrade procedure errors in upgrade/mssql/procedures.sql on the line
    declare @Posted datetime = (select Posted from ...
SQL 2005 doesn't support this "declare and initialise" syntax, so it needs to be changed to:
    declare @Posted datetime
    set @Posted = (select Posted from ...
Sponsor

YAF Logo Copyright © YetAnotherForum.NET & Ingo Herbote. All rights reserved
About Us

The YAF.NET is an open source .NET forum project. YAF.NET is supported by an team of international developers who are build community by building community software.

Powered by Resharper Donate with PayPal button