Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in SQL Server only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
SQL Server
find the size of data base
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
samerendra
New Member
Join Date:
Jun 2007
Posts:
1
#1
find the size of data base
Jun 28 '07, 08:39 AM
Hi all
plz gives the exat query for finding size of database
Thanks
Samerendra Singh
srinit
New Member
Join Date:
Jun 2007
Posts:
43
#2
Jul 2 '07, 09:36 AM
Originally posted by
samerendra
Hi all
plz gives the exat query for finding size of database
Thanks
Samerendra Singh
Hi Samerendra Singh,
You can find the size of the data base by right clicking on the data base go to properties you can find the data base size
Comment
Post
Cancel
LakshmiAlagappan
New Member
Join Date:
Jul 2007
Posts:
5
#3
Jul 2 '07, 12:39 PM
Hi Samerendra,
hope this helps you
The following statement returns the file size of the system dbspace, in pages.
SELECT DB_EXTENDED_PRO PERTY( 'FileSize' );
if u want to check rightclick ur .db file inside sql win32 folder and chek for the size occupied.
Originally posted by
samerendra
Hi all
plz gives the exat query for finding size of database
Thanks
Samerendra Singh
Comment
Post
Cancel
LakshmiAlagappan
New Member
Join Date:
Jul 2007
Posts:
5
#4
Jul 2 '07, 12:41 PM
even if u need ur page size value to calculate this query will gice the page size allocated in bytes
SELECT DB_PROPERTY ( 'PageSize' );
Originally posted by
samerendra
Hi all
plz gives the exat query for finding size of database
Thanks
Samerendra Singh
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment