• Hi,

    you need find out, if any blocks occurred in your database

    use master

    select * from sysprocesses where open_tran<>0

    if any uncommitted transactions occurred in your database. blocks are created. Check it and fix

    it.

    With Regards

    Balaji.G