News

The Connection Properties dialog opens. For my sample ITworld application, I changed the data source to Microsoft SQL Server (SQLClient), and entered the necessary Server, Log On, and database values.
Connect to SQL Server with the .NET Framework Data Provider for SQL Server After you select .NET Framework Data Provider for SQL Server on the Choose a Data Source or Choose a Destination page of the ...
@cgillum I added SQLDB_Connection: "Server=tcp:<my-server>.database.windows.net,1433;Initial Catalog=sqldb-durable-function;Encrypt=True;TrustServerCertificate=False;Connection ...
// magic commands for SQL Server connection #r "nuget: Microsoft.DotNet.Interactive.SqlServer, *-*" Only then can the SQL connection string be used to create a Polyglot SQL subkernel.