Viewing 3 posts - 1 through 3 (of 3 total)
I wouldn't do it in production environment at all. I was having in mind staging environment when you do big db structural change using one transaction.
October 8, 2010 at 2:52 pm
#1234544
Yep, it's worst-case scenario but it's working.
And sorry I didn't see SSC Veteran reply.
October 8, 2010 at 9:05 am
#1234334
You can kill rollback only by doing that but you must have latest backup:
1. stop SQL engine
2. delete db and tlog files
3. start SQL engine
4. delete db
5. restore db
October 8, 2010 at 7:41 am
#1234260