CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: DB size

Threaded View

  1. #2
    Join Date
    Feb 2005
    Location
    Denmark
    Posts
    742

    Re: DB size

    If you use SQL Server, look at the properties for your table and/or your database and view the storage value.

    According to MSDN the storage size is the actual length of data entered + 2 bytes (for SQL Server) for a varchar datatype
    Last edited by Alsvha; August 31st, 2009 at 09:17 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured