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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-08-16 : 09:34:30
|
Tess writes "Hi thereI am needing to map a transaction log to a database in SQL 2000 - is there a system proc that allows you to do this at all? All I have is the log file name...Thanks" |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2006-08-16 : 14:07:13
|
Are you referring to attaching the database? If so, check out sp_attach_db and sp_attach_single_file_db. Otherwise, I don't understand the question.Tara Kizer |
 |
|
|
|
|