Quote Originally Posted by Jagjit View Post
Hi

One option if possible is to copy MDF , LDF files with date extension . Secondly if possible output to .sql file.

Thanks
You cannot copy those 2 files while the database is attached and live. SQL Server has it's own format to store both database and the log in 1 file (unless you want it in .sql file as an export).