You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,11 +38,19 @@ Restore gzip compressed database (assumes 7-Zip's 7z.exe is in `%PATH%`):
37
38
38
39
## Remote SQL Servers ##
39
40
40
-
SqlPipe itself can only connect to a local SQL Server, but by using something like Sysinternals' PSExec you can execute it remotely like so:
41
+
SqlPipe itself can only connect to a local SQL Server, but by using something like [Sysinternals PSExec](http://technet.microsoft.com/en-us/sysinternals/bb897553) you can execute it remotely like so:
Note that in this example that `C:\Backups\Inventory.bak` refers to a location on *your* machine not the remote server. Yes, the backup data was piped over the network!
45
+
Note that in this example that `C:\Backups\Inventory.bak` refers to a location on *your* machine not the remote server. Yes, the backup data was piped over the network!
46
+
47
+
To write to a remote file locaton use the `-f` option:
0 commit comments