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/
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
Post a Comment