Is star schema possible in this case?
Hi All,I am in the process of designing a Data Warehouse using star schema technique. I have two tables(dimensions) - Accounts and Contacts(one account can have multiple contacts). The measures in the...
View ArticleSSIS - Extract subset (n) columns from table at time
I have a DB2 table with over 100 columns of data (and 30+ million records) which I need to load into SQL Server table. Instead of trying to load all data at once, I thought it would be more efficient...
View ArticleBase Table from SSIS Package
Hi, In My company, we having many SSIS packages altleast 250+. Some of the packages using some base tables and creating one table.Example: table names "1","2","3","4" and "x" The "x" table...
View ArticleSSIS: All records are not loaded from OLEDB source to OLEDB destination
Hi All,I have 40 Million records in my source database(Sql Server 2008). I have created a package with one DFT (OLEDB Source & OLEDB Destination). I have used the Sql Command with SELECT * FROM...
View ArticleQuotes problem in CSV file inSSIS
Hi All,Am new to SSIS packages. I have a csv file as a source which contains double quotes to some columns. So i need to remove those quotes while processing that file. Is there any way while...
View ArticleAdding variables (or something similar) to Send Mail Tasks
Hi guys,I'm not sure how possible this is to achieve but I'd like your advice. Basically, I'm trying to create a Send Mail task which would have some form of function to return the number of rows...
View ArticleSSIS 2012, FTP task: password not saved after deployment
Hello @all,I noticed following behaviour of the FTP task in SSIS 2012: when I deploy package to the server (SSISDB database), the password in connection manager gets lost, I have to re-enter it...
View ArticleSSIS installation softwares required
Hi All,Can someone show some light on list of softwares required to install SSIS.I have installed SQL Server Express edition installed in my Computer, But could not see SSIS there, Is it because i do...
View ArticleHow to deploy the package from excel source without ms office in ssis
Hi,i have created the package from excel to sql server table using ssis in my system.i want deploy this package in server which is not having ms office software. how to execute this package...
View ArticleDTS Issue
Hi,I am not sure whether this is the forum to ask doubt on DTS.I need to connect oracle db and pull out the data from a table and push into an excel sheet.It is quite a staright forward query from the...
View ArticleImplement SSIS Transaction without DTC
Hi All,We've SSIS package which insert and update data on both ends which is source server and destination server. for a example we insert data from server A-->B and update the flags on server A.Now...
View Articlehow to copy error in notepad of ssis
how to copy paste ERROR in one attempt in notepad file, I was done copy paste on tag but no successmeans when you RUN SSIS deployment WIZARD->and clicking NEXT->NEXT at second last window I have...
View ArticleVariable Value not getting assigned at run time in SSIS
Hi All, I have an SSIS package , inside the package there is a variable which should get its vaue at run time.But the variable is value is not getting assigned at runtime and it is running with...
View ArticleHow to use a web service task component
Hi,I am using a web service task component.Here i need to pass some input and in output i will be get an URL.But here problem is as input i have some dynamic variables and also some static...
View ArticleSSIS Permissions Issue?
HiBackground info:Development machineWindows XP SP3 (32 bit)BIDS 2008 R2 (32 Bit)Deployment Server (live server)Windows 2008 R2 (64 bit)SSIS 2008 R2 (64 bit)This is my scenarioI created a package on my...
View ArticleProblems with executing command with cmd.exe in scripttask
Hello,i've the following problem: I have a Script Task (VB) in which I'm iterating over an object (this is filled with a list of folders e.g. 00100 next line 00200 ...). With...
View Articleneed help - commit within foreach loop container
can anyone say how can i commit within foreach loop container?
View ArticleMein SSIS-Packet funtioniert nur mit windows-Athentifikation....
Hallo zusammen.ich habe ein SSIS-Packet, das ein Lookup enthält. diese braucht eine Verbindung mit der Datenbank.bei der Connection-Manager wenn ich das Windows-Account als Login benutze dann ist alles...
View ArticleUnable to connect informix through Sql Server 2008 R2 64 Bit
Hi All,Thanks in advance.I am trying to connect the informix database through SSIS using Sql Server 2008 R2 64 Bit BIDS, But getting the following error.Please help me out to resolve the same.I have...
View Article