Skip to content

Instantly share code, notes, and snippets.

@Anduin2017
Created August 26, 2018 12:53
Show Gist options
  • Save Anduin2017/6ed63545e76c0be7d0a08b4f05ac7ad4 to your computer and use it in GitHub Desktop.
Save Anduin2017/6ed63545e76c0be7d0a08b4f05ac7ad4 to your computer and use it in GitHub Desktop.
SQL Server Local DB connection string
Server=(localdb)\\mssqllocaldb;Database=aspnet-MyApp-C54B83E0-93D8-47E7-B98D-C9596AF7DDC3;Trusted_Connection=True;MultipleActiveResultSets=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment