Viewing 15 posts - 7,801 through 7,815 (of 13,876 total)
s.kandepi3 (12/21/2015)
December 21, 2015 at 12:54 pm
Welsh Corgi (12/21/2015)
How do I Restore Backup to a d different Database Name?
Did you even check BOL for this? It's something which I would expect someone with thousands of SSC...
December 21, 2015 at 8:45 am
It's a readability word. You can omit it if you choose (much like the word AS when aliasing columns).
December 18, 2015 at 12:40 pm
butcherking13 (12/18/2015)
December 18, 2015 at 10:57 am
butcherking13 (12/18/2015)
At what number are you comfortable with before you want to move to...
December 18, 2015 at 7:44 am
ssisguy (12/17/2015)
Thanks guys...finally i got it..i just used 2 different connection managers and same file name..it worked out
We'll done. I'd forgotten about that trick.
December 17, 2015 at 1:33 pm
Manic Star (12/17/2015)
i always seem to import things like this to a staging table, then export the results to the file.
The OP does not mention any requirement for an import.
December 17, 2015 at 12:07 pm
only4mithunc (12/17/2015)
I have a requirement in which I have multiple CSV files ( columns and data are different in each file ) and I need to load this into...
December 17, 2015 at 11:12 am
Easiest way I know is to create two separate files and then use an Execute Process task to append one to the other
copy file1.txt+file2.txt all.txt
December 17, 2015 at 11:09 am
Alvin Ramard (12/17/2015)
Phil Parkin (12/17/2015)
loki70 (12/17/2015)
Thank you very much for...
December 17, 2015 at 8:49 am
loki70 (12/17/2015)
Grasshopper - That worked perfectly! I never stumbled on this "preview" version in my searches, but your link worked great.Thank you very much for your quick reply!
You could...
December 17, 2015 at 7:43 am
By the way, SSIS is quite happy to handle direct connections to servers (ie, there may be no need to use a linked server within SSIS itself).
December 17, 2015 at 7:01 am
Create a string parameter in your package and set it to the query string.
Change your dataflow source to use what's in the parameter, not the hard-coded query.
Use different configurations to...
December 17, 2015 at 6:58 am
OK, then I am not sure I can help.
As Excel holds dates as integers (try formatting your date as 'General' and you will see what I mean), I would have...
December 17, 2015 at 6:52 am
murtzd (12/17/2015)
I'm experiencing a very frustrating issue. I am using the guide below to read a cell value in Excel into a SSIS variable;
http://www.techbrothersit.com/2013/11/ssis-read-excel-cell-value-in-ssis.html
It works very well for anything...
December 17, 2015 at 5:59 am
Viewing 15 posts - 7,801 through 7,815 (of 13,876 total)