UNDO file????? That's an Oracle file.
If you are using SQL Server and your database is not fully recovered (in Standby mode, etc) and you do not have any Transaction Logs (these aren't UNDO logs), then just try running this:
RECOVER DATABASE db_name
WITH RECOVERY
-SQLBill
Posting advice: FAQ481-4875