Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Syntax to find the used space and free space of the Data
file in a database(SQL Server). Following queries didn't
give the exact Used space and Free Space Information
sp_spaceused;DBCC showfilestats;exec
MyDbName.dbo.sp_spaceused;SP_HELPFILE

Can any one tell me the query for how to find the exact
used data file space and free space in a Data File?

Answer Posted / allah baksh

exec sp_spaceused [schema.tablename] this will give you
data file and the size available

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between the 2 operating modes of database mirroring?

1160


How to implement service broker?

1069


What is model database? : SQL Server Architecture

1188


How to create a view with data from multiple tables?

1061


What is use of except clause? How it differs from not in clause?

1061


What are the new scripting capabilities of ssms? : sql server management studio

1117


How to bind a view to the schema of the underlying tables?

1046


User wants only to display only pdf as export option in report manager. How to achieve this?

269


What are system databases in ms sql server?

1122


Define msdb database?

1075


Explain how dts is used to extract, transform and consolidate data?

1043


Are resultset updatable?

1006


What is open database communication (odbc)?

1112


How do use Having,Group by,Group function in SQL?

1787


What are the benefits of filtered indexes?

1095