Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/007…
"No Current Record" error in Access Report
I have developed a report in Access 2010 that uses Excel tables as its data source. These Excel files are linked, as opposed to being embedded in the Access project. This report is a receipt, as from a point of sale. It has a report header, a detail section, and a report footer. The header and footer data comes from a single-record .xls file we'll call "A" and the sales lines detail from ...
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/vstud…
In SSRS how to display three groups at the same time on separate pages?
I have a parameter of data group number in my report. Based on this parameter the report extracts respective information. For example, if 1 is selected in the parameter then company1's information is pulled. I want to pull the information and display all the three companies on separate page.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
Merged Cells Problem in Excel Export - social.msdn.microsoft.com
This way, when the report is exported to Excel, the header stuff and legend appear in the first sheet, while the report data appears in the second, separate sheet.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
OleDB Adding Columns, Inserting values, and other data manipulation for ...
It is not the end purpose of the program, but the ability to load a cell value in to a variable, and a variable value in to a cell, using data from anywhere in the spreadsheet and manipulating the data and the spreadsheet will be a cakewalk.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/vstud…
Data Flow Task:Error: Excel Source failed the pre-execute phase and ...
I am using provider=Microsoft.ACE.OLEDB.12.0; for excel connector and running in 32 bit compatible mode in both SSDT and in SSISDB catalog. To single out the problem I created the package with only 1 dataflow task. Source is excel connection and destination in OLEDB destination connecting to local SQL Server 2012 database.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
Extracting data from Excel to import to SQL
Pretty much just like a database call from .NET. Create connection statement using the OLDB driver, create select statement, execute the statement into datareader, use the data as desired by the app, close your datareader and connection.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/sqlse…
In C# is there a way of refreshing query in EXCEL (REFRESH ALL)
Need C# code in SSIS Sript task which should refresh all excel data which extracts from a table using Microsoft query.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/en-US/ee6…
Add dummy row into the first row of excel file in SSIS
I am facing problem with column data types. SSIS excel source is considering same column data type as string, sometimes as Unicode string and sometimes as Unicode Text stream based on underlying excel data. So what I want to do is to add dummy row which contains Unicode Text stream data and insert it to 1st row of excel using script component.
Global web icon
microsoft.com
https://social.msdn.microsoft.com/Forums/sqlserver…
How to Truncate the Data from Excel sheet ..when loading
I am loading the data into Excel destination using ssis. Everyday I need to truncate the sheet and reload that fresh.
Global web icon
microsoft.com
https://www.social.msdn.microsoft.com/Forums/en-US…
Outlook - Automated Email sending by pulling data from Excel
I have a Excel spreadsheet with around 500 names containing the name of the person and their email address etc. Apart from spending weeks, typing up an standard email, adding the specific names and emails from an excel spreadsheet, I have read this process can be automated using Outlook and Excel which would save me weeks.