This the error I get:
TITLE: Microsoft SQL Server Management Studio
------------------------------
Attach database failed for Server 'TEST-SERVER'. (Microsoft.SqlServer.Smo)
For help, click:
http://go.microsoft.com/fwlink?ProdN...r&LinkId=20476
------------------------------
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
Directory lookup for the file "E:\Data\SqlServer\2008Express\MSSQL10.SQL2008EXPR ESS\MSSQL\DATA\PlanetWrox_log.ldf" failed with the operating system error 3(The system cannot find the path specified.). (Microsoft SQL Server, Error: 5133)
For help, click:
http://go.microsoft.com/fwlink?ProdN...3&LinkId=20476
I tried attaching both MDF files to my local connection in SQL Server 2008.
P.S.- Is LINQ really the way to go? Should I focus on learning and using that for my database communication or is it just as good to use SQLSourceAdpaters and plain old SQL?
EDIT - Nevermind, I just had to delete the log file to get it to load. My second questions still stands though, and I am really getting into this book. It's so useful!