Click here to Skip to main content
15,906,285 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
Hello Friends,

I have a Query regarding how to see the size of database and how it is changed.

Because I have face a error in my database that is

The primary filegroup is full.

Pls provide me a query for changing the size of database.
Posted

1 solution

About your first question :
To see the size of a Database in SQL Server 2005, Right click the database and click properties. In General Properties of databae - Size of database and space properties' values are available there.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900