|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Enterprise Manager causes blocks?Hello,
can someone explain this behavior? If I make a select using the enterprise manager, I cause blocks in an table another tool is writing in. But if I use the query_analyzer no blocks happen. Does anyone know why? Regards Michael That's because Enterprise Manager holds locks open and Query Analyzer does
not. You should not use EM on a production database. -- Show quoteArnie Rowland* "To be successful, your heart must accompany your knowledge." "Michi" <Mi***@discussions.microsoft.com> wrote in message news:B3A51470-8CF9-4833-92A5-5BFA7391D694@microsoft.com... > Hello, > > can someone explain this behavior? > If I make a select using the enterprise manager, I cause blocks in an > table > another tool is writing in. But if I use the query_analyzer no blocks > happen. > > Does anyone know why? > > Regards > Michael |
|||||||||||||||||||||||