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.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 sql backup

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 drive
please help me
thanks

nigelrivett
Master Smack Fu Yak Hacker

3385 Posts

Posted - 2010-11-24 : 04:09:59
On source server
backup database mydb to disj 'c:\mydb.bak'
Or use management studio - right clic on database, tasks, backup
copy file to destination serer
Restore - 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.
Go to Top of Page

skiski
Starting Member

15 Posts

Posted - 2010-11-24 : 05:21:10
thanks
sql server ip=192.168.10.1
my system ip is 192.168.10.4

i need get backup my system(192.168.10.4)
Go to Top of Page

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.
Go to Top of Page
   

- Advertisement -