sql server - Database running out of space -


my database has 16mb of space left

i used truncate taught found these links advise against truncating

http://www.sqlskills.com/blogs/paul/why-you-should-not-shrink-your-data-files/

http://blog.sqlauthority.com/2011/01/19/sql-server-shrinking-database-is-bad-increases-fragmentation-reduces-performance/

is there else can on database reduce size other deleting table records? advise appreciated.

you should ways increase storage space long term solution. having 15mb left in database can lead corruption , database going offline.

if you’re on sql server 2008+ can try enable native data compression.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -