Chopping Off Data
An ETL issue with Excel causes issues, because the users didn't realize a limitation.
2020-10-19
197 reads
An ETL issue with Excel causes issues, because the users didn't realize a limitation.
2020-10-19
197 reads
Learn how to format your SQL Server results in Excel using conditional formatting to quickly identify patterns and issues.
2020-03-10
In this tip we look at how to read an Excel file from within SQL Server using OpenRowSet and OpenDataSource along with the possible errors you may encounter and how to fix these issues.
2019-10-17
Excel and Power BI work well together. This allows you to use the two tools together to provide for many types of business workflow and BI practices. You can publish an Excel file to Power BI to share with others, analyse a Power BI dataset in Excel or import either an Excel workbook or Excel data to Power BI. You can gain the workgroup power and business-orientation of Power BI without losing the ease and versatility of Excel. Saurabh shows how.
2017-09-22
6,233 reads
What native SQL Server options are available to export to Excel? Jeremy Kadlec explains.
2017-06-30
5,930 reads
Jeffrey Yao suggests a solution to validate Excel data via PowerShell and Regular Expressions.
2015-09-14
3,457 reads
2015-08-21
1,481 reads
This script converts a numeric column index to an Excel column name (ex: AC)
2013-11-07 (first published: 2013-10-23)
1,483 reads
SQL Server Integration Services provide a versatile way of reading Excel files into SQL Server. A task like this illustrates the advantages of the graphical approach of SSIS. Andy Brown explains.
2013-06-13
7,885 reads
This article details an Excel 2010 function to return the cell address of min and max functions.
2013-06-04
5,800 reads
Statistics objects are important for allowing the SQL Server Optimizer to make good estimates...
By DataOnWheels
Saving the Day from Delay Part 2 Creating DateKey and TimeKey columns can be...
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
We're having a very peculiar problem with the "Maximum stored procedure, function, trigger, or...
1. What is the difference among nested loop?hash join and merge join? 2. what...