Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
satish.gorijala
Posting Yak Master
182 Posts |
|
Carat
Yak Posting Veteran
92 Posts |
Posted - 2009-01-22 : 06:30:25
|
SQL Server is probably busy to rollback your transaction. When this is done you can proceed.I think its better to take a close look at your tables:- Do you have indexes on your tables?- Have you rebuild/reorganized your indexes?- Have you updated the statistics?- When you have the SQL Server Enterprise Edition you can use Partitioning to partition your tables, this will make it more manageable. |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-01-22 : 11:56:19
|
You can't shrink like that in middle of operation. There are thousands of posts here saying shrinking is bad for database performance.Search for it. |
 |
|
|
|
|