Viewing 11 posts - 1 through 12 (of 12 total)
Database default collation is SQL_Latin1_General_CP1_CI_AI
August 27, 2015 at 2:08 pm
Thank you for your kind and considerate response.
I had tried your solution prior to posting on here, but I found some very conflicting information and was hoping someone on here...
June 4, 2015 at 12:28 pm
Right, I figured that. My real question, though, is how do I insert the data into the denormalized table?
My select: Select TOP 3 FROM EmployeeCountry where EmployeeId = 10001
Will give...
April 14, 2015 at 9:11 am
Unfortunately, I cannot normalize the target as the system that will be consuming the data needs it in a flat table.
April 14, 2015 at 8:44 am
I am not splitting it back into 2 tables. I am trying to get the CountryIds associated with an EmployeeId in the EmployeeCountry table, then I am going to insert...
April 14, 2015 at 8:05 am
They would know which is the EmployeeId and which are the CountryIds by the column headings in the table I will insert the data into.
I will attempt your suggestion and...
April 14, 2015 at 7:59 am
No, no warning message came up.
March 3, 2015 at 8:47 am
OK figured it out.
I had the OLE DB Destination set to "Table or view - fast load".
Changing it to "Table or view" had it send only the error row....
March 3, 2015 at 8:41 am
It would be hard for me to share the package and file because it is dealing with Employee data.
The package has a Data Flow Task which contains only three transformations:...
March 3, 2015 at 7:46 am
Viewing 11 posts - 1 through 12 (of 12 total)