Apparently the publisher has decided that the kindle version of “Securing SQL Server” should be made available early. I was originally told that it wouldn’t be available until May 2011, but they have released it already. Purchasing is easy, just click the image of the book below.
Thanks,
Denny
Greetings, I figured you will be able to help me. I have a Microsoft SQL .ldf and .mdf file that I need to restore. Any opinions on how to do this? Cheers
All you should need to do is attach those files to the SQL Server using the stored procedure sp_attach_db. You can also use SQL Server Management Studio, by right clicking on Databases and select all tasks then select Attach Database.