News

This code shows the fastest way to insert data from an excel sheet to an online server using SQL Server and VBA: Option Explicit Dim cn As New ADODB.Connection Dim i, j, LastRow, vbox As Integer Dim ...
This project is a Data Access layer that can be used in any VBA application to connect to SQL Server. The purpose is to keep database connectivity tidy and core database commands centralized within a ...
A few months ago a new option was added to the Sql.Database and Sql.Databases functions in Power Query in Power BI and Excel which allows Power Query queries that combine data from different SQL ...