IT & Digital Marketing Articles
Filtering posts by
tag: SQL
January 24, 2024
6 minute read
An easy method for speeding up queries against large tables is by using temporary tables. Here's a quick demo on using temp tables to optimize your returns.
February 20, 2023
5 minute read
Importing data from Excel into SQL Server without a bulk import option can be a challenge. Here's how data expert Laura Moss solved this by using Excel to generate T-SQL.