Viewing 15 posts - 9,946 through 9,960 (of 13,879 total)
OK, I see what you are getting at, thanks. I still cannot see why that causes a formatting problem when outputting though.
May 6, 2013 at 9:23 am
Learner093 (5/3/2013)
May 6, 2013 at 7:29 am
sgmunson (5/6/2013)
May 6, 2013 at 7:20 am
Steve Shurts (5/6/2013)
May 6, 2013 at 5:55 am
Hi Wayne.
Nice article, thank you.
Can you explain what you mean by: "...you can specify what the server is change all the variables at one place simply" please - it...
May 5, 2013 at 11:36 pm
SQL_Learning (5/3/2013)
Execute process task 1 --- i am selecting all the .txt files and moving them
Execute process task...
May 3, 2013 at 8:03 am
SQL_Learning (5/2/2013)
I was trying to get all my .txt and .csv files from one folder and move them to another folder so, how can i do...
May 3, 2013 at 5:51 am
dfulks (5/1/2013)
May 2, 2013 at 2:59 am
Can you create a connection name which does not contain any spaces and try that?
May 2, 2013 at 1:31 am
Smash125 (4/29/2013)
Yes. how to process this file
That file does not exist. Remove the wildcard characters and use the real file name.
April 29, 2013 at 10:52 am
Daniel Bowlin (4/29/2013)
So the real challenge is getting the data out of the stored procedure. You could build a work table and then
INSERT...
April 29, 2013 at 8:25 am
brian.geregach (4/16/2013)
Setup:
I have an SSIS package that inserts rows to a database. On...
April 29, 2013 at 6:30 am
I do not think that the wildcard character * is valid in file names - assuming that that is your question?
April 29, 2013 at 4:15 am
Use an Execute Process command at the end of your package to run a DOS copy/append:
copy file1.txt+file2.txt+File3.txt+File4.txt AllFiles.txt
April 26, 2013 at 3:08 am
If you can find any way that you can re-engineer this process so that you do not do any sorting or grouping within SSIS and instead use the SQL Server...
April 25, 2013 at 8:41 am
Viewing 15 posts - 9,946 through 9,960 (of 13,879 total)