23: Containerize SQL Server with Docker And Connect To This SQL Server From Local Laptop
To learn more about Azure/.NET/Docker/Kubernetes/Microservices etc, please visit my site https://www.harshalkumarjain.com/ In this video, we will understand how to run SQL Server inside a Docker container and connect it from our local machine using SSMS. What you’ll learn: - Download SQL Server Docker image - Run SQL Server container locally - Connect to containerized SQL Server using SSMS - Create database, tables, and insert records SQL Server image: docker pull mcr.microsoft.com/mssql/server:2022-latest The Powershell command used in this video are below docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=Password@123" -p 1433:1433 mcr.microsoft.com/mssql/server:2022-latest --------------------------------------------------------------------------------------------------------------------------- Below is the link for all my playlists https://www.youtube.com/@HarshalkumarJain/playlists You can reach me on LinkedIn at: https://www.linkedin.com/in/harshalkumar-jain-63554715/ If you find this video useful - please like and subscribe to my channel If you have something exciting for me - please contact me at [email protected] Join My WhatsApp Group: chat.whatsapp.com/IFIPc34blDPDHnp3JeiJHL I really want to keep all tutorials 'free and accessible to all' It requires efforts to create quality content, so you may also buy me a coffee - if you find my tutorials/videos useful https://buymeacoffee.com/harshalkumar.jain --------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------ Some of my playlists: Azure Functions Tutorial: https://www.youtube.com/playlist?list=PLU1w_BFZFd2r_hvhw-c3Q6KsohNc8UeiT Azure Logic Apps Tutorial: https://www.youtube.com/playlist?list=PLU1w_BFZFd2p-ml-gnuMPpBtHt_VUeajq Azure API Management Tutorial - https://www.youtube.com/playlist?list=PLU1w_BFZFd2oSHrHLdy0uhmqsYsUvgvby Azure IoT Hub Tutorial C# - https://www.youtube.com/playlist?list=PLU1w_BFZFd2pmUmbp8Wr5evtO2SPloy6o Azure Cosmos DB Tutorial C# - https://www.youtube.com/playlist?list=PLU1w_BFZFd2rhMBlX7btQ628EgDqqWWIL 'Azure AD Authentication (OAuth 2.0) Tutorial From Scratch' - https://www.youtube.com/playlist?list=PLU1w_BFZFd2qNjGLJYBAQR0vbjPe76K3m Azure Networking Tutorial - https://www.youtube.com/playlist?list=PLU1w_BFZFd2qKBBX-XXdLHeka4DrJXVjH ------------------------------------------------------------------------------------------------------
Download
0 formatsNo download links available.