The size of the DB

From: Jose Martinez (jomapa01_at_hotmail.com)
Date: 08/29/03

  • Next message: Andrew J. Kelly: "Re: The size of the DB"
    Date: Fri, 29 Aug 2003 14:57:53 -0700
    
    

    Hi:

    Could any one tell me in wich system table (sysobjects,
    sysnames, etc) is stored the actual size of the Data Bases

    Regards


  • Next message: Andrew J. Kelly: "Re: The size of the DB"

    Relevant Pages

    • select object_id(object) returns null
      ... Im having a problem with some objects in some databases returning null when I use select object_id. ... The example below shows one table from sysobjects. ... Regards ... Carlos Souza ...
      (microsoft.public.sqlserver.server)
    • Re: Need help with a query...
      ... > from sysobjects o ... > Best Regards ... > Yanick Lefebvre ... > Please posts answers to the group so all can benefit ...
      (microsoft.public.sqlserver.programming)
    • Re: How to get table list from a db? Thanks!
      ... FROM sysobjects ... WHERE xtype = 'U' ... best Regards, ... Chandra ...
      (comp.databases.ms-sqlserver)
    • Re: Get List of Table names in database
      ... FROM sysobjects t1 ... INNER JOIN sysindexes t2 ... > Best Regards ...
      (microsoft.public.sqlserver.programming)