RE: multiple instances of MSDE
From: Ashish Ruparel [MSFT] (v-ashrup_at_online.microsoft.com)
Date: 04/27/04
- Previous message: cleo: "MSDE and Stored Procedure Code Management"
- In reply to: Rein Petersen: "multiple instances of MSDE"
- Next in thread: Rein Petersen: "Re: multiple instances of MSDE"
- Reply: Rein Petersen: "Re: multiple instances of MSDE"
- Reply: Francisco: "Re: multiple instances of MSDE"
- Reply: Ashish Ruparel [MSFT]: "RE: multiple instances of MSDE"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Apr 2004 04:37:44 GMT
Hi Rein,
Workload Governor in brief :
Like all versions of SQL Server 2000, SQL Server 2000 Personal Edition and
MSDE 2000 allow 32,767 connections to an instance of the database engine.
There is no limit for the number of connections that can be executing
operations at the same time. The only effect of the workload governor is
that it starts slowing down the database engine when more than eight
operations are actively running at the same time.
The following link has more information on Workload Governor.
http://msdn.microsoft.com/library/?url=/library/en-us/architec/8_ar_sa2_0ciq
asp
You can install multiple instance of MSDE, regardless of the number of
VS.NET license you have.
Ashish
This posting is provided "AS IS" with no warranties, and confers no rights.
- Previous message: cleo: "MSDE and Stored Procedure Code Management"
- In reply to: Rein Petersen: "multiple instances of MSDE"
- Next in thread: Rein Petersen: "Re: multiple instances of MSDE"
- Reply: Rein Petersen: "Re: multiple instances of MSDE"
- Reply: Francisco: "Re: multiple instances of MSDE"
- Reply: Ashish Ruparel [MSFT]: "RE: multiple instances of MSDE"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|