Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.ms-sqlserver > #1745

Re: How can I drop table when I have a VPN connection

From Erland Sommarskog <esquel@sommarskog.se>
Newsgroups comp.databases.ms-sqlserver
Subject Re: How can I drop table when I have a VPN connection
Date 2014-04-25 18:17 +0200
Organization Erland Sommarskog
Message-ID <XnsA31ABA16E6A17Yazorman@127.0.0.1> (permalink)
References <ljdnjl$ms$1@dont-email.me>

Show all headers | View raw


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

Back to comp.databases.ms-sqlserver | Previous | NextPrevious in thread | Find similar


Thread

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

csiph-web