简体   繁体   English

本地计算机中远程SQL Server的别名

[英]Alias to remote SQL Server in local computer

I have an application that uses SQL Server Express Edition. 我有一个使用SQL Server Express Edition的应用程序。 Unfortunately it can connect only to local instance. 不幸的是,它只能连接到本地实例。 The problem is I have a remote instance bought from one of internet providers. 问题是我从一个互联网提供商那里购买了一个远程实例。

The question is, id there any possibility to make some kind of "local alias" for remote database? 问题是,是否有可能为远程数据库创建某种“本地别名”? Maybe I can install another instance locally and perform some kind of mirror or replication (I can only install Express Edition as I have no funds for any other version)? 也许我可以在本地安装另一个实例并执行某种镜像或复制(我只能安装Express Edition,因为我没有任何其他版本的资金)?

I'd like to push this question as I am looking for the exact same thing. 我想提出同样的问题,所以想提出这个问题。 I have Microsoft Business Contact Manager installed and it only allows me to connect to local (local network) SQL Express instances... however I do have a SQL 2008 database instance available from an internet hosting service. 我已经安装了Microsoft Business Contact Manager,它只允许我连接到本地(本地网络)SQL Express实例...但是,我确实有一个Internet托管服务提供的SQL 2008数据库实例。 Is there a tool/solution which would create some kind of a local node so BCM would see it as a local instance but the communcation would happen "in the background" with the remote database? 是否有工具/解决方案可以创建某种本地节点,因此BCM会将其视为本地实例,但与远程数据库的通信将在“后台”进行?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM