Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Topic Tags: no tags for this item
jeffcodswallops
#1 Posted : Saturday, April 28, 2012 6:22:49 AM(UTC)


Rank: Greenhorn

Joined: 4/27/2012(UTC)
Posts: 1

Was thanked: 1 time(s) in 1 post(s)
Not really a bug, but it looks like a few incompatibilities have infiltrated the code since Dave posted about it here: http://sueetie.com/forum...on-SQL-Server-2005.aspx

Platform: w2k8 R2 running IIS7.5 and w2k3 x86 running SQL Server 2005 Enterprise (both serve as my test environment for a client, and it may well be over a year before they go to SQL 2012 – they won’t be using SQL 2008).

In the install procedure sueetie_4.0.0_procedures.sql, at lines 243, 728 and 5466…

243: declare @ExistingPostID uniqueidentifier = null

728: declare @ExistingCommentID uniqueidentifier = null

5466: declare @IsRestricted bit = 0

All should be two statements, for EG:

243: declare @ExistingPostID uniqueidentifier
244: select @ExistingPostID = null

729: declare @ExistingCommentID uniqueidentifier
730: select @ExistingCommentID = null

5468: declare @IsRestricted bit
5469: select @IsRestricted = 0

otherwise SQL 2005 throws an exception, and the install crashes.

Can these be fixed for future downloaders? It’s not a huge change, but will assist those of us that cannot easily upgrade beyond SQL 2005. For newbies this could take hours to fix & possibly drive them away.
 1 user thanked jeffcodswallops for this useful post.
Dave Burke on 4/28/2012(UTC)
Dave Burke
#2 Posted : Saturday, April 28, 2012 6:50:35 AM(UTC)


Rank: Administration

Joined: 12/7/2008(UTC)
Posts: 1,263
Man
United States

Thanks: 36 times
Was thanked: 69 time(s) in 68 post(s)
Jeff,

Thanks for this. It will be harder over time to accommodate SQL2005, since we'll probably be moving to SQL2012 yet this year. Fortunately the issues at this point are minor as you point out. I won't apply the changes to the current release, but I have added it to the v4.1 To-Do Specifics List on noted it on the Installation Requirements list.

-Dave
Rss Feed  Atom Feed
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF 1.9.6.1 | YAF © 2003-2013, Yet Another Forum.NET
This page was generated in 0.107 seconds.
Follow Sueetie on Twitter
Copyright © 2008-2012 Sueetie LLC. All rights reserved.