How to open BIDS from Program Files of My Computer?
My workstaion's START can not open Programs for Microsoft SQL Server 2008. I know I can create a SSIS project from the VS 2008. How can I open SQL Server Business Intelligence Development Studio from...
View Articlehow to skip a row conditionally from an Excel spreadsheet to SQL 2008 R2...
I have an Excel Spreadsheet that has rows like this:Col1 Col2 Col3 Col4Empty 24 54 75LogIn 64 75 55LogOut...
View ArticleCalling ssrs report in SSIS package...
H,I am new to SSIS.I have a report in reporting services. I wanted to call the that ssrs report in ssis packages. so that if the report fails then it will notify users by email.What task do i need to...
View ArticleLoop through List of Records
I have a package that populates a Fact Table with records derived from a Stored Procedure. My Data Soure is an OLE DB Source that Executes the SP. Now, I want to parameterize this package so that it...
View ArticleGetting excel filename in ssis
I would like to know if there is a way I could extract the filename of my excel files to be reflected in my destination database. I'll appreciate your help in regards to this issue
View ArticleProblem with Excel output
I'm being asked to export data to an excel spreadsheet. On each sucsessive run SSIS starts to write the data futher and further down the sheet so I wind up with rows and rows of empty records. I'm not...
View ArticleQuery Execution Time Vs. Execution of Data Flow Task
I don't quite understand what's going on. My query takes 9 minutes to run in sql server. In my SSIS package, it take an hour and a half. I can't figure out what to debug because when it gets to the...
View Articleexecute sql task
hii m using execute sql task in my package which is taking lots of time.basically i m having( merge o f sql)is there any other component i can use so it can be faster
View ArticleSQL EXPRESS and SSIS?
Hello!We have SQL SERVER 2008 on one machine and a remote machne with only SQL EXPRESS installed on it. Can we fire off an SSIS Package via the SQL Agent on the remote machine which only has SQL...
View ArticleCalling a web service secured with SSL certificate and authentication
Wow! I think I've exhausted everything I can find -- books, forums, documentation -- but I can't find a single solid start-finish example for how to call a web service from SSIS while authenticating...
View ArticleExecute T-SQL Statement Task Connection issue
I'm opening a DTS Package in the Microsoft Visual Studio 2005 (team edition for software developers, if that helps) to edit it. I'm trying to add 'Execute T-SQL Statement' maintenance plan task and...
View Articlewhat do you do if the Excel source has the First 2 rows has column names?
I have an excel spreadsheet that has the first 2 rows have a title and then column names. When I use the Excel Connection Manager you can check the box for "First row has column names" what do you do...
View ArticleSql server agent SSIS job is running forever but through BIDS and Integration...
In my SSIS package i am extracting data from Oracle to Sql server and package is executing fine in BIDS and Integration Services (using Dtexecui)but not from Sql server agent(Job is running forever not...
View ArticleCompress large MOV files into AVI format
I had very large MOV files (Apple Super Res 422 format). These were recorded at a live event and the video person transferred them onto an external hard drive. The raw video was about 200 GB for about...
View ArticleTrivially Convertible String Types - New Error Message
All - In a package I just switched an Excel data source for an OLE DB data source (Oracle) that is feeding a Fuzzy Grouping transform. The transform is now throwing an error for each input column (4...
View Articlehow to add row count in excel file as footer using flat file destination in...
how to add row count in excel file as footer using flat file destination in ssis?
View ArticleSSIS transfer object task fails to transfer data for some servers
I have designed a SSIS package that transfers tables,stored procedures etc from a central source server database to other servers.i have made the settings to drop the objects in destination and...
View ArticleThe AcquireConnection method call to the connection manager myDataBase_ODBC...
As a training exercise, I am trying to use ODBC to perform a simple copy of a single table on a SQL 2012 database. I know I could use another connection method but as I say it is a training exercise.It...
View Article