Viewing 15 posts - 76 through 90 (of 99 total)
My biggest issue was that I assumed there wasn't more than one answer. I've gotten spoiled by the questions hinting that there is more than one answer.
To be honest,...
September 18, 2013 at 11:23 am
Congratulations!
September 18, 2013 at 11:12 am
@SQLArnold-
I haven't forgotten about this, I just was wrapped up in "other" work tasks...
So at first, I was totally perplexed on the command line not testing correctly and then I...
September 17, 2013 at 12:53 pm
Yes it does...
I believe I have found your problem: In cmd line operations anytime a folder/file name contains spaces you have to wrap the entire item in "s.
Example: -min...
September 16, 2013 at 2:12 pm
Ok, so its not in the variable creation...
How is the archiving happening (aka running WinZip)? My guess is that it is using the "Execute Process Task".
Can you...
September 16, 2013 at 1:02 pm
My reason for the question is to see if you are verifying if you have stripped out any line feeds or carriage returns.
An example would be: the variable would...
September 16, 2013 at 11:58 am
What type of component/operation are you using to generate the variable? Or a better way of stating it might be how is the variable's value established?
September 16, 2013 at 11:46 am
No the CHAR(32) is for a single space.
Oops, I should have put an example:
"\\\\phxp-sfs-003\\phxmbumcacrdltr\\TestZipping" + CHAR(32)+ "Folder"
September 16, 2013 at 11:07 am
I know this is from left field (and I am not the foremost expert at SSIS) but have you tried the "CHAR" code for a space?
Something like: "\\NetworkLocation\TopFolder\SubFolder" + CHAR(32)...
September 16, 2013 at 10:50 am
Something to wake me up (outside the morning cup of joe).
Thanks!
September 16, 2013 at 6:09 am
I wanted to say thank you to Hugo for the in-depth explanation.
September 3, 2013 at 6:37 am
You could try something along the lines of:
ALTER TABLE XXX
ALTER COLUMN ID INT IDENTITY(1,1)
That would modify your Id column to being an identity column with a seed value...
August 29, 2013 at 8:46 am
When I first saw this question, I hadn't used the CONCAT function so I read up on it. I should have gotten the question right based off of that...
August 28, 2013 at 7:20 am
Note to self: do not try to answer SQL questions (no matter how simple) before 1st cup of coffee is consumed. In hindsight, I actually had the right answer...
August 26, 2013 at 7:43 am
Even reading up on Normalisation (or is it Normalization?), I still ended up guessing but it did get me to re-assess what I think of 1NF to 4NF.
Thanks!
August 23, 2013 at 1:16 pm
Viewing 15 posts - 76 through 90 (of 99 total)