Title says it all. my idiot co-admin deleted a forum, but I've got it in my backup database... Does anyone have a script where I can pull the forum from/topics/replies from one DB and dump them into another? Any ideas?? THANKS!
Probably the easiest way to do it would involve the use of SQL Server DTS to import the forum/topics/replies data from the backup DB/deleted forum to the tables in your existing DB, while preserving the records ids. Without coding that looks the best solution to me.