Koozali.org: home of the SME Server

MS Sql on SME Server.

Offline tropicalview

  • *****
  • 196
  • +0/-0
    • http://www.tropicalview.net
MS Sql on SME Server.
« on: September 18, 2007, 04:14:04 PM »
Hi everyone.

Is it possible to get a program using an MS sql server running on the SME server?
is there any MS SQL simulator avaiable on Linux?


Kind regards,

Hendrik
The sky is not the limit, But when I reach the sky, for sure I will not try to go to the limit.... (donated $25,- upto now)

Offline tropicalview

  • *****
  • 196
  • +0/-0
    • http://www.tropicalview.net
Re: MS Sql on SME Server.
« Reply #1 on: September 18, 2007, 07:09:01 PM »
Does anybody know an english version of this:
http://forums.contribs.org/index.php?topic=34829.0
it seems they have the solution...

The sky is not the limit, But when I reach the sky, for sure I will not try to go to the limit.... (donated $25,- upto now)

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: MS Sql on SME Server.
« Reply #2 on: September 18, 2007, 08:20:06 PM »
Hi everyone.

Is it possible to get a program using an MS sql server running on the SME server?
is there any MS SQL simulator avaiable on Linux?
It is possible to run any MS program on a linux machine as the architecture and associated function libraries differ day and night. Perhaps you can run it in a windows emulator like WINE, but you do not want to install this on a SME Server as this will probably give lots of security and configuration woes.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: MS Sql on SME Server.
« Reply #3 on: September 18, 2007, 08:23:04 PM »
Does anybody know an english version of this:
http://forums.contribs.org/index.php?topic=34829.0
it seems they have the solution...
Nope, I do not speak Italian but the FreeTDS library is a library which makes it possible from linux machines to communicate with a MS SQL database server, it does not make it possible to run one on SME Server.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline p-jones

  • *
  • 594
  • +0/-0
Re: MS Sql on SME Server.
« Reply #4 on: September 20, 2007, 09:57:02 AM »
tropicalview

When you refer to MS SQL are you refering to the full product or MSDE/SQLExpress ?

I have an application requiring MSDE. I have built a test box V7.2), installed VMWare as per the wiki then put XP Pro and MSDE and the application database on it.

Currently testing with two users and results are looking REAL good for both the SQL and the SME functions on the same box. The box is nothing too flash, 2.4GHz P4 , 2Gb RAM and  an 80Gb HDD. I know MS licences are involved but not another server box.

If this continues to stacks up as it has, I will almost certainly port it to a better box with heaps more RAM

I did a mountain of searching and reading and came to the conclusion this was really the only safe way of approaching the situation. I guess it is intentional that MS have a lot of proprietary features incorporated into their SQL systems, making licences inevitable.
...

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: MS Sql on SME Server.
« Reply #5 on: September 20, 2007, 10:15:26 AM »
Hi everyone.

Is it possible to get a program using an MS sql server running on the SME server?
is there any MS SQL simulator avaiable on Linux?


Kind regards,

Hendrik

try to explain your problem, not the solution :-)

I mean: why do you wish to install ms sql server on sme? do you really need ms sql?

Ciao

Stefano

Offline tropicalview

  • *****
  • 196
  • +0/-0
    • http://www.tropicalview.net
Re: MS Sql on SME Server.
« Reply #6 on: September 20, 2007, 02:35:23 PM »
Hi nenonano,

Indeed I would like to run the MS SQL service on the SME box.

Why? In our organization we have 2 networks, one for students and one for the administration.

The student network changed from ms windows server to SME Server. and the result is just great.
so we would like to put the other one also on SME.

The problem is that they have a program running with a MS Sql database.
I'm not sure if that one can change to the mysql, but if not i have to search an other way to get MS windows out....


The sky is not the limit, But when I reach the sky, for sure I will not try to go to the limit.... (donated $25,- upto now)

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: MS Sql on SME Server.
« Reply #7 on: September 20, 2007, 02:44:56 PM »

The problem is that they have a program running with a MS Sql database.
I'm not sure if that one can change to the mysql, but if not i have to search an other way to get MS windows out....


try to ask the developer if it can be migrated to mysql/postgres..

if not, there's no solution..

my 2c

ciao
Stefano

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: MS Sql on SME Server.
« Reply #8 on: September 20, 2007, 03:43:27 PM »
The problem is that they have a program running with a MS Sql database.
I'm not sure if that one can change to the mysql, but if not i have to search an other way to get MS windows out....
What is the problem with a separate MS SQL server in the network apart from license fees?
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)