Viewing 15 posts - 6,736 through 6,750 (of 13,876 total)
Koen Verbeeck (9/7/2016)
Brad Allison (9/7/2016)
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
Yes, but be aware that the Move method cannot...
September 7, 2016 at 8:10 am
Or if you are happy writing some C# and using a Script Task (my preference), it takes only three or four lines of code. I can provide an example if...
September 7, 2016 at 6:51 am
colin.dunn (9/7/2016)
Thanks for the info guys, I've been learning SQL for a while now and I want to get my scripts as effective as possible.
No problem. Keep posting your questions...
September 7, 2016 at 6:36 am
It's probably easier to leave the destination file name as is and add a subsequent task to do a copy/rename.
If you do a search on SSIS file system task rename...
September 7, 2016 at 6:34 am
colin.dunn (9/7/2016)
I created the below code and if works fine. However my DBA said "It does the job but is clunky" how could...
September 7, 2016 at 6:20 am
Bill (DBAOnTheGo) (9/6/2016)
September 6, 2016 at 1:49 pm
The history is interesting to some, but the OCD with names is just rubbish.
He may be OCD with names, yet he still managed to misspell Jeff's.
September 6, 2016 at 8:01 am
Thom A (9/5/2016)
Phil Parkin (9/5/2016)
I'm planning to use function to remove spaces, quotes and "JR" , is there any function already exists?.so I can reuse same else I will start...
September 5, 2016 at 8:54 am
I'm planning to use function to remove spaces, quotes and "JR" , is there any function already exists?.so I can reuse same else I will start fresh one.
Not specifically. I...
September 5, 2016 at 8:24 am
koti.raavi (9/5/2016)
Ex:
Table1
...
September 5, 2016 at 7:52 am
Not even then. Instead, export the packages from SSISDB, put them into VS projects and build/deploy from there.
September 2, 2016 at 8:28 pm
Ok, I'm away from my PC right now, so can't check details.
Have you tried creating a brand new solution/project and adding a new package to it? Just to rule out...
September 1, 2016 at 10:47 am
You should leave the catalog db alone and simply redeploy the packages.
September 1, 2016 at 1:49 am
Which version of SSDT are you using?
September 1, 2016 at 1:45 am
valmostricay (8/31/2016)
Thank you guys, for help, unfortunately my problem connected with sql server.
As were our replies, whose questions you have not responded to.
August 31, 2016 at 8:57 am
Viewing 15 posts - 6,736 through 6,750 (of 13,876 total)