Viewing 15 posts - 541 through 555 (of 1,118 total)
What is happening when you execute the package?
November 9, 2009 at 1:48 pm
What is the error you get?
November 9, 2009 at 1:11 pm
Kent Krug-210111 (11/9/2009)
But it is killing me. I can dynamically create a file but when I try to use an expression as an...
November 9, 2009 at 12:09 pm
Kent Krug-210111 (11/9/2009)
The problem that I'm still having is that I can change the value of a User Variable with Package Scope and view the...
November 9, 2009 at 9:56 am
Duplicate post. The question is being answered here.
November 7, 2009 at 4:47 pm
Kent Krug-210111 (11/5/2009)
Can you concatenate variables at the Package Level like in DTS with Global Variables?
I don't remember what it was in DTS, but in SSIS it possible to do...
November 7, 2009 at 4:46 pm
If you are able to have your package working in one case, the only reason for the other case not work is if you use configurations in one case and...
November 7, 2009 at 4:38 pm
mbokker (11/3/2009)
I set a breakpoint on the task, and right clicked/Execute...
November 7, 2009 at 4:34 pm
stricknyn (10/31/2009)
Hi, unfortunately whether it's read or write won't matter. I'll still get the error stating this must be done in the PostExecute section.Strick
Do not set ReadOnlyVariables property. Then...
November 1, 2009 at 12:23 am
What happens when you define the variable you want to use in the ReadOnlyVariables property? You should not have problems reading variables before output rows. Only writing to variables will...
October 31, 2009 at 8:51 pm
oddiejbp (10/28/2009)
Using XML its easierhttp://www.sqlservercentral.com/articles/XML/61618/%5B/url%5D
regards.
This approach would worsen the load performance. If you have to load simple CSV file, the much better approach is to use directly the standard...
October 28, 2009 at 9:07 pm
Richard Cranston (10/28/2009)
October 28, 2009 at 8:58 pm
Phil Parkin (10/28/2009)
I never even suspected that English was not your native language...
October 28, 2009 at 10:42 am
Phil Parkin (10/28/2009)
CozyRoc (10/28/2009)
...
These two are one of the best:
...
Hmmm, you might be pretty good at SSIS, but I'm not so sure about your English! 😀
Thank you for the friendly...
October 28, 2009 at 10:27 am
Pete T-366679 (10/28/2009)
I was just...
October 28, 2009 at 9:00 am
Viewing 15 posts - 541 through 555 (of 1,118 total)