Traceback (most recent call last): File "testdb.py", line 13, in <module> sql = open('printdb.sql', 'r', encoding = 'utf8') FileNotFoundError: [Errno 2] No such file or directory: 'printdb.sql'
section_end:1595408291:build_script
section_start:1595408291:after_script
SQL Server 2019 will run as non-root by default. This container is running as user mssql. Your master database file is owned by mssql. To learn more visit https://go.microsoft.com/fwlink/?linkid=2099216.