dbTalk Databases Forums  

DTS and Transactions

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


Discuss DTS and Transactions in the microsoft.public.sqlserver.dts forum.



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

Default DTS and Transactions - 07-21-2005 , 10:25 AM






Hi,

DTS and transactions seems to be an always recurring flaw in DTS.

Is there some HTML page around giving a quick overview of which transaction
parameters are allowed with different configurations, like SQL->Access or
SQL->same SQL?

Best would be some Pivot table, having configuration as X-axis and
transaction property as Y-axis.

TIA,
Axel Dahmen



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: DTS and Transactions - 07-21-2005 , 05:21 PM






In message <ek$q0hgjFHA.1372 (AT) TK2MSFTNGP10 (DOT) phx.gbl>, Axel Dahmen
<NO_SPAM (AT) NoOneKnows (DOT) invalid> writes
Quote:
Hi,

DTS and transactions seems to be an always recurring flaw in DTS.

Is there some HTML page around giving a quick overview of which transaction
parameters are allowed with different configurations, like SQL->Access or
SQL->same SQL?

Best would be some Pivot table, having configuration as X-axis and
transaction property as Y-axis.

TIA,
Axel Dahmen


Have you tried BOL, it has sections on supported tasks and connections-

(mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL% 20Server%20Books%20Onli
ne\1033\dtssql.chm::/dts_addf_tx_660j.htm)


--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



Reply With Quote
  #3  
Old   
Axel Dahmen
 
Posts: n/a

Default Re: DTS and Transactions - 07-21-2005 , 07:03 PM



Quote:
Have you tried BOL, it has sections on supported tasks and connections-
Thanks for trying to help me. Actually I have read and know *whole* BOL
about DTS. Unfortunately it doesn't say anything about transactions not
working on Access or on two connections coming from the same SQL server
instance. Neither does the page you gave.

These flaws have been confirmed in newsgroup discussions, not in BOL.

I thought someone might have waded through all possible configurations
(should be 16) and transaction parameters and has perhaps made a table from
it. It would help me a lot.

Axel Dahmen


-----------------
"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> schrieb im
Newsbeitrag news:2DAYq+D5$B4CFwEP (AT) sqldts (DOT) com...
Quote:
In message <ek$q0hgjFHA.1372 (AT) TK2MSFTNGP10 (DOT) phx.gbl>, Axel Dahmen
NO_SPAM (AT) NoOneKnows (DOT) invalid> writes
Hi,

DTS and transactions seems to be an always recurring flaw in DTS.

Is there some HTML page around giving a quick overview of which
transaction
parameters are allowed with different configurations, like SQL->Access or
SQL->same SQL?

Best would be some Pivot table, having configuration as X-axis and
transaction property as Y-axis.

TIA,
Axel Dahmen


Have you tried BOL, it has sections on supported tasks and connections-

(mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL% 20Server%20Books%20Onli
ne\1033\dtssql.chm::/dts_addf_tx_660j.htm)


--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org




Reply With Quote
  #4  
Old   
Darren Green
 
Posts: n/a

Default Re: DTS and Transactions - 07-22-2005 , 04:30 AM



The Jet provider is not listed as supported, and cannot be confused with any
of the supported options so that confirms it for me.
For more confirmation, a quick BOL search gave me this-

mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%2 0Server\80\Tools\Books\acdata.chm::/ac_8_qd_12_15ma.htm

The same server transaction problem is acknowledged -

BUG: Error 3910, "Transaction Context in Use by Another Session"
(http://support.microsoft.com/default...b;en-us;279857)



--
Darren Green
http://www.sqldts.com
http://www.sqlis.com

"Axel Dahmen" <NO_SPAM (AT) NoOneKnows (DOT) invalid> wrote

Quote:
Have you tried BOL, it has sections on supported tasks and connections-

Thanks for trying to help me. Actually I have read and know *whole* BOL
about DTS. Unfortunately it doesn't say anything about transactions not
working on Access or on two connections coming from the same SQL server
instance. Neither does the page you gave.

These flaws have been confirmed in newsgroup discussions, not in BOL.

I thought someone might have waded through all possible configurations
(should be 16) and transaction parameters and has perhaps made a table
from
it. It would help me a lot.

Axel Dahmen


-----------------
"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> schrieb im
Newsbeitrag news:2DAYq+D5$B4CFwEP (AT) sqldts (DOT) com...
In message <ek$q0hgjFHA.1372 (AT) TK2MSFTNGP10 (DOT) phx.gbl>, Axel Dahmen
NO_SPAM (AT) NoOneKnows (DOT) invalid> writes
Hi,

DTS and transactions seems to be an always recurring flaw in DTS.

Is there some HTML page around giving a quick overview of which
transaction
parameters are allowed with different configurations, like SQL->Access
or
SQL->same SQL?

Best would be some Pivot table, having configuration as X-axis and
transaction property as Y-axis.

TIA,
Axel Dahmen


Have you tried BOL, it has sections on supported tasks and connections-

(mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL% 20Server%20Books%20Onli
ne\1033\dtssql.chm::/dts_addf_tx_660j.htm)


--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org






Reply With Quote
  #5  
Old   
Axel Dahmen
 
Posts: n/a

Default Re: DTS and Transactions - 07-22-2005 , 06:38 AM



Quote:
The Jet provider is not listed as supported
For more confirmation, a quick BOL search gave me this-
Then your edition is different from mine (SP3+). Mine says:

"Einige der getesteten OLE DB-Provider werden mit SQL Server 2000
installiert:
[...]
Microsoft OLE DB Provider für Jet"

translated:

"Some of the TESTED OLE DB-Providers are already installed with
SQL Server 2000"...


Quote:
The same server transaction problem is acknowledged -
BUG: Error 3910, "Transaction Context in Use by Another Session"
I know... I'm afraid this thread leads to nowhere. My question was if
someone has created a table with transaction options available/not available
for all possible constellations and drivers. Obviously this table doesn't
exist yet.

Tnx,
Axel




Reply With Quote
  #6  
Old   
Darren Green
 
Posts: n/a

Default Re: DTS and Transactions - 07-22-2005 , 10:26 AM



The Jet provider has been tested for use within SQL, but the "Use in
distributed transactions" column sort of makes the table you suggest, but
not quite DTS focused.


"Axel Dahmen" <NO_SPAM (AT) NoOneKnows (DOT) invalid> wrote

Quote:
The Jet provider is not listed as supported
For more confirmation, a quick BOL search gave me this-

Then your edition is different from mine (SP3+). Mine says:

"Einige der getesteten OLE DB-Provider werden mit SQL Server 2000
installiert:
[...]
Microsoft OLE DB Provider für Jet"

translated:

"Some of the TESTED OLE DB-Providers are already installed with
SQL Server 2000"...


The same server transaction problem is acknowledged -
BUG: Error 3910, "Transaction Context in Use by Another Session"

I know... I'm afraid this thread leads to nowhere. My question was if
someone has created a table with transaction options available/not
available
for all possible constellations and drivers. Obviously this table doesn't
exist yet.

Tnx,
Axel





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 - 2013, Jelsoft Enterprises Ltd.