简体   繁体   English

如何将远程计算机设置为MSSQL Server 2008 R2的“复制数据库”任务的目标?

[英]How can I set a remote computer as the target for MSSQL Server 2008 R2's Copy Database task?

The target database is located on a LAN with a local IP. 目标数据库位于具有本地IP的LAN上。 The local IPs are distributed by my modem's DHCP server and is something like 192.168.1.xxx. 本地IP由我的调制解调器的DHCP服务器分发,类似于192.168.1.xxx。 I've already redirected port 1433 to the machine which holds the sql server (192.168.1.xxx) and I can reach to it with a SQL Management Studio connection, using my WAN IP from the source machine. 我已经将端口1433重定向到装有sql服务器(192.168.1.xxx)的计算机,并且可以使用源计算机上的WAN IP通过SQL Management Studio连接到达它。 However, when I write my WAN IP as the Copy Database task's target, it returns an error which indicates that connection cannot be established. 但是,当我将WAN IP编写为“复制数据库”任务的目标时,它将返回错误,表明无法建立连接。

Might I be missing the writing convention for the target? 我可能会缺少目标的书写约定吗? I tried the following (my WAN IP is 78.187.xxx.xxx and my target MSSQL Server's name is EXP32): 我尝试了以下操作(我的WAN IP为78.187.xxx.xxx,目标MSSQL Server的名称为EXP32):

78.187.xxx.xxx
78.187.xxx.xxx\EXP32
\\78.187.xxx.xxx
\\78.187.xxx.xxx\EXP32

GO TO

-> SQL server configuration manager
-> On network configuration -> protocol for mssqlserver -> enable except VIA
-> go to component services and on services restart sqlserver and express if you have

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

相关问题 CodeIgniter:MSSQL Server 2008 R2上发生数据库错误 - CodeIgniter: Database Error Occured on MSSQL Server 2008 R2 安装2012后我可以安全地删除MSSQL Server 2008 R2吗? - Can i safely delete MSSQL Server 2008 R2 after installing 2012? MSSQL Server 2008 R2中的表串联? - Table concatenation in MSSQL Server 2008 R2? 请告诉我如何在本地台式机上创建SQL Server 2008 R2数据库引擎 - Please tell me how to create a SQL Server 2008 R2 Database Engine on my local Desktop computer 如何使用MSSQL 2008 R2创建MSSQL数据库2008(版本655)? - How to create MSSQL database 2008 (version 655) with MSSQL 2008 R2? 如何在Wamp中将PHP 5.5.x或更高版本连接到mssql 2008 R2? - How can i connect PHP 5.5.x or above version to mssql 2008 R2 in wamp? 如何使用SQL Server 2008 R2将数据库从现有数据库sql脚本复制到新数据库sql脚本? - How to copy Database from existing to new database sql script using sql server 2008 R2? 我可以将SSRS 2008 R2与SQL Server 2008数据库一起使用吗? - Can I use SSRS 2008 R2 with a SQL Server 2008 database? 远程连接到SQL Server 2008 R2 - Remote connect to SQL server 2008 R2 如何在SQL Server 2008或2008 R2上强制一对一关系 - How can I force one to one relationship on SQL Server 2008 or 2008 R2
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM