I hav开发者_运维知识库e a dataflow, where there is a DB source and a flat text file destination(delimited by pipe \'|\').
HI Everyone, I have SSIS packages which runs on nightly basis to move data from AS400 to SQL Server 2005. From last couple of months my packages consuming more time to complete as a scheduled job. If
When converting from DT_Decimal to DT_Str, the derived column stips off decimals from my result. ex.: -0.1250 returns -0.125
One question though lets say publisher database had 100 tables and I use Transactional Replication to move the data from those 100 tables to Subscriber Database that would be fine.
please see the figure to get idea of the scenario. Now when my Package will run after executing the s! task, either A or B path will be followed. So If A is followed then Task S2 and F2 is execute开
I like to upload multiple files, with different names, in 开发者_StackOverflow社区a single FTP task to server in SSIS package.
I don\'t get the Business Intelligence Project type at all when I try to create a new project and I have looked for two days for a workaround. Is it just not possible to do th开发者_Go百科is in VS2008
We are currently having an OLTP sql server 2005 database for our project. We are planning to build a separate reporting database(de-normalized) so that we can take the load off from our OLTP DB. I\'m
Goal: I have a Db source. Depending on a variable, i need to s开发者_StackOverflowtore it into a fixed width file OR a delimited file.
I have been trying lately to create SSIS packages from .NET code rather than 开发者_如何学JAVAusing drag and drop in Visual Studio. As part of the package documentation, I would like to be able to ann