Wednesday, February 20, 2008

Back versus Attaching to MDF

Chintal my new programming parnter taught an old dog a new trick today. Instead of backing up and restoring databases simply open Windows Explorer and copy the .MDF and .LDF and zip move, copy, cut and attach back with SQL Server Management Studio SSMS.

No comments:

How to Write Maintainable Code That Scales

Understanding Maintainable and Scalable Code Definitions and Key Concepts Maintainable code refers to software that can be easily unders...