Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
3 registered (bakerzdosen, Island Piper, Rick), 11 Guests and 22 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 08/24/07
Posts: 27
Top Posters (30 Days)
Ruben Rocha 177
Gizmo 110
Rick 109
Thelockman 80
driv 48
AllenAyres 35
Ian 33
ntdoc 27
Sirdude 23
ScriptKeeper 21
Latest Photos
My Home System
test photo gallery
Bernese Mountain Dogs
My Daimler
Dorado and shark
Page 1 of 2 1 2 >
Topic Options
Rate This Topic
#210884 - 04/29/08 02:32 PM MS Sql 2005 *****
ckelpin Offline
stranger

Registered: 01/29/08
Posts: 6
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?

Top
#210885 - 04/29/08 02:41 PM Re: MS Sql 2005 [Re: ckelpin]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12002
Loc: Portland, OR; USA
I believe that the only *officially supported* database is MySQL (which is cross platform)
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#210886 - 04/29/08 02:46 PM Re: MS Sql 2005 [Re: Gizmo]
ckelpin Offline
stranger

Registered: 01/29/08
Posts: 6
unofficially I just need to try and see if it works on test environment....thanks!

Top
#210890 - 04/29/08 03:19 PM Re: MS Sql 2005 [Re: ckelpin]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12002
Loc: Portland, OR; USA
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...
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#210891 - 04/29/08 03:20 PM Re: MS Sql 2005 [Re: Gizmo]
AllenAyres Moderator Offline

****

Registered: 12/29/03
Posts: 1639
Loc: Texas
Both were here yesterday smile
_________________________
- Allen
- ThreadsDev | PraiseCafe

Top
#210894 - 04/29/08 03:22 PM Re: MS Sql 2005 [Re: ckelpin]
AllenAyres Moderator Offline

****

Registered: 12/29/03
Posts: 1639
Loc: Texas
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

Top
#210900 - 04/29/08 03:27 PM Re: MS Sql 2005 [Re: AllenAyres]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12002
Loc: Portland, OR; USA
Originally Posted By: AllenAyres
Both were here yesterday smile
Score...
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#210954 - 04/30/08 02:01 PM Re: MS Sql 2005 [Re: Gizmo]
ntdoc Offline

***

Registered: 11/08/06
Posts: 3201
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.

Top
#210992 - 05/01/08 12:31 PM Re: MS Sql 2005 [Re: ntdoc]
Sirdude Offline

*****

Registered: 04/19/07
Posts: 2077
Loc: SoCal, USA
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:
_________________________


Top
#211029 - 05/01/08 05:24 PM Re: MS Sql 2005 [Re: Sirdude]
ntdoc Offline

***

Registered: 11/08/06
Posts: 3201
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.


.

Top
#211087 - 05/02/08 03:56 PM Re: MS Sql 2005 [Re: ntdoc]
David Dreezer Offline
Pooh-Bah
*****

Registered: 07/21/06
Posts: 1787
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....
_________________________
What do you mean "You're the bomb, run away?"

Top
#211099 - 05/02/08 07:04 PM Re: MS Sql 2005 [Re: David Dreezer]
Sirdude Offline

*****

Registered: 04/19/07
Posts: 2077
Loc: SoCal, USA
not built in, but it's a 1 liner to enable it in php.ini.
_________________________


Top
#217211 - 09/22/08 01:53 PM Re: MS Sql 2005 [Re: ckelpin]
Ruben Rocha Offline
enthusiast
***

Registered: 12/20/03
Posts: 293
Loc: Lutz,FL
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.
_________________________
I am not an expert.
I just use the stuff!!
At the very least post your forum URL in your profile.

Top
#217213 - 09/22/08 02:39 PM Re: MS Sql 2005 [Re: Ruben Rocha]
ntdoc Offline

***

Registered: 11/08/06
Posts: 3201
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.

Top
#217958 - 10/15/08 03:24 PM Re: MS Sql 2005 [Re: ntdoc]
Ruben Rocha Offline
enthusiast
***

Registered: 12/20/03
Posts: 293
Loc: Lutz,FL
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.
_________________________
I am not an expert.
I just use the stuff!!
At the very least post your forum URL in your profile.

Top
Page 1 of 2 1 2 >


Shout Box

Today's Birthdays
brushie, cass, Monte G., twebman, White Gold Wielder
Recent Topics </