TheBugSlayer
Programmer
Hello all. Someone might have asked this already but I can't find a related thread.
My problem is a DB that is a little over 500Gb in size. It did not be to be in Full Recovery mode so I changed it to Single Recovery mode and reclaimed most of the space the log file was using.
Now, I dropped three BLOB column from a table and I need that space to be available to the OS. So far I have tried CLEANTABLE, reindexing and shrinking the files. Still no reduction if data file size. Shrinking ran for hours last night. Currently I am reducing the Initial DB Size and it's been running for the past hour.
My question to you is: WHAT IS THE MOST EFFECTIVE WAY OF RECOVERING SPACE AFTER DROPPING COLUMNS FROM A TABLE?. I would very much appreciate if you could provide tips for each recovery model.
Thank you in advance!
MCP SQL Server 2000, MCTS SQL Server 2005, MCTS SQL Server 2008 (DBD, DBA), Training HOTT cert SQL Server 2012 Business Intelligence (SSIS, SSAS).
My problem is a DB that is a little over 500Gb in size. It did not be to be in Full Recovery mode so I changed it to Single Recovery mode and reclaimed most of the space the log file was using.
Now, I dropped three BLOB column from a table and I need that space to be available to the OS. So far I have tried CLEANTABLE, reindexing and shrinking the files. Still no reduction if data file size. Shrinking ran for hours last night. Currently I am reducing the Initial DB Size and it's been running for the past hour.
My question to you is: WHAT IS THE MOST EFFECTIVE WAY OF RECOVERING SPACE AFTER DROPPING COLUMNS FROM A TABLE?. I would very much appreciate if you could provide tips for each recovery model.
Thank you in advance!
MCP SQL Server 2000, MCTS SQL Server 2005, MCTS SQL Server 2008 (DBD, DBA), Training HOTT cert SQL Server 2012 Business Intelligence (SSIS, SSAS).