Sql Server备份到远程服务器的另一种方法
摘要:
需要在SQL Server 2005 里用xp_cmdshell运行 net use,创建主服务器和远程共享文件夹之间的连接。 首先在外围应用配置器里,启动xp_cmdshell。 然后在SQL Server Management Studio里新建查询,输入: master..xp_cmdshel... 阅读全文
posted @ 2008-12-26 17:57 广思 阅读(295) 评论(0) 推荐(0) 编辑