Viewing 15 posts - 751 through 765 (of 893 total)
As far as I know, "Isnull" is not a valid Excel function so it cannot be used in queries against an Excel connection.
You would be better off extracting all the...
November 2, 2011 at 11:28 am
I tend to agree with Elliott on this one.
If you separate SSIS from the SQL Server instance, there are definitely a few trade-offs which in my opinion is not always...
October 28, 2011 at 2:17 pm
David Lester (10/26/2011)
October 26, 2011 at 11:12 am
David Lester (10/26/2011)
October 26, 2011 at 10:57 am
Hi,
How about using a recursive cte?
Read up about it in BOL...that should work.
Martin.
October 25, 2011 at 10:54 am
Jeff Moden (10/21/2011)
I could be wrong but I believe the OP wants 1 "duplicated" row for each element in the CSV column.
Wasn't sure myself, but thought I would give the...
October 21, 2011 at 11:30 am
skanth (10/21/2011)
there is bunch of errors
use of sql command from variable method also throws errors
how to handle the situation
Hi,
Oracle sources are a little tricky to...
October 21, 2011 at 8:49 am
jasonkellington (10/20/2011)
Any ideas of how to approach this?
First off, I'm not sure how to translate the original gaurdians column into separate columns in the csv, which is the biggest...
October 21, 2011 at 8:05 am
abbysql (10/7/2011)
Indeed it is interesting. I am also...
October 8, 2011 at 5:49 am
abbysql (10/7/2011)
October 7, 2011 at 4:09 pm
Duran (10/6/2011)
I am trying to use SSIS to move non unicode data into an Oracle database where it will stay as non...
October 6, 2011 at 10:18 am
abbysql (10/5/2011)
Can someone resolve this issue for me pleasee
Are there any differences between the source queries (probably stored procs...I hope) on the two servers?
October 5, 2011 at 11:52 am
visual.prabu (10/4/2011)
Thanks. It works.
Sure, no problem.
October 4, 2011 at 7:22 am
Juls-195136 (9/30/2011)
I have a fairly simple report that runs from stored procedure. When I execute stored proc with certain parameters it takes 19 seconds to return results. When I execute...
September 30, 2011 at 1:52 pm
visual.prabu (9/29/2011)
I have a RDL with details with 5 regions.
It all details come in a single sheet while i export to excel.
I have to specify each sheet for each...
September 30, 2011 at 1:48 pm
Viewing 15 posts - 751 through 765 (of 893 total)