1.

Process to run SQLCMD in a Docker Container?

Answer»

Process to run SQLCMD in a Docker CONTAINER?
When we are in context of our container and we can run the tools bundled with the GIVEN SQL Server image. Now we will run below COMMAND and this command will start an instance of SQLCMD. And we can run QUERY into the command-line session.


InstanceSQLCMD


Once we run above command and on success of above CMD we will get below screen which means everything works fine.


InstanceSQLCMD output



Discussion

No Comment Found