Viewing 15 posts - 466 through 480 (of 499 total)
There's no attribute called InvoiceNo in your XML. That is, there needs to be something like this:
<Invoice InvoiceNo="12345" />
September 19, 2014 at 9:32 am
Well, what DO you want to do with extra columns? Ignore them, process them specially? This is really a business question, I think. What do your customers...
September 19, 2014 at 9:29 am
Use a CS or script transform to check the format. Don't assign columns in the flat file connector.
September 19, 2014 at 7:41 am
How would the package recognize that the for has fewer or more columns? If it's obvious you can use a conditional split. The idea is to have the flat file...
September 19, 2014 at 7:17 am
It is dyi version of a recvursive cte but avoids the rbar problem and potential exponential runtime
September 15, 2014 at 7:42 am
crazy_new (9/2/2014)
Sorry:blush: So then I assume that the inserted table does how all the records of you insert a batch?
Yup!
September 2, 2014 at 7:32 am
crazy_new (9/2/2014)
September 2, 2014 at 7:10 am
crazy_new (9/2/2014)
September 2, 2014 at 6:55 am
crazy_new (9/2/2014)
September 2, 2014 at 6:29 am
I'm not sure how "Labor Day 2014" can be returned. I don't see the string "Labor Day" anywhere in the function.
September 1, 2014 at 9:09 am
I'm sorry if you are offended. I suppose I'm simply confused.
If you have verified the accuracy of your data before sending it to SQL Server, why do you want to...
August 17, 2014 at 7:23 pm
Your original post included a screenshot that looks like a windows application. Are you working on that application? If so, I would do the validation there and not...
August 17, 2014 at 5:54 pm
questions:
1. are you checking in your application first? (why send bad data to SQL?)
2. What have you tried so far (you need to make some effort here.)
August 17, 2014 at 3:11 pm
Jeff Moden (7/28/2014)
gbritton1 (7/28/2014)
Jeff Moden (7/28/2014)
gbritton1 (7/28/2014)
Jeff Moden (7/28/2014)
g.britton (7/27/2014)
July 28, 2014 at 5:44 pm
Much better to use a date dimension table that contains all relevant date info for your company. You can include columns like 'IsHoliday' or 'IsWeekend' as well as fiscal...
July 27, 2014 at 9:26 pm
Viewing 15 posts - 466 through 480 (of 499 total)