在SQL Server 2000里设置和使用数据库复制(3) winnt\system32\drivers\etc\hosts (WIN2000) windows\system32\drivers\etc\hosts (WIN2003) 文件里写入数据库服务器IP地址和主机名的对应关系。 例如: 127.0.0.1 localhost 192.168.0.35 oracledb oracledb 192.168.0.65 fengyu02 fengyu02 202.84.10.193 bj_db bj_db 或者在SQL Server客户端网络实用工具里建立别名,例如:
5、系统需要的扩展存储过程是否存在(如果不存在,需要恢复): sp_addextendedproc 'XP_regenumvalues',@dllname ='xpstar.dll'