This blog was setup as a result of too much programming, I realised that I was getting back to the same problems which I had solved a few years ago. I thought a blog that can serve to remind me of what I did when i ran into programming problems :) So yep. Hence the title programming trail.
Friday, November 6, 2009
Export SQL Server to MDF
The best way to do so is by using SQL Script and not by any other methods.
To do so, simply go to the sql tools: "tasks" -> "generate script" -> remember to set the option for data export to be true.
No comments:
Post a Comment