Quote:
Originally Posted by Imar
>> just need to move the database out of localDB and into SQL Server 2014 and hopefully figure it out.
Check Appendix B; it has all the details on how to make this work.
Imar
|
I couldn't get the .mdf file from the source code files attach to my 2014 SQL Server Express (only to local db), so I just recreated the database which was quick (chapter 12 and 14 to create the four tables). The hard part for me was the connection string. The "Data Source" part is equal to just the name of your server, you do not need \SQLEXPRESS or anything like that after it like with LocalDB. Like Imar said, Appendix B has good info to help out on this process.
Now to try and configure the roles again...