2 GB for each db and 5 db for each instance
anonymous_at_discussions.microsoft.com
Date: 04/08/04
- Next message: anonymous_at_discussions.microsoft.com: "switch to IDENTITY column"
- Previous message: Jim Young: "Re: switch to IDENTITY column"
- Next in thread: Alan Brewer [MSFT]: "Re: 2 GB for each db and 5 db for each instance"
- Reply: Alan Brewer [MSFT]: "Re: 2 GB for each db and 5 db for each instance"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 8 Apr 2004 14:27:50 -0700
I read the following msg in a previous post:
"Each database MSDE manages can access up to 2GB. 5
databases in an instance = 5 x 2 = 10GB Each system can
host up to 16 instances."
I thought I can create as many database as I need to
overcome the 2 GB limit and didn't know there's a 5
database limit.
However I did a little experiment and created 8 databases
use the statement like the following:
create database db1
go
create database db2
go
.
.
.
the default size is only 0.63 MB for each db. It seems I
can create more if I want. Can anyone give additional info
on the 5 db limit?
Thanks.
- Next message: anonymous_at_discussions.microsoft.com: "switch to IDENTITY column"
- Previous message: Jim Young: "Re: switch to IDENTITY column"
- Next in thread: Alan Brewer [MSFT]: "Re: 2 GB for each db and 5 db for each instance"
- Reply: Alan Brewer [MSFT]: "Re: 2 GB for each db and 5 db for each instance"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|