Delete data from a SQL Server database on a full partition
Posted
by
aleroot
on Server Fault
See other posts from Server Fault
or by aleroot
Published on 2012-11-19T10:31:37Z
Indexed on
2012/11/19
11:11 UTC
Read the original article
Hit count: 246
sql-server-2005
|sql
I have a SQL Server 2005 Database on a dedicated partition, during the time the database grown and now it have occupied all the space on the partition, now the problem is that the only operation I can do on the database is detach, but i want to remove old data from some tables to save space ...
How can I remove old data from the database if SQL Server interface doesn't allow to run queries on it ?
© Server Fault or respective owner