Viewing 15 posts - 61 through 75 (of 354 total)
OK,
I have a temp table of codes (Specified above)
Then I have a query that uses the code as critera so I am going to have another temp table for each...
February 25, 2013 at 4:44 am
Abu Dina (2/25/2013)
with cte_MyCodes(Code)
as (select 'A' union ALL select 'B' union all select 'P' union all...
February 25, 2013 at 4:38 am
Eugene Elutin (2/25/2013)
February 25, 2013 at 4:35 am
kl25 (2/21/2013)
You're welcome. Glad you got the issue worked out. 🙂
Your Full File Name made me realise where I was going wrong. Thank you again. What a day
February 21, 2013 at 9:20 am
kl25 (2/21/2013)
1. Set a variable for the path (folder). Learned early on to separate the path because paths that I thought would NEVER...
February 21, 2013 at 9:11 am
kl25 (2/21/2013)
Debbie Edwards (2/21/2013)
In the Flat file connection managers properties I have
ConnectionString set to \\D-fs07\spar-it\PROJECTS\1 Active Projects\DATA WAREHOUSING PROJECT\Development\Extract_To_CSV\Test.csv
And Expressions Connection String set to @[Extract_To_CSV_Folder]+@[User::DFES_NAME_DATE_File_Name]+".csv"
The fact...
February 21, 2013 at 8:52 am
Debbie Edwards (2/21/2013)
February 21, 2013 at 8:49 am
:doze: your right! I think Im going to have to reask for a bigger screen, I dont think my eye sight is doing me any favours. Ill have another go...
February 21, 2013 at 8:45 am
Heres a thought.....
In the Flat file connection managers properties I have
ConnectionString set to \\D-fs07\spar-it\PROJECTS\1 Active Projects\DATA WAREHOUSING PROJECT\Development\Extract_To_CSV\Test.csv
And Expressions Connection String set to @[Extract_To_CSV_Folder]+@[User::DFES_NAME_DATE_File_Name]+".csv"
The fact there are 2...
February 21, 2013 at 8:43 am
Its very strange. Its gone to about 3 different places. Almost like the last folder I was looking at when I was working on a different project.
I realised I...
February 21, 2013 at 8:27 am
Ive been a bit daft again. I already have a variable with the folder in.
Ive concatenated this and the file name together to get the whole shebang.
@[Extract_To_CSV_Folder]+@[User::DFES_NAME_DATE_File_Name]+".csv"Hopefully this will...
February 21, 2013 at 7:08 am
Not yet...
I have another error message about
The token [The symbol for square] at line number zero
....
Im imagining this is because I have spaces in the folder names that...
February 21, 2013 at 6:58 am
Just realised I have been an idiot on this one!
I blame my smaller screen and terrible eyesight :blush:
Of course thats what was meant!
Thank you
February 21, 2013 at 6:53 am
Ive had an better error message telling me the example same thing so at least thats something to go on!
Still I tried doubling up \\\\ and got the same error...
February 21, 2013 at 6:51 am
Excellent piece and its helped me figure out my problem with adding the files to a folder.
My problem is that my folders arent on the C drive but they are...
February 21, 2013 at 6:43 am
Viewing 15 posts - 61 through 75 (of 354 total)