Hi, can someone let me know the best way to copy the data betweens two diffrent servers (prod - dev). i have a table which has like 50000 rows on dev server, based on a column called symbol and tradedate from the table on dev i have
to get the close price for that security on that tradedate from other table which is in prod server is there a best way to do it, i know how to get using .Net but i wanted to explore if there is any other way i can get it using SQl server.
↧