Viewing 15 posts - 9,766 through 9,780 (of 13,880 total)
I think you'll need to write some code. Here[/url] is a starter - you'll have to expand on it to get it doing what you want.
July 7, 2013 at 10:49 pm
Vikash Kumar Singh (7/5/2013)
You can try the solution listed here.SSIS: How to load multiple excel files into multiple SQL tables?
Although it looks like this will work, SSIS is not...
July 5, 2013 at 8:26 am
Can anyone recommend a solution?
If you can enforce a common column-naming / data-typing format on all of the Excel files, you have a chance of using SSIS and looping to...
July 5, 2013 at 4:00 am
Sri8143 (7/5/2013)
DECLARE @Var1 VARCHAR(10)
DECLARE...
July 5, 2013 at 12:25 am
No problem.
Within the SSIS data pipeline, there is not really a concept of table names. The source data values are copied to in-memory variables which then flow through the pipeline...
July 4, 2013 at 5:14 am
(clutching at straws...)
One thing worth checking: try changing the tilde (~) to something else (eg 'x'), just in case it is being interpreted as a special character. It does have...
July 4, 2013 at 5:05 am
Hmm - that should work.
Can you attach a screen shot which shows the data flow along with the derived column expression?
As long as the derived column is somewhere between your...
July 4, 2013 at 4:48 am
Try changing your expression - you do not need the 'select' bit. See here for reference.
Also, note that literal text should be surrounded by " rather than ' in SSIS...
July 4, 2013 at 4:14 am
What is this all about?
If your question is about SQL 2008, why not post it in that forum?
If your question is about T-SQL, why post it in an SSIS forum?
What...
July 4, 2013 at 3:42 am
Nice work, well done.
June 28, 2013 at 2:29 am
Animal Magic (6/28/2013)
June 28, 2013 at 12:54 am
I would probably use a Script Component to do this - with a single output column.
The Script Component then needs to take care of adding all the delimiters and performing...
June 27, 2013 at 10:45 pm
Are the header and footer static or dynamic?
June 27, 2013 at 10:31 am
I just had a look at this. I can build a dynamic pivot to get you either 'report count' or 'report pending' figures - but not both on the same...
June 27, 2013 at 5:59 am
OK, you need a dynamic pivot in combination with some sort of date tally - that's a bit of work. I'll try to get back to you a bit later,...
June 27, 2013 at 2:57 am
Viewing 15 posts - 9,766 through 9,780 (of 13,880 total)