Viewing 15 posts - 136 through 150 (of 205 total)
I tried
SELECT * FROM [SHEET NAME$]
I received the following error. Is my syntax incorrect?
TITLE: Microsoft Visual Studio
------------------------------
Error at XXXX_YYY_WEEKLY [Connection manager "Excel Connection Manager 1"]: SSIS Error Code DTS_E_OLEDBERROR....
April 19, 2011 at 10:51 am
In the Flat File Connection Manager, I set the text qualifier to double quotes (""). It had no affect. Am I doing something wrong?
April 14, 2011 at 11:29 am
You're right, a pipe character would be a superior delimiter and I wish I could use it. Unfortunately, I have NO control over the format of the source file.
April 14, 2011 at 10:50 am
I kept the lookup based on the SELECT statement I mentioned earlier. SALE_DATE (the only column in the lookup) became the Lookup Column. The Lookup Operation was <add as...
April 13, 2011 at 4:48 pm
Wait, I think I figured it out with the Lookup.
April 13, 2011 at 4:31 pm
Okay, this makes sense. I now have the flat file source bringing in all the rows. I tried to use a lookup based on SELECT DISTINCT SALE_DATE FROM...
April 13, 2011 at 3:00 pm
Could the Slowly Changing Dimension transformation help in this situation?
April 12, 2011 at 3:53 pm
Thanks for all of the help. I ended up doing something like this:
If File.Exists(lstrFileName) Then
...
April 11, 2011 at 3:41 pm
Thanks for the great advice! Does anyone know what affect the new DATE datatype has on Cognos? Has anyone experienced the new data type hurting Cognos reports?
March 28, 2011 at 12:01 pm
Regarding the Script Component, how would I set the DTS.Variables("").Value to the value from the spreadsheet?
March 23, 2011 at 5:39 pm
Yes, one SharePoint list is an existing dimension and a different SharePoint list is the destination. I need to ask the boss why it is being done this way.
March 1, 2011 at 11:11 am
I need to make a correction. The exisiting dimension is a SharePoint list. The source system is a SQL Server table. The output is a different SharePoint...
February 28, 2011 at 5:16 pm
Please pardon the delay. This is definitely the Kimball Method Slowly Changing Dimension from Codeplex instead of the standard SSIS SCD. Here is how we have it set...
February 28, 2011 at 12:15 pm
This is excellent information, thanks!
November 10, 2010 at 10:51 am
Can I use the SELECT COUNT(1) to populate a variable from within the Data Flow task?
October 12, 2010 at 6:07 pm
Viewing 15 posts - 136 through 150 (of 205 total)