© Derek J. Rouleau 2018
Derek J. RouleauBeginning Entity Framework Core 2.0https://doi.org/10.1007/978-1-4842-3375-7_9

Database Script for Chapter 6

Derek J. Rouleau1 
(1)
East Baldwin, Maine, USA
 

This appendix lists the script for creating the database in Chapter 6. Keep in mind that you may need to change the location of the mdf and ldf files .

/*    ==Scripting Parameters==
    Source Server Version : SQL Server 2014 (12.0.2269)
    Source Database Engine Edition : Microsoft SQL Server Express Edition
    Source Database Engine Type : Standalone SQL Server
    Target Server Version : SQL Server 2017
    Target Database Engine Edition : Microsoft SQL Server Standard Edition
    Target Database Engine Type : Standalone SQL Server
*/
USE [master]
GO
/****** ...

Get Beginning Entity Framework Core 2.0: Database Access from .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.