EMC networker nmm can restore and recover sqlserver as different name to different location

That is true.

However, we should select this oprtions when installing NMM

We need to build empty database on target machine.

After that.

Yes, you can set up the source and destination

select  relocate and overwrite exist empty database (with replace)

The that is OK. You can see restore log

43708:(pid 1160):Start time: Tue Mar 07 10:35:25 2017
43621:(pid 1160):Computer Name: TEST02 User Name: administrator
NSR_CLIENT: NB51;
NSR_SERVER: BACKUP;
69318:(pid 1160):Recover database 'DB': No exact match of backup was found for the specified time: Mon Jul 03 06:31:04 2017
69319:(pid 1160):No transaction log backups after this time were found, performing a Point-In-Time restore is not possible.
69320:(pid 1160):Database 'IFDB' will be restored to the immediately previous backup of save time: Tue Mar 07 09:31:15 2017
37725:(pid 1160):Recovering database 'FCSIFDB' into 'TEST' ...
142468:(pid 1160):[4768]nsr/db_apps/bsmsql/rcstripes.c(222): Finding backup for saveset MSSQL:/DB.
4690:(pid 1160):RESTORE database [TEST] FROM virtual_device='Legato#b782505a-fe8f-41f3-a0e8-4c4e5b62fe25' WITH move 'FCSIFDB' to 'N:\TEST\TEST.mdf', move 'DB_log' to 'N:\TEST\TESTLog.ldf', replace, maxtransfersize = 4194304, norecovery
35866:(pid 1160):The restore of database 'DB' completed successfully.
142468:(pid 1160):[4768]nsr/db_apps/bsmsql/rcstripes.c(222): Finding backup for saveset MSSQL:/DB.
4690:(pid 1160):RESTORE log [TEST] FROM virtual_device='Legato#db5604e9-2382-420f-a84a-34f90ff15c7f' WITH maxtransfersize = 4194304, norecovery
35866:(pid 1160):The restore of database 'DB' completed successfully.
142468:(pid 1160):[4768]nsr/db_apps/bsmsql/rcstripes.c(222): Finding backup for saveset MSSQL:/DB.
4690:(pid 1160):RESTORE log [TEST] FROM virtual_device='Legato#7b007fb6-05dc-466a-9512-04ab9d519919' WITH maxtransfersize = 4194304, norecovery
35866:(pid 1160):The restore of database DB' completed successfully.
142468:(pid 1160):[4768]nsr/db_apps/bsmsql/rcstripes.c(222): Finding backup for saveset MSSQL:/DB.
4690:(pid 1160):RESTORE log [TEST] FROM virtual_device='Legato#5c5a642f-19a7-4db2-94c7-189b568df535' WITH maxtransfersize = 4194304
35866:(pid 1160):The restore of database 'DB' completed successfully.
29310:(pid 1160):
Received 91 MB 4 item(s) from NSR server (size information for snapshot(s) is not available).
nsr/db_apps/bsmsql/rcovmain.cpp(442): Entering cleanUp().
nsr/db_apps/bsmsql/rcovmain.cpp(500): Exiting cleanUp().
43709:(pid 1160):Stop time: Tue Mar 07 10:38:01 2017

nsrsqlrc.exe -s BACKUP -c nb51 -C" 'DB'='N:\TEST\TEST.mdf', 'DB_log'='N:\TEST\TESTLog.ldf'" -f -t "07/03/2017 6:31:04" -S normal -d "MSSQL:TEST" "MSSQL:DB"

That is all

最新文章

  1. Android xml资源文件中@、@android:type、@*、?、@+含义和区别
  2. css background-size
  3. JavaWeb项目前端规范(采用命名空间使js深度解耦合)
  4. 支持向量机(SVM)简介
  5. Vijos p1002 过河 离散化距离+区间DP
  6. laravel artisan 命令工具
  7. BZOJ 2819: Nim( nim + DFS序 + 树状数组 + LCA )
  8. js字符串操作
  9. [编织消息框架][网络IO模型]aio
  10. Attrib +s +a +h +r 隐藏文件原理与破解
  11. C++ Opencv Mat类型使用的几个注意事项及自写函数实现Laplace图像锐化
  12. python——shopping car
  13. hdu 5979 Convex(水,求面积)
  14. jmeter 打不开 提示“Not able to find Java executable or version”的解决办法
  15. [Bug]转:使用jquery的 uploadify,在谷歌浏览器上总会崩溃的解决方法
  16. uva753 A Plug for UNIX 网络流最大流
  17. Jconsole 测试.
  18. Javascript作用域和变量提升
  19. 关于HTML中时间格式以及查询数据库的问题
  20. php破解防盗链技术

热门文章

  1. 什么是 Google Play服务
  2. 如何在Go项目中输出版本信息?
  3. ACM北大暑期课培训第七天
  4. 快速掌握—HTML快速实现自定义Input开关
  5. 微信小程序之豆瓣电影
  6. Android学习进度二
  7. Map2Shp7专业版新增功能
  8. arthas 使用指导
  9. 小程序的<label>标签
  10. 【C_Language】---一份程序看懂C程序printf()的几种常用用法