Viewing 4 posts - 1 through 4 (of 4 total)
Why dont you use SSIS for loading the data between servers?
February 25, 2014 at 3:45 am
Try to create a primary key/unique key on your table variable, and it is always better to go as a stored proc using temp tables and while loop instead...
February 6, 2013 at 3:23 am
please go through this link.this may help you out.
http://stackoverflow.com/questions/1589466/sql-server-execute-stored-procedure-with-output-parameter
http://stackoverflow.com/questions/1248244/sql-server-output-parameter-issue
August 20, 2011 at 5:31 am
Please check the connection strings for connecting to the oracle database.
datasource should be like SERVERNAME/DATABASENAME in oracle and your schema should have access to that database.
August 11, 2011 at 4:15 am
Viewing 4 posts - 1 through 4 (of 4 total)