Database SIZE

14/01/2007 - 18:21 por ch.adilaziz | Informe spam
hi,I always got space issues on my drives.I wants to know that how much
is the size of a database and how much space we have with in Database
(Both log and Mdf files) and how much it gonna be shrinked after
shriniking it.

Thanks,

Arman

Preguntas similare

Leer las respuestas

#1 Gustavo Larriera (MVP)
14/01/2007 - 23:48 | Informe spam
Hola ,

wrote:
hi,I always got space issues on my drives.I wants to know that how much
is the size of a database and how much space we have with in Database
(Both log and Mdf files) and how much it gonna be shrinked after
shriniking it.




Puedes usar el procedimiento almacenado sp_spaceused.

USE AdventureWorks;
GO
EXEC sp_spaceused @updateusage = N'TRUE';
GO


Gustavo Larriera, MVP
Solid Quality
MVP profile: http://aspnet2.com/mvp.ashx?GustavoLarriera
Blog: http://solidqualitylearning.com/blogs/glarriera/
Este mensaje se proporciona tal como es, sin garantías de ninguna clase
/ This message is provided "AS IS" with no warranties expressed or
implied, and confers no rights.
email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida