Re: DB Space
From: Hari Prasad (hari_prasad_k_at_hotmail.com)
Date: 07/13/04
- Previous message: Aaron [SQL Server MVP]: "Re: T-SQL Question"
- In reply to: Niles: "DB Space"
- Next in thread: Niles: "Re: DB Space"
- Reply: Niles: "Re: DB Space"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Jul 2004 09:21:29 +0530
Hi,
Can you execute the below command to ghet the actual database size.
use dbname
go
sp_spaceused @updateusage='true'
-- Execute the above command when database have very less access. Because
the above command internally
execute DBCC UPDATEUSAGE on all the tables in the database with Shared
locks.
-- Thanks Hari MCDBA "Niles" <Niles@discussions.microsoft.com> wrote in message news:7957D013-1F3E-43D5-B28A-CF6FDBE1A455@microsoft.com... > I have an MSDE database that has reached 1880.06 MB and the Tlog is about 1MB. It shows 0 space left on the DB. What can I do to get some more space? Would shrinking the DB accoplish the goal? > > Thanks
- Previous message: Aaron [SQL Server MVP]: "Re: T-SQL Question"
- In reply to: Niles: "DB Space"
- Next in thread: Niles: "Re: DB Space"
- Reply: Niles: "Re: DB Space"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|