Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
skiski
Starting Member
15 Posts |
Posted - 2010-11-24 : 00:06:41
|
i need get backup from sql database in other computer local disk driveplease help methanks |
|
nigelrivett
Master Smack Fu Yak Hacker
3385 Posts |
Posted - 2010-11-24 : 04:09:59
|
On source serverbackup database mydb to disj 'c:\mydb.bak'Or use management studio - right clic on database, tasks, backupcopy file to destination sererRestore - might have to move the database file locations.==========================================Cursors are useful if you don't know sql.SSIS can be used in a similar way.Beer is not cold and it isn't fizzy. |
|
|
skiski
Starting Member
15 Posts |
Posted - 2010-11-24 : 05:21:10
|
thankssql server ip=192.168.10.1my system ip is 192.168.10.4i need get backup my system(192.168.10.4) |
|
|
nigelrivett
Master Smack Fu Yak Hacker
3385 Posts |
Posted - 2010-11-24 : 06:05:49
|
Can you connect to the server using management studio?==========================================Cursors are useful if you don't know sql.SSIS can be used in a similar way.Beer is not cold and it isn't fizzy. |
|
|
|
|
|