Why can't I sign in to MSDN forums with my original ID? (This is not a SQL...
Hi All, Up until last week, I was able to sign into MSDN SQL Server Forums page with no problems. Then, for some reason, I started getting "page not found." Any search result that brought me to a...
View Articleexpression for connection string
Hi All, I am trying to write a expression for dynamic connection string. When it is evaluated my expression should look like this; Data Source=132.33.144.133;User ID=myusename;Provider=MSOLAP.4;Persist...
View ArticleExecute SQL Task Warning
Hi I have a Execute SQL Task that has a SQL statement to count total number of records from a table in Oracle. Once the SQL statement is executed I want the count to returned and put into a variable...
View Articleerror iin ssis
Hi I am getting an error "cannot acquire a managed connection from the runtime connection manager error in ssis while using a datareader source " can someone help me how to solve this ??
View Article2008 R2 Lookup Fails with SQLNCLI11 Connection
SSIS 2008 R2 Lookup transformations don't seem to work well with the 11.0 SQL Server Native Client provider (SQLNCLI11) when using the Partial Cache or No Cache options. This combination results in the...
View ArticleConditional Split from a String
Hi All, I importing data from a flat file with one column up to 255 characters long. I want split the rows in if a string "BOS" is in the row. I have data flow task with a flat file connection to a...
View ArticleLoad data dynamically from Sharepoint list to Oracle database using SSIS
Hi, I know we can load the data from sharepoint list to oracle in static way using microsoft community componets or third party tools. Is it possible to load the data from sharepoint list to oracle...
View ArticleError "Access is denied" when trying to use checkpoint to develop package in...
Hello, thanks for reading. I am currently working through the SQL Server 2008 Training Kit for BI Development and Maintenance, and am fairly new to SQL Server so bare with me. System is Windows 7...
View ArticleRoll back not working when the Network Connection Fails
Hi, I have developed a SSIS Package, where I need to delete the old records and need to ad the new set of records to the remote server DB. I need to check the following alternate Flow When there is a...
View ArticlePackage which handles partition processing
Hi All, I need to create package which handles partition processing. The package will process previous 5 Partitions from the current partition in cube. General process is before we proceed to process...
View Articlesetting run64bitruntime debugging property to false is not deploying
Hi, I have SSIS package created by user and it is failling. I have opened the package and found that ' run64bitruntime was set to true ' . I have changed to false and reran it in the visual studio and...
View ArticleConnection Manager doesnot exists error after deployment of Package
Hi, I have created a Package where the datasource is an excel file and the destination is the remote SQL server DB 2005 . The package runs fine when I run from BIDS 2005 but when I do a file system...
View ArticleTransfer SQL Server Objects Task - Want tables, dont want the schema
Hi all Is is this possible ? On a dev server we have one database with multiple schemas. The schemas relate to databases on a production server. So schema1.TestTable in the dev database relates to a...
View ArticleOLEDB Source with variable
Hello! I working on a dynamically SSIS Package. Now I am stuck at the OLDB Datasource. But from the beginning. First I have a SQL Task Execute with a Variabel (VarCompany, Type is Object). As next I...
View ArticleSSIS OpenXML converting Excel to CSV with manipulation
I have several Excel files that require manipulation before they can be loading into a database table via SSIS. I was looking into using OpenXML 2.0 SDK to do this, but it looks like for some of my...
View ArticleBest practices for unit testing SSIS packages
I know this question has been asked several times in the past, but the answers seem a couple of years old. On Codeplex I've found SSISUnit, but that doesn't seem to be an active project anymore. I also...
View ArticleError while debugging the Step 9: Testing the Lesson 1 Tutorial Package
Hi all, I am following the Step 9: Testing the Lesson 1 Tutorial Package and have run into an error at the Lookup Date Key my error message is as follows: SSIS package "Lesson 1.dtsx" starting....
View ArticleMAS90/200 ODBC database to SQL 2005, limit 200 character
I am trying to import data from mas90/200 ODBC DSN into my SQL2005 DB. a field in MAS over 200 characters, but it is only imported 200 characters into SQL DB. BTW, I try to use crystal report to query...
View Articlehow to cast InputBuffer into a DataTable in a ScriptComponent
hello, i would like to find out if there is a way of creating a DataTable object and assign the values of a Row from an InputBuffer when processing data within a Script Component. i understand that i...
View ArticleDo not update column if null value is coming in
Hi Am implementing a insert update logic using lookup for a table (say having col1,Col2,col3,col4,col5,col6)while updating if null values are coming in for a set of columns (say col1 and col2) i shoult...
View Article