Viewing 15 posts - 11,416 through 11,430 (of 11,678 total)
Not 100% sure, but I thinks this is how you should do it:
1. Take an Execute SQL Task and execute your stored procedure there with the following code:
EXEC my_stored_procedure my_par1...
May 20, 2010 at 3:08 am
Try running the package in 32-bit mode. 64-bit and Excel gives problems.
If it still fails, let us know.
May 20, 2010 at 3:00 am
honza.mf (5/20/2010)
da-zero (5/20/2010)
May 20, 2010 at 1:08 am
honza.mf (5/19/2010)
Maddy...! (5/19/2010)
wht ever it may be in order to run completely a block of t-sql code it should be syntax error free
i think there is no...
May 20, 2010 at 12:58 am
| --> %7C hex and | unicode
¦ --> %A6 hex and ¦ unicode
May 19, 2010 at 8:26 am
Ed-86789 (5/19/2010)
It is available as the "Vertical Bar" Column delimiter in the Columns panel of the Flat File Connection Manager.
Nope, that is the | symbol, while the original file has...
May 19, 2010 at 7:50 am
As I see it, the symbol ¦ is not listed as one of the delimiters in the dropdown menu of the flat file configuration manager.
You have 3 possible solutions:
* let...
May 19, 2010 at 6:51 am
I think you can do pretty much the same with SSIS.
Read the file and perform a lookup on a lookup table containing the "bad" files.
Redirect your error output to a...
May 19, 2010 at 2:03 am
Why the double post?
I think you are using the wrong tool for the job. SSIS is a data movement tool, an ETL tool.
I believe it is far easier to just...
May 19, 2010 at 1:06 am
Nice question. Of course I got it wrong, as I thought it would be the same answer as the QotD from 13th of May. 🙂
May 19, 2010 at 12:46 am
Set the OrderBy property to Key of your month attribute.
Reprocess the dimension and see if it works.
May 18, 2010 at 3:22 am
That is odd.
Can you give a more detailed description of what you're doing, how you're doing it and what you are trying to accomplish?
May 18, 2010 at 2:16 am
1) It is only for 2008 or higher (unless it will be tossed away, as this blog post is hoping for: http://sqlblog.com/blogs/jamie_thomson/archive/2010/05/11/five-things-ssis-should-drop.aspx)
2) Create a variable that will hold the filename...
May 17, 2010 at 7:53 am
I don't think that SSIS has built-in features to get that sort of information, so I think you'll have to script in .NET to obtain that info.
May 16, 2010 at 11:58 pm
kastros.george (5/14/2010)
Why dont you use excel???
andrew.ingram
May 14, 2010 at 8:15 am
Viewing 15 posts - 11,416 through 11,430 (of 11,678 total)