dbTalk Databases Forums  

Re: Should "begin tran" hurt like this?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Re: Should "begin tran" hurt like this? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jxstern
 
Posts: n/a

Default Re: Should "begin tran" hurt like this? - 05-08-2006 , 01:19 PM






On Mon, 08 May 2006 11:07:26 +0200, "Steen Persson (DK)"
<spe (AT) REMOVEdatea (DOT) dk> wrote:
Quote:
Have you tried to use the NOLOCK hint in your NOT IN (SELECT .....)
part? I think that when you use BEGIN TRAN then it locks MYTABLE and
then your select statement will wait forever.
But it runs fine from QA.

Hmm, that defaults to read committed, but it doesn't lock out
self-made changes, never did before, anyway, and looks OK even now.

BUT, do packages run by default as read committed, when run under DTS?

Thanks.

Josh


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.