Re: How to add FILEGROUP?
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 08/17/04
- Next message: Tibor Karaszi: "Re: Select records with Date Time Field"
- Previous message: sachin soni: "clear mcse,ccna any other it exams with 100% passing gaurantee"
- In reply to: Sam: "Re: How to add FILEGROUP?"
- Next in thread: Sam: "Re: How to add FILEGROUP?"
- Reply: Sam: "Re: How to add FILEGROUP?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 17 Aug 2004 08:37:09 +0200
> I'm using SQL Server 2000 Standard Edition.
Judging by that error messages, you are indeed running MSDE. Can you post back the result from:
SELECT @@VERSION
SE support 32TB per database file, and sum of about 1,000,000 TB totally for the db.
Your solution is not creating more files or filegroups. It is elsewhere.
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ "Sam" <cybersam88@hotmail.com> wrote in message news:elcPylBhEHA.3320@TK2MSFTNGP11.phx.gbl... > I'm using SQL Server 2000 Standard Edition. > > I just wonder whether it's really license issue or database per filegroup > issue? > > If license issue, then how much SQL Server 2000 Standard Edition could cater > max size of database? > > If filegroup, I had been created some which each one max size is 2GB? > > Please advise. > > > "Andrew J. Kelly" <sqlmvpnooospam@shadhawk.com> wrote in message > news:O90W85$gEHA.632@TK2MSFTNGP12.phx.gbl... > > You must be using MSDE which has a 2GB per db so it doesn't matter how > > many > > files or filegroups you have. You need to upgrade to a licensed version > > to > > go above 2GB per DB. > > > > -- > > Andrew J. Kelly SQL MVP > > > > > > "Sam" <cybersam88@hotmail.com> wrote in message > > news:%231E19P$gEHA.3016@tk2msftngp13.phx.gbl... > >> Error Message > >> --------------- > >> CREATE / ALTER DATABASE failed because the resulting cumulative database > >> size would exceed your licensed limit of 2048 MB per database. > >> > >> Error 1105 Severity 17 State 2 > >> Could not allocate space for object 'INVENTORY_OUT' in database > > 'INVENTORY' > >> because the 'PRIMARY' filegroup is full. > >> > >> Inquiry > >> ------- > >> How to add SECONDARY filegroup into this database so that it will not > > exceed > >> the licensing limit? > >> > >> Please advise. > >> > >> > >> > >> > >> > > > > > >
- Next message: Tibor Karaszi: "Re: Select records with Date Time Field"
- Previous message: sachin soni: "clear mcse,ccna any other it exams with 100% passing gaurantee"
- In reply to: Sam: "Re: How to add FILEGROUP?"
- Next in thread: Sam: "Re: How to add FILEGROUP?"
- Reply: Sam: "Re: How to add FILEGROUP?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading