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 |
|
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?ThanksParamu @ 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 commandhttp://msdn.microsoft.com/en-us/library/ms186865.aspxhttp://msdn.microsoft.com/en-us/library/ms186858.aspx KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
paramu
Posting Yak Master
151 Posts |
Posted - 2009-07-26 : 07:32:24
|
| THANK YOU KHTANParamu @ PARANTHAMAN |
 |
|
|
|
|
|