Re: 2G limit in MSDE
- From: "William \(Bill\) Vaughn" <billvaRemoveThis@xxxxxxxxxx>
- Date: Mon, 5 Mar 2007 09:30:57 -0800
Ah, what are you storing in the database? Don't tell me... let me guess....
ah... it's coming to me...
PICTURES! I got it right?...No? Documents?
These are BLOBs. If you want to save space, don't store the BLOBs in the
database--put them on CDs (if they are RO) or on other drives and put the
path and attributes in the database. File IO can far faster (6 to 10x) than
SQL query IO. Yes, it would require a change in your code, but it's not that
much trouble...
hth
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
"Simon" <Simon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FA3B4343-37BD-4B74-8EF4-EFFA21EC7B66@xxxxxxxxxxxxxxxx
I am aware that there is a 2G limit in MSDE. However in some of our
production databases we are running out of space. There is a long term
plan
to upgrade to SQL2005 to double the space available to us. However in the
short term is there a quick way to have more space available ?
I could create a second database and then link a table / view back to the
original for example. Or would I be able to create a second filegroup
which
would have another 2 G ?
Any ideas ?
Si
.
- Prev by Date: Re: How is the 4 GB limit of SQL server express calculated
- Next by Date: Installing MSDE SP4 on a PC with BlackBerry 4.1 installed
- Previous by thread: Re: How is the 4 GB limit of SQL server express calculated
- Next by thread: Installing MSDE SP4 on a PC with BlackBerry 4.1 installed
- Index(es):
Relevant Pages
|
Loading