Quick tips Sql Error in MSSMS: Attempt to retrieve data for object failed. Invalid Urn filter... When you work with MS SQL Server in Docker container, you may come across problem with Microsoft SQL Server Management Studio. See what’s going on.
Docker Sql Initialize MS SQL in Docker container - create database at startup Microsoft SQL Server is available for Linux so we can run it from Docker container, but usually we need to initialize database at startup, which currently is a bit tricky.
Docker Dotnet Sql Docker compose introduction - Dotnet core app composed with MySQL Database Introduction to docker-compose - basic aspects explained with .NET Core app and MySQL DB composed together.