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
 General SQL Server Forums
 New to SQL Server Programming
 sql server2008 -backup

Author  Topic 

paramu
Posting Yak Master

151 Posts

Posted - 2009-07-26 : 06:20:19
I installed sqlserver2008 on my system. No I buy a laptop and also installed sqlserver 2008. Now I want to transfer the data from my computer to laptop. So how to transfer the data's?

Thanks


Paramu @ PARANTHAMAN

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2009-07-26 : 06:58:49
you can BACKUP the database, copy the backup file over and RESTORE it.

Refer to the Books Online on Backup and Restore command
http://msdn.microsoft.com/en-us/library/ms186865.aspx
http://msdn.microsoft.com/en-us/library/ms186858.aspx


KH
[spoiler]Time is always against us[/spoiler]

Go to Top of Page

paramu
Posting Yak Master

151 Posts

Posted - 2009-07-26 : 07:32:24
THANK YOU KHTAN

Paramu @ PARANTHAMAN
Go to Top of Page
   

- Advertisement -