Viewing 15 posts - 1,051 through 1,065 (of 13,841 total)
thanks guys. this is great. really appreciate the assistance!
Interesting, at the surface, one would think this wouldn't be a difficult job for sql server to handle(?)
You're apportioning blame in...
December 8, 2022 at 5:07 pm
That is a common problem when importing from Excel. The way I handle it is
December 8, 2022 at 4:17 pm
That looks like a good dataset, and I'm sure that your explanation makes plenty of sense, to people who understand the data!
But I'm not one of those people, so would...
December 7, 2022 at 5:05 pm
Please provide a CREATE TABLE script for [Cranes].[dbo].[LPKCColmnized], along with your desired results, based on the provided sample data (which would be easier to use if it were provided as...
December 7, 2022 at 2:54 pm
Sounds rather complex. You might be better off putting this into a view or stored procedure.
Are you using global temp tables rather than local ones for a reason? Local temp...
December 4, 2022 at 6:18 pm
I suspect you'll find that this is a fairly thankless task, once you expand your dataset to include other name varieties, but this code works for your sample data. It...
December 4, 2022 at 10:00 am
Can you explain the rules? Looks something like
field1x-field2x-field3x----
where fieldnx = replace(fieldn,'-','')
except your sample data desired output is all over the place
a) the ordering of fields is inconsistent
b) the number of...
December 3, 2022 at 10:19 pm
Hi All- Thanks for pointing that out. i am working on optimizing the execution. Also, for file count/data matching with table destination, I will insert my transactional data first...
November 22, 2022 at 1:02 pm
--Deleted. Once again, the site created two versions of my post
November 20, 2022 at 11:04 am
I made idCategoria only on table categoria, I was gonna make an Alter Table on usuario for creating the foreign key, it means then that I need to create...
November 20, 2022 at 11:03 am
Frederico's comments are spot-on.
If it were me, I would attempt to resolve those warnings (exclamation mark inside yellow triangle). Something is misaligned and whatever it is may be slowing things...
November 18, 2022 at 2:00 pm
Another approach would be to push the initial extract to a raw file, then use that as the source for your flat file and Oracle destinations.
But I don't see...
November 18, 2022 at 8:40 am
Have you isolated the line of code which gives the error?
November 17, 2022 at 1:33 pm
--Edit: removed duplicate reply.
November 17, 2022 at 8:36 am
That seems somewhat inefficient. I suggest that you add a Multicast after your OLEDB source to broadcast the same source data to both destinations in parallel. Here's a link...
November 17, 2022 at 8:35 am
Viewing 15 posts - 1,051 through 1,065 (of 13,841 total)