'VB.NET Import and export MSQL data between two pcs on different networks though usb flash drive

i've already been using Linked-servers to merge data between 2 sql servers on the same network. Right now, the other pc has no access to the network nor the internet.i need to be able to transfer and merge data in a way similar to the one i did using linked server on a usb flash drive.

any help?



Solution 1:[1]

If the USB has a MDF file on it you could connect to it and use the same merge code in your other project.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 CoolCoder123