Thread: Can PostgreSQL reside on the same server as MSDE?
Any issues with running PostgreSQL on a Windows 2003 server that already has Microsoft SQL Server Desktop Engine? What about with MS SQL Server?
[email protected] wrote: > Any issues with running PostgreSQL on a Windows 2003 server that > already has Microsoft SQL Server Desktop Engine? What about with MS > SQL Server? It would be generally considered insane, but sure it will work ;) Sincerely, Joshua D. Drake > > > ---------------------------(end of broadcast)--------------------------- > TIP 6: explain analyze is your friend > -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 Providing the most comprehensive PostgreSQL solutions since 1997 http://www.commandprompt.com/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
[email protected] <[email protected]> schrieb: > Any issues with running PostgreSQL on a Windows 2003 server that > already has Microsoft SQL Server Desktop Engine? What about with MS > SQL Server? You can do this without problems. Andreas -- Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect. (Linus Torvalds) "If I was god, I would recompile penguin with --enable-fly." (unknow) Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°
[email protected] wrote: > Any issues with running PostgreSQL on a Windows 2003 server that > already has Microsoft SQL Server Desktop Engine? What about with MS > SQL Server? No issues on Windows XP, 2003 Server should be similar. -- P. J. "Josh" Rovero Sonalysts, Inc. Email: [email protected] www.sonalysts.com 215 Parkway North Work: (860)326-3671 or 442-4355 Waterford CT 06385 ***********************************************************************
Josh Rovero wrote: > [email protected] wrote: >> Any issues with running PostgreSQL on a Windows 2003 server that >> already has Microsoft SQL Server Desktop Engine? What about with MS >> SQL Server? > > No issues on Windows XP, 2003 Server should be similar. > Technically it could be done - the real question is what load do the 2 servers have and will that load be enough to slow each other down - such as fighting for disk access at the same time? -- Shane Ambler [email protected] Get Sheeky @ http://Sheeky.Biz
> [email protected] wrote: >> Any issues with running PostgreSQL on a Windows 2003 server that >> already has Microsoft SQL Server Desktop Engine? What about with MS >> SQL Server? > > No issues on Windows XP, 2003 Server should be similar. no issues on 2003 server either. just make sure you have enough ram for both database systems... - thomas