Ask the Community
Ask any professional question and get answers from other specialists.
If i have two separate databases, and i am inserting in both databses and calling commit on both connections. if due to some problem lets say some network problem, secon ... See More
On my opinion, if you are a .net developer for 1.5 years and have an opportunity to be an database administrator, why not..grab it. It may help for you to have more knowl ... See More
yes need to change due if u are not satisfied
Yes. As a IT person it will be a better oppurtunity to avail.
As a IT person personally I don't think that you will face any problem because you are having basic knowledge about DBA and many languages. You just need to revise t ... See More
Hi John, thanks for you answer. But my situation is Begintransaction1(); Begintransaction2(); Insert1(); Insert2(); commit1(); commit2(); if an exception occurs ... See More
If inserting into both the databases are EQUALLY important, why dont you do commit after second insert.