AW: SQL SERVER and IIS on the same machine?

2001-04-22 Thread cf-talk
Michael, I did that for years without a problem. Although if you have heavy traffic or/and less memory I wouldn't do it. Uwe -Ursprüngliche Nachricht- Von: Michael Lugassy [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 22. April 2001 11:40 An: CF-Talk Betreff: SQL SERVER and IIS

Re: SQL SERVER and IIS on the same machine?

2001-04-22 Thread Mark Woods
one of the sites I'm involved in serves about 8 million pages a month, well over half of them requiring a database connection (most of these will have more than one query) and the site runs on a dual processor pentium III with win2000 and SQL Server 7 - no problems. Just make sure you spend a

SQL SERVER and IIS on the same machine?

2001-04-22 Thread Michael Lugassy
Our hosting company told me they don't support SQL SERVER and IIS on the same NT machine. "Even Microsoft doesn't recommened it", they claim. What do you think? Money is always an issue... Thanks, -Michael. ~~ Structure your ColdFusion code

Re: SQL SERVER and IIS on the same machine?

2001-04-22 Thread Adrian Cooper
- Original Message - From: "Michael Lugassy" [EMAIL PROTECTED] Sent: Sunday, April 22, 2001 10:40 AM Our hosting company told me they don't support SQL SERVER and IIS on the same NT machine. "Even Microsoft doesn't recommened it", they claim. I seperate IIS and SQL Server 2000 as a

RE: SQL SERVER and IIS on the same machine?

2001-04-22 Thread Phil Ewington
a problem, however be aware that CPU usage is much higher on server with this configuration. HTH Phil. -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: 22 April 2001 10:40 To: CF-Talk Subject: SQL SERVER and IIS on the same machine? Our hosting company told me

Re: SQL SERVER and IIS on the same machine?

2001-04-22 Thread Michael Lugassy
Message - From: "Mark Woods" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, April 22, 2001 11:31 AM Subject: Re: SQL SERVER and IIS on the same machine? one of the sites I'm involved in serves about 8 million pages a month, well over half of them

Re: SQL SERVER and IIS on the same machine?

2001-04-22 Thread zac
Adrian Cooper wrote: Even redundancy isn't a reason to run two seperate servers, because if either of the servers and/or the ODBC/OLEDB connection across the network goes down, the entire site is down anyway. I believe that the separation is done to ensure data integrity when the web server

RE: SQL SERVER and IIS on the same machine?

2001-04-22 Thread Kelly Matthews
SERVER and IIS on the same machine? Our hosting company told me they don't support SQL SERVER and IIS on the same NT machine. "Even Microsoft doesn't recommened it", they claim. What do you think? Money is always an issue... Thanks,

Re: SQL SERVER and IIS on the same machine?

2001-04-22 Thread gunawan
I think the most important issue is "Security". If we put IIS and SQL Server on the same machine it could be a dissaster whenever your IIS is being hacked. By separating ISS and SQL Server we make difficult for hacker to exploit what ever we have. Mostly we use local ip address b

RE: SQL SERVER and IIS on the same machine?

2001-04-22 Thread Sicular, Alexander
AM To: CF-Talk Subject: SQL SERVER and IIS on the same machine? Our hosting company told me they don't support SQL SERVER and IIS on the same NT machine. "Even Microsoft doesn't recommened it", they claim. What do you think? Money is always an issue... Thanks,