Viewing 15 posts - 7,426 through 7,440 (of 11,678 total)
abhish_216 (4/3/2012)
Error: 0xC020901C at Data Flow Task 5, OLE DB Command [177]: There was an error with input column "ename"...
April 3, 2012 at 12:19 am
ProKelly (4/3/2012)
But can you connect to the boxi universe using the oleb db for oracle?
You mean connect directly to the universe? Not sure if that is possible with SSIS. SSIS...
April 3, 2012 at 12:16 am
Is that the only error that you get?
April 3, 2012 at 12:12 am
nilesh-652355 (4/2/2012)
I have following records....
CompanyID.......Quantity......Sales Year
123.................12..............2011-12
123.................34..............2011-12
123.................12..............2011-12
123.................15..............2012-13
123.................12..............2012-13
123.................12..............2012-13
Now, I want to write a view so I can get the following output
with sum of Quantities with...
April 3, 2012 at 12:07 am
sqlserver8650 (4/2/2012)
Connecting to Oracle is not a big deal
Just you have to do down load the client tools on your dev and prod box
Use the ODBC connection to get...
April 2, 2012 at 3:44 pm
EL Jerry (4/2/2012)
Sean,I'm quite sure the community will agree with me that you deserve the Nobel Patience Prize for your participation in that thread. 🙂
"El" Jerry.
We're building the...
April 2, 2012 at 3:42 pm
If the data is stored in a relational database engine, chances are good that you can get it with SSIS.
April 2, 2012 at 7:18 am
Try the following expression:
RIGHT((DT_WSTR,18) "000000000000000000" + REPLACE((DT_WSTR,18) myInputColumn),".",""),18)
April 2, 2012 at 7:10 am
I can also recommend this book:
Smart Business Intelligence Solutions with Microsoft SQL Server 2008
April 2, 2012 at 7:06 am
What errors do you get?
April 2, 2012 at 7:03 am
What is the source? SQL Server, Analysis Services?
Can you show us both queries?
Maybe try a Reporting Services forum, this one is actually for Integration Services.
April 2, 2012 at 5:12 am
Sean Lange (3/30/2012)
I made him read this whole thread. http://www.sqlservercentral.com/Forums/Topic1268991-391-1.aspx :w00t:
Hi-la-rious!
I do admire your patience.
I would probably already stopped looking at that thread after 3 or 4 posts.
April 2, 2012 at 2:05 am
opc.three (4/2/2012)
OK, tables, yes, I was aware that you could select more than one table in the wizard but the OP was asking about flat files.
You're right.
This makes copy/paste a...
April 2, 2012 at 12:39 am
Well, the wizard will create multiple dataflows if you import a lot of sources.
I believe the wizard puts around 5 sources in one dataflow, and then creates a new one.
I...
April 2, 2012 at 12:31 am
Viewing 15 posts - 7,426 through 7,440 (of 11,678 total)