Viewing 3 posts - 1 through 3 (of 3 total)
I do not know about distributed transactions, how to set them up, etc. I simply call the whole thing in .NET via direct SQL. What I could do is call...
February 2, 2009 at 12:41 am
The Oracle Commit; is necessary to write data permanently to the tables - it has nothing to do with a transaction in SQL ;). So in Oracle you need it...
January 29, 2009 at 11:10 pm
My problem is to convert this statement from Oracle (it is working perfectly) to SQL linked server.
The syntax for Insert and Update is clear:
INSERT OPENQUERY (linkedserver, 'SELECT fieldlist FROM tablename')...
September 29, 2008 at 7:19 am
Viewing 3 posts - 1 through 3 (of 3 total)