Viewing 15 posts - 31 through 45 (of 124 total)
Nope, I did not mean to sound defensive in anyway at all and sorry if I came across that way
September 22, 2016 at 6:31 am
thanks for the response. I actually think it was the table that I was querying against as it stored millions of records. I changed to a different version...
September 22, 2016 at 5:59 am
Yep, it looks okay. In doing further investigation and trying to trace the issue through execution results, it looks like the permissions on the destination table changed somehow. ...
September 15, 2016 at 11:35 am
Nope, I deleted the whole Data flow, recreated it and still the same. And this is with a new refreshed tsv file too. I waited yesterday thinking maybe...
September 15, 2016 at 10:15 am
Thanks Phil, I will try that. I did recreate the destination, but not the source. The only thing I did there was refresh the columns. I will...
September 15, 2016 at 9:24 am
I guess I don't understand, but each month it runs, it would be a unique file name. So next month it should be something like 20161001.csv. In November...
September 7, 2016 at 8:14 am
In this use case we would not need to do an overwrite (not that I am aware of yet). This is a file that will be run once a...
September 7, 2016 at 7:34 am
Is it as simple as doing this: System.IO.File.Move(@"C:\From.txt", @"C:\TO.txt"); ?
Except I need the "TO.txt" file to be YYYYMMDD.csv
September 7, 2016 at 7:25 am
Thanks, that would be great too as in this project I am not using C#, but I easily could.
September 7, 2016 at 7:20 am
Thanks and that is the direction I was just looking at, using the File System Task to manipulate that filename after the processing was done. I just now need...
September 7, 2016 at 6:41 am
thanks for the response and the help. I do appreciate it
June 28, 2016 at 7:40 am
I checked with the profiler, but there is a LOT going on with this SQL server so what I did, and this does work for some reason, is built a...
June 28, 2016 at 7:29 am
I will check it and see what it shows
June 28, 2016 at 6:47 am
Yep, no triggers and the datetime is being sent from the code as follows: #6/28/2016 08:33:14 AM#, but the resulting row in the database table is:
ActivityLogID ...
June 28, 2016 at 6:35 am
Thanks for the link. I will check this
June 2, 2016 at 1:15 pm
Viewing 15 posts - 31 through 45 (of 124 total)