Viewing 15 posts - 8,296 through 8,310 (of 11,678 total)
Just split the datastream into two datastreams by using the multicast component. That way you'll have two outputs. Connect each of them to the corresponding file.
January 26, 2012 at 12:12 am
Script examples for Service Broker:
http://blog.sqlauthority.com/2009/09/21/sql-server-intorduction-to-service-broker-and-sample-script/
January 26, 2012 at 12:11 am
You must be doing something wrong, because I can export to multiple TIFF pages just fine.
Which version of SSRS are you using?
January 26, 2012 at 12:08 am
Get a 64-bit OS and put in more RAM?
January 25, 2012 at 11:26 pm
darrenkelly (1/25/2012)
Koen Verbeeck and Evil Kraig F, thank you both for taking the time to reply. You have put my mind at ease. OLE DB it shall be.
Much appreciated...
January 25, 2012 at 5:05 am
johnnyk (1/23/2012)
January 25, 2012 at 2:53 am
Gianluca Sartori (1/25/2012)
No, it would block SQLServer users and wouldn't drop existing connections.
It would block however the SQL Server user that is used by the cube to browse the data...
January 25, 2012 at 2:48 am
In SQL Server 2012, SSIS is inside the database engine. So you just need to connect to the regular database instance. You can still connect to the SSIS service however,...
January 25, 2012 at 1:45 am
Did you install the client tools?
In SQL Server 2012, BIDS actually doesn't exist anymore. It is merged along with other products into SQL Server Data Tools (SSDT), formerly know as...
January 25, 2012 at 1:43 am
yuvipoy (1/24/2012)
I am not using two systems only one system is been used.i tried to install all the .net fram work related to 2005 though it is not working for...
January 24, 2012 at 11:57 pm
It becomes quite easy to answer all those similar concurrency questions if you've read the MSDN page after the first question 😀
January 24, 2012 at 11:49 pm
Evil Kraig F (1/24/2012)
sqlsponge2 (1/24/2012)
It appears to be coming in through the OLE DB source as (string [DT_STR]) and comparing in the Lookup to (string [DT_STR]).
Hm. 11 records that...
January 24, 2012 at 2:03 pm
Khades (1/24/2012)
There is only 1 stream per data flow, but 20 data flows.
You can merge those dataflows together. A dataflow can have multiple streams.
January 24, 2012 at 2:01 pm
Viewing 15 posts - 8,296 through 8,310 (of 11,678 total)