Connect to SQL Server
To connect to a SQL Server database, you'll need a SQL Server instance and a database connection string.
The connection string contains the server name, database name, and authentication details.
Example: Server=myServer;Database=myDataDatabase;User Id=myUser;Password=myPassword