Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.ms-sqlserver > #1742 > unrolled thread
| Started by | "Tony Johansson" <johansson.andersson@telia.com> |
|---|---|
| First post | 2014-04-25 15:22 +0200 |
| Last post | 2014-04-25 18:17 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.databases.ms-sqlserver
How can I drop table when I have a VPN connection "Tony Johansson" <johansson.andersson@telia.com> - 2014-04-25 15:22 +0200
Re: How can I drop table when I have a VPN connection Erland Sommarskog <esquel@sommarskog.se> - 2014-04-25 18:17 +0200
| From | "Tony Johansson" <johansson.andersson@telia.com> |
|---|---|
| Date | 2014-04-25 15:22 +0200 |
| Subject | How can I drop table when I have a VPN connection |
| Message-ID | <ljdnjl$ms$1@dont-email.me> |
I'm bad at VPN. I have a vpn connection and I want to drop table in SQL Server on a server that is called DDWAP.MAH.SE. How can I do that ? //tony
[toc] | [next] | [standalone]
| From | Erland Sommarskog <esquel@sommarskog.se> |
|---|---|
| Date | 2014-04-25 18:17 +0200 |
| Message-ID | <XnsA31ABA16E6A17Yazorman@127.0.0.1> |
| In reply to | #1742 |
Tony Johansson (johansson.andersson@telia.com) writes: > I'm bad at VPN. I have a vpn connection and I want to drop table in SQL > Server on a server that is called DDWAP.MAH.SE. > How can I do that ? DROP TABLE mytable That is, you would connect to the instance and drop the table. The fact that you are connected the server through VPN does not really change matters. -- Erland Sommarskog, Stockholm, esquel@sommarskog.se
[toc] | [prev] | [standalone]
Back to top | Article view | comp.databases.ms-sqlserver
csiph-web