I
Ian Frawley
Would this require copying actual tables or selecting the contents of a
table on db and inserting into the contents of another db?
table on db and inserting into the contents of another db?
Why don't you just create a procedure that inserts the data into theperspolis said:I have an application using sqlserver.
I want to send my data from this database to another database(again
sqlserver) in my site.
how can I send this data to my database on my site??
thanks in advance.
perspolis said:both my databases are located in diffrent location.
I don't want to conntect to other database directly..
Can I use a WebService to transfer data from my application to my
website??