Restore LiteSpeed using commandline or using double click restore
Error: Unknown parameter! - Bad "R" (Restore Type) Database
Incorrect t-sql parameter in script:
Northwind1.exe -RDatabase -T -DNorthwind -L2 -F"D:\Northwind2.bak"
-W"STANDBY = 'd:\standy.log'" -W"Move 'Northwind' TO
'D:\Northwind_Data.mdf'" -W"Move 'Northwind_log' TO
'D:\Northwind_Data.ldf'"
"-RDatabase" was being used.
"-Rdatabase" should be used.
Correct script:
Northwind1.exe -Rdatabase -T -DNorthwind -L2 -F"D:\Northwind2.bak"
-W"STANDBY = 'd:\standy.log'" -W"Move 'Northwind' TO
'D:\Northwind_Data.mdf'" -W"Move 'Northwind_log' TO
'D:\Northwind_Data.ldf'"
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center