From the course: REST APIs, Vectors, and AI in SQL Server 2025

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Demo: Environment overview including deployment options

Demo: Environment overview including deployment options - SQL Server Tutorial

From the course: REST APIs, Vectors, and AI in SQL Server 2025

Demo: Environment overview including deployment options

- [Narrator] Before we really dive in, let me talk a bit about my demo environment. I'm running a demo environment with four different servers. All of my servers are Windows servers. My first server is a domain controller. I got a server for SQL 25. And I got a server hosting Ollama, which is a local large language model using a GPU. I also got another box running Ollama with only a CPU. This will be important later. Obviously, all these specific servers are running their respective tools in them, but there's a bit more to it. On my SQL Server, I'm running VS Code for my demos. But you could also use SSMS or any other tool of your liking. For Ollama to really do something meaningful, you have to have at least one model, a large language model, and there's a wide variety of pre-trained models available for this purpose. To make sure that your Ollama service is accessible for SQL, you need SSL. You need an SSL…

Contents