Previous Thread
Next Thread
Print Thread
Hop To
#210884 04/29/2008 5:32 PM
Joined: Jan 2008
Posts: 13
stranger
stranger
Joined: Jan 2008
Posts: 13
just curious if UBBThreads (7.2.2) is compatible with a microsoft sql server 2005?

I just got this up and running on mysql and now management wants to use the sql software they purchased.

I assume the DB can be exported and the pathing updated in the config file to point to sql server?

ckelpin #210885 04/29/2008 5:41 PM
Joined: Jun 2006
Posts: 16,301
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,301
Likes: 116
I believe that the only *officially supported* database is MySQL (which is cross platform)


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Gizmo #210886 04/29/2008 5:46 PM
Joined: Jan 2008
Posts: 13
stranger
stranger
Joined: Jan 2008
Posts: 13
unofficially I just need to try and see if it works on test environment....thanks!

ckelpin #210890 04/29/2008 6:19 PM
Joined: Jun 2006
Posts: 16,301
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,301
Likes: 116
The best people to talk to are likely ntdoc and Sirdude; NT is a windows guru and SD is a db guru... Sadly both haven't been around as of late however...


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Gizmo #210891 04/29/2008 6:20 PM
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
Pooh-Bah
Joined: Dec 2003
Posts: 1,796
Both were here yesterday smile


- Allen
- ThreadsDev | PraiseCafe
ckelpin #210894 04/29/2008 6:22 PM
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
Pooh-Bah
Joined: Dec 2003
Posts: 1,796
Originally Posted by ckelpin
just curious if UBBThreads (7.2.2) is compatible with a microsoft sql server 2005?

I just got this up and running on mysql and now management wants to use the sql software they purchased.

I assume the DB can be exported and the pathing updated in the config file to point to sql server?


Well, let us know how it goes - I think it takes more than that to work with MS SQL Server, the least of which the mysql commands will need to be ported to MS SQL, eh?


- Allen
- ThreadsDev | PraiseCafe
AllenAyres #210900 04/29/2008 6:27 PM
Joined: Jun 2006
Posts: 16,301
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,301
Likes: 116
Originally Posted by AllenAyres
Both were here yesterday smile
Score...



I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Gizmo #210954 04/30/2008 5:01 PM
Joined: Nov 2006
Posts: 3,095
Likes: 1
Carpal Tunnel
Carpal Tunnel
Joined: Nov 2006
Posts: 3,095
Likes: 1
Allen is correct. Out of the box is will not work.

The strings, commands, and code in general are NOT compatible with SQL 2005

Could it be ported, YES - but that would be a LOT of work and testing that currently I don't see happening as SQL 2005 is not free like MySQL is which highly restricts the customer base.

ntdoc #210992 05/01/2008 3:31 PM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
assuming your DB doesn't exceed 2Gig, there is a free version of mssql out SQL express 2005.

works fine/lasts a long time..

only prob is that we are very tied to mysql-ish SQL, so there are definitely a lot of issues involved in making that work.

it's possible though -- essentially mysql.inc.php would have an equivalend mssql.inc.php (in libs)

then the offending queries would need attention and also possible some of the field types in the actual tables..

i know i ran a converter to just convert over the mysql to mssql and that succeeded a while back, but stopped there..

2c


SD #211029 05/01/2008 8:24 PM
Joined: Nov 2006
Posts: 3,095
Likes: 1
Carpal Tunnel
Carpal Tunnel
Joined: Nov 2006
Posts: 3,095
Likes: 1
Yes there is a FREE MS SQL Express but they seem to imply they have the full version and want to use that so that's why I said it would have a very small user base. Even with the FREE MS SQL Express I don't see that being a universal option either as it only runs on Windows.

Quote
management wants to use the sql software they purchased


SQL Server 2005 Express Edition

Quote
Free to download, free to redistribute, free to embed, and easy for new developers to use immediately, a simple but powerful development environment for building data-driven applications. Easily manage your database with SQL Server 2005 Management Studio Express.

Be warned though that you can not publish to other database models with this version.


.

ntdoc #211087 05/02/2008 6:56 PM
Joined: Jul 2006
Posts: 2,143
Pooh-Bah
Pooh-Bah
Joined: Jul 2006
Posts: 2,143
There is also the fact that you need to make sure your php build supports mssql or that you install the proper extensions. I haven't installed php on a MS server in years. For all I know it's built in....


This thread for sale. Click here! [Linked Image from navaho.infopop.cc]
David Dreezer #211099 05/02/2008 10:04 PM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
not built in, but it's a 1 liner to enable it in php.ini.

ckelpin #217211 09/22/2008 4:53 PM
Joined: Dec 2003
Posts: 6,566
Likes: 78
Joined: Dec 2003
Posts: 6,566
Likes: 78
Just curious if any resolution to this topic has happened. Using mssql 2005 in leau of mysql. The reason is my host provider provides 100mb of sql 2005 for free and each additional 100mb is a minor amount, but I have to pay for 50mb bites of mysql at $50.00 per year. They say it is due to the increased server load.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Ruben #217213 09/22/2008 5:39 PM
Joined: Nov 2006
Posts: 3,095
Likes: 1
Carpal Tunnel
Carpal Tunnel
Joined: Nov 2006
Posts: 3,095
Likes: 1
Originally Posted by Ruben Rocha
Just curious if any resolution to this topic has happened.

Hello Ruben,

There really is no resolution beyond what has already been said. The product is written to support MySQL not MS SQL for obvious reasons. If the tables turn in the future and Microsoft is offering a Free database that runs on both Linux and Windows and MySQL is not as attractive for one reason or another, then things might change, but I wouldn't count on it any time soon.

I can understand your reasons, but there just is not anywhere near enough demand for MS SQL vs MySQL and that is true for just about any Internet Database project not just UBBT.

What might be better for you is to find another Host provider that is more geared towards MySQL. There are thousands of host providers out there that I'm sure have better deals than what you're currently getting.

ntdoc #217958 10/15/2008 6:24 PM
Joined: Dec 2003
Posts: 6,566
Likes: 78
Joined: Dec 2003
Posts: 6,566
Likes: 78
Thanks btdoc for the reply. Yes there are lots of providers out there but my host has been the best out of three I have tried and I am not willing to change for this issue. I would rather pay a few dollars per year with what I have.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Version 7.7.5 Images suddenly not displaying
by Stovebolt - 05/04/2024 11:19 AM
Bots
by Outdoorking - 04/13/2024 5:08 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
Who's Online Now
2 members (Geoff, Ruben), 1,014 guests, and 181 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)