Viewing 13 posts - 16 through 28 (of 28 total)
Have you assigned the db_ssisltduser role to the Reader role of the package?
September 22, 2010 at 4:34 pm
If I understand you're question correctly, you want to insert a value stored in your SSIS variable (app), into the TSQL statement. I'm assuming that you're using Execute SQL...
June 16, 2010 at 1:14 pm
You can use the Execute SQL Task to run a parameterized SQL statement. You configure the task to specify the SQL Statement with the appropriate parameter marker (depends on the...
June 16, 2010 at 8:09 am
You can use an SSIS Expression to replace the double quotes with single quotes.
1. Add a Derived Column transformation to the data flow and connect it to the Flat...
May 17, 2010 at 2:58 pm
In SSIS 2008, the custom managed assembly can be stored in any folder on your local machine. For SSIS to find the managed assembly at run time, do the following:
1....
January 4, 2010 at 8:23 am
There is also the TaskUnZip component available on CodePlex: http://taskunzip.codeplex.com/
December 2, 2009 at 2:22 pm
You can find tutorials on creating packages in SSIS 2008 in BOL, available on MSDN:
"Tutorial: Creating a Basic Package Using a Wizard"
http://msdn.microsoft.com/en-us/library/ms365330.aspx
"Tutorial: Creating a Simple ETL Package"
December 2, 2009 at 1:47 pm
Without being able to see the package you've created, I can't be certain what the problem may be. Have you confirmed that the Excel file you're using is not...
October 22, 2009 at 5:40 pm
What is the file path (full path) that you're storing in the variable? And, is this an Excel '97 file or a later version?
October 19, 2009 at 8:16 pm
Did you use an Expression to configure the ExcelFilePath property value of the Excel Connection Manager:
@[<variable name>]
October 19, 2009 at 4:40 pm
Hi,
When you install SQL Server 2008, you also need to install Client Tools Backward Compatibility.
For more information, see the Installing Support for DTS Packages section of "How to: Install Support...
July 27, 2009 at 3:22 pm
I don't think there is a 64-bit version of the Data Profile Viewer.
June 18, 2009 at 3:53 pm
As a general guideline, the account that runs the package as a job step must have all the same permissions as an account that runs the package directly, in order...
April 8, 2009 at 1:09 pm
Viewing 13 posts - 16 through 28 (of 28 total)