database size not changed
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi.i try delete all data in my database but database size not change.why? please help me to resize my database.
Hi, databases don't simply grow and shrink as you add or remove data; they will grow in rather large steps, and typically they only shrink when you give a command to compress the database; this reorganizes the entire data storage and may take a while. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.