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 |
newcomer111
Starting Member
1 Post |
Posted - 2009-11-15 : 10:02:35
|
HII have to restore a database made origionally on the other computer on the SQL 2005 server express editionPlease advise a T-SQL statementThanks in advanceElia |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2009-11-15 : 10:10:56
|
restore database <database name> from disk = '<path name\backup name>' KH[spoiler]Time is always against us[/spoiler] |
 |
|
GilaMonster
Master Smack Fu Yak Hacker
4507 Posts |
Posted - 2009-11-15 : 10:59:42
|
http://msdn.microsoft.com/en-us/library/ms186858%28SQL.90%29.aspx--Gail ShawSQL Server MVP |
 |
|
|
|
|