Viewing 2 posts - 1 through 3 (of 3 total)
i'm on instance sbs/test and i wanna make a backup from sbs/si (now i must have two scriptsm i wanna have only one) , something like:
backup database [sbs/si]..database to disk='\\kv\temp\DatabaseFromSi.bak'
go
restore...
March 10, 2008 at 12:04 am
#787216
OK, I found the answer to te second question 😀
backup database Cert55_KV to disk='C:\Temp\TEST_DELETA.bak'
execute master.dbo.xp_delete_file 0,'C:\Temp\TEST_DELETA.bak'
March 9, 2008 at 3:37 pm
#787160