January 25, 2012 at 2:39 am
Hi All,
i am facing one big problem regarding Database replication. The Database Replication is that uploading the data from one local server to another remote server.
here is the description
I am accessing data from my own local server. after 15-20 days i have to upload data from local server to remote server and this procedure is a cycle.
the sql statement i have written is
Insert into OPENROWSET('MSDASQL',
'DRIVER={SQL Server};SERVER=[SERVER NAME];UID=sa;PWD=[PASSWORD]',
DATABASENAME.dbo.TABLENAME) select * FROM TABLENAME
if i am writing this sql statement inside a procedure inside the
Begin Transaction
End
block it throws me a error.
the error is
OLE DB provider "SQLNCLI10" for linked server "" returned message "No transaction is active.".
Please Help Me .
Any help is highly appriciated.
Thank You
MAnoj Sahoo
January 25, 2012 at 2:47 am
you need to change DTC configuration setting. please check this link for more details.
January 25, 2012 at 6:22 am
It doesn't actually sound like you're using Database Replication (which is an actual feature). If I'm reading this right, you're just using a job to do a data grab. Correct?
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy