• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

sqlserver upgrade sql-script

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the current 2.17 Release the upgrade-script for sqlserver was missing.

I changed the mysql-script so that it could be run against a SqlServer2005 ...

Here is my sqlserver (2005) specific upgrade script:


[originally posted on jforum.net by xplane]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We didn't list sql server as a "trully" suported database for JForum, so that's why there is no upgrade script. Is the SQL Server db running 100%?

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rafael Steil wrote:We didn't list sql server as a "trully" supported database for JForum, so that's why there is no upgrade script.



I know all that! Do You remember that I have already written several small articles on this subject? Since the early days of your developing of JForum 2.1.7 I have posted various small patches.

At the moment I use your official 2.1.7 release together with a SQLServer2005 DBMS.
It seems to function --- even the result-set-paging.
Till present only one more problem has appeared: The select of all articles owned by a certain forum-user probably contains one more SQL ... LIMIT statement, which has to translated to sqlserver-syntax. I am working on this ...

Rafael Steil wrote:Is the SQL Server db running 100%?



100% ? Hard to say! I will further observe this ...

[originally posted on jforum.net by xplane]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Meanwhile I have carried out further changes.

A summary of all changes is included in the following file:

(An adaptation of the files sqlserver_db_struct.sql and sqlserver_data_dump.sql will follow later ...)


[originally posted on jforum.net by xplane]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Awosome. I'll add them to the cvs.

Registered in Jira: http://www.jforum.net/jira/browse/JF-606

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is 2.1.7 release support mssql?
[originally posted on jforum.net by VVD]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

VVD wrote:Is 2.1.7 release support mssql?



Yes, take my changes/addons (see above) and it should work.

An adaptation of the files sqlserver_db_struct.sql and sqlserver_data_dump.sql will follow later ... Actually i didn't need them for the 2.1.7 update because we started already with a 2.1.6 release against mssqlserver ...

Watch this thread ...

[originally posted on jforum.net by xplane]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My current summary of all changes for SqlServer(2005)-support is included in the following zip-file:

(Note: I added the adaptation of the files sqlserver_db_struct.sql and sqlserver_data_dump.sql)


[originally posted on jforum.net by xplane]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Done.

http://www.jforum.net/jira/browse/JF-606

Rafael
[originally posted on jforum.net by Rafael Steil]
 
BWA HA HA HA HA HA HA! Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic