Home All Groups Group Topic Archive Search About
Author
9 Feb 2006 6:21 PM
Enric
dear all,

I'm looking for a system stored procedure which return me the total size of
a specific table. I don't remember at all.
regards,

Author
9 Feb 2006 6:29 PM
Aaron Bertrand [SQL Server MVP]
EXEC sp_spaceused 'tablename';


Show quoteHide quote
"Enric" <En***@discussions.microsoft.com> wrote in message
news:25932623-9B70-4EFB-A247-CCD8FDAF7CB4@microsoft.com...
> dear all,
>
> I'm looking for a system stored procedure which return me the total size
> of
> a specific table. I don't remember at all.
> regards,
Are all your drivers up to date? click for free checkup

Author
9 Feb 2006 7:04 PM
Enric
you were very useful

Show quoteHide quote
"Aaron Bertrand [SQL Server MVP]" wrote:

> EXEC sp_spaceused 'tablename';
>
>
> "Enric" <En***@discussions.microsoft.com> wrote in message
> news:25932623-9B70-4EFB-A247-CCD8FDAF7CB4@microsoft.com...
> > dear all,
> >
> > I'm looking for a system stored procedure which return me the total size
> > of
> > a specific table. I don't remember at all.
> > regards,
>
>
>

Bookmark and Share