| Author: Nikhil Gaur 04 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
look at the following links
http://vyaskn.tripod.com/moving_sql_server.htm
http://www.sqlservercurry.com/2008/03/copy-table-from-one-database-to-another.html
Join this campus group http://www.dotnetspider.com/sites/637/-ecb-aspdotnet.aspx
Thanks & Regards NIks My Software and Web Development Experience
|
| Author: Abhisek Panda 04 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
You can simply copy the .MDF and .LDF files of your DB to another server. After copying restore it using the enterprise manager of SQL Server.
Thanks And Regards, Abhisek Panda Be Happy And Make Others Happy. Go Green and Save Your Future.
|
| Author: sriram 23 Nov 2009 | Member Level: Bronze | Rating:  Points: 2 |
u can to Import/Export option in Enterprise Manager in sql server
|