Viewing 15 posts - 6,736 through 6,750 (of 13,877 total)
NewbyUser (9/7/2016)
i have a problem with a scalar valued function. There are two systems who will use the function to create new "OrderNumbers".
Sometimes the two system use the function...
September 7, 2016 at 8:25 am
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
Viewing 15 posts - 6,736 through 6,750 (of 13,877 total)