User281366353 posted
I am trying to work out the syntax and potential bugs running EFCore using database first approach. Using command line interface. my goal is to connect to an SQL Express database. when I execute the statement:
dotnet ef dbcontext scaffold 'Server= Russ\SQLExpress01; Database=ARC_WIMS02; User Id = fishe_000; ' Microsoft.EntityFrameworkCore.SQLServer -o MyModels
I get the error:
Microsoft.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
Any thoughts would be welcome.