Viewing 15 posts - 3,376 through 3,390 (of 13,874 total)
It is certainly possible, though it is likely you would have to install things on your server which should not really be there (the Microsoft Excel application).
Once you do that,...
August 26, 2019 at 6:39 pm
Hi Rechana,
Your question is interesting to me even though unfortunately I don't have any expertise to share with you. but I subscribed to see what you end up choosing...
August 26, 2019 at 4:49 pm
Drew,
I feel like such an idiot. You're absolutely right about the parentheses. That solved problem #1.
I knew the text data type was deprecated but never thought to CONVERT or...
August 26, 2019 at 4:48 pm
This is not a pleasant one to solve.
The only way I know of doing this is to write some C# code in a script task which will get the sheet...
August 26, 2019 at 4:45 pm
May I ask what you are trying to achieve overall?
August 23, 2019 at 10:03 pm
You may even be able to redirect the rows when it goes to put the data in the target table.
You mean if the INSERT fails? Yes, you can redirect...
August 23, 2019 at 7:06 pm
The validation your are referring to has to be done manually, ie, create some queries which identify the issues you are concerned about and run them on the staged data.
If...
August 23, 2019 at 6:59 pm
Secondly, do you realise that your table thoroughly violates relational database principles?
A Gender table should contain, erm, genders and only genders.
A City table would contain your cities.
A Person/Customer table would...
August 23, 2019 at 6:57 pm
First of all, there is no need to shout ... please consider using some lowercase letter in future.
Secondly, please provide your data in a consumable format (one which can be...
August 23, 2019 at 6:54 pm
I'd be interested to know if the SSIS transforms perform any better or worse than well-written SQL scripts.
It's tough to beat well-written SQL scripts, but it's also quite rare...
August 21, 2019 at 8:29 pm
Unfortunately, your flexible architecture has resulted in a performance trade-off which is not easily remedied.
If you can buy and install third party products, you might like to think about
August 21, 2019 at 8:20 pm
Indeed I did. I believe that yours demonstrates that you did not read mine.
Why are you persisting with Results to Text after I told you (implicitly) that this does not...
August 20, 2019 at 10:21 pm
August 20, 2019 at 10:14 pm
You mean 'Results to File'?
You will be prompted for a file name/location when you execute the query.
Results to Text puts the results into the Results pane, in text format.
August 20, 2019 at 10:10 pm
I'm just waiting for Jeff to chime in on this one ...
August 20, 2019 at 3:37 pm
Viewing 15 posts - 3,376 through 3,390 (of 13,874 total)