on 2024 Aug 07 3:36 PM
When creating an existing table I add the LOCAL ONLY syntax to prevent the creation from failing if the remote server does not exist. Is there an equivalent for procedure/functions?
Thanks, Jim
Request clarification before answering.
In doing some more testing the LOCAL ONLY after the CREATE EXISTING TABLLE syntax fails if the remote server is not defined. However it works if the remote server is defined but doesn't actually exist (no connection available).
When the remote server is defined a proxy procedure/function can also be created when no connection is available.
It's a bit confusing as to why LOCAL ONLY is required for the tables and not procedures/functions.
Jim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's my understanding as well. We use SQL Remote, we've done some work with MobiLink but most our remotes are maritime vessels with low bandwidth and inconsistent connections.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.