MSDE Database at 100%

I'm running a store with two registers. Database is MSDE and is showing to be at 955.00Mb. Usage shows to be at 100% Several times a day RMS runs VERY slow...so slow it can take 30 - 40 seconds to ring up a sale. I know that MSDE is limited to 2Gb so i'm not sure why i'm already at 100% and how to increase size....any help is appreciated.

Reply to
David
Loading thread data ...

By the sounds of it you have no free space in the database. You want 10% free and 90% used. If you are using Enterprise Manager you will want to optimize the database leaving 10% free.

I'm not sure the parameters used by the reindex feature in the Store Ops Admin program, but I would run it to see if that will give you that 10% growth space you need. (if you do not use Enterprise Manager)

Reply to
root

Reply to
Rick Brown

In SO Administrator, connect to the database (File/Connect) Open a new query Window (Query/New) Enter the following query: EXEC sp_helpfile Run the query (Query/Run) You should get two rows in the results of this query - the first one represents your data file, the second represents your log file. Check the "Size", "maxsize" and "growth" columns. If the Maxsize is "Unlimited", the file should automatically grow until the available drive space is full. The file will grow by the % listed in the "growth" column.

How much free space do you have on the data drive(according to Windows Explorer)? If the drive is getting full, there may not be enough space for the file to auto grow. This will usually present itself as a error telling you there is no room to write a transaction rather than reduced speed.

Do you have backups scheduled during the day, or is it possible that other users are running reports or using SO Manager to update items?

Reply to
Glenn Adams [MVP - Retail Mgmt]

Reply to
David

If these occasional slowdowns are hurting your business, you should get your reseller in to take a look. From what you've posted, I don't think that the basic SQL/MSDE setup is your problem, unless you are doing 100 MB worth of transactions per day ( the next time your DB autogrows, it's going to grow by 94MB...). More likely issues are unusual user activities during those times, like reports, searching customer or Item lists, or anything else that might pull a large block of data from the DB. You might want to check your disk for fragmentation though.

Reply to
Glenn Adams [MVP - Retail Mgmt]

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.