Viewing 15 posts - 1 through 15 (of 27 total)
That's true, I assumed the database server is under the control of the DBA and any change is subject to a proper change control process.
But I sure agree with...
May 18, 2009 at 10:28 am
Nice input Lempster, storing configuration settings in a table makes it possible to set very granular permissions. But configuration files in XML format can also be secured using Access Control...
May 18, 2009 at 10:00 am
David, if you create a new system environment variable, you may have to restart the system, but for a user environment variable, you may have to log off and log...
May 16, 2009 at 11:42 am
You can place the package configuration file in any location. What is important is for you to select the appropriate configuration file during deployment and to ensure the file can...
May 15, 2009 at 3:07 pm
Storing your configuration file as XML is only one of the options available. Your choice will depend on your work environment and what fits into it.
Using XML is just...
May 14, 2009 at 8:47 am
To resolve this issue , I'll suggest the following:
Create a destination variable e.g Dest_Var
Set its EvaluateAsExpression to "True", and copy and paste the expression you created above into the variable's...
April 22, 2009 at 2:08 am
Absolutely, you can use variables to supply values at runtime to your SSIS task. You just have to create the control flow using a combination of control flow tasks and...
April 14, 2009 at 2:36 am
To fix the error, set the ReadOnlyVariables property of the Script Task editor to "Path" and not
"User::Path". You don't need to qualify it with the namespace.
Also, you don't need...
April 14, 2009 at 12:40 am
You can use Execute SQL Task to achieve this. Set the Resultset to "Single row", SQLSourceType to "Direct input" if you'll be typing in the sql statement instead of using...
April 12, 2009 at 1:51 pm
Yes, SQL server 2005 has predictive analysis tools. You use SQL Server Analysis Services (SSAS) to perform data mining tasks like creating predictive models using decision tree, naive bayes etc.
April 9, 2009 at 5:09 pm
Set the "Bypass Prepare" property to "True" .
Cheers!
April 9, 2009 at 9:18 am
Yes you are right, db_ssisadmin is in 2008. if you don't mind, i'll suggest you do a clean deployment of your package and test it before scheduling.
If this works fine,...
April 9, 2009 at 9:12 am
Did you set Bypass Prepare to "True"?
April 9, 2009 at 8:35 am
When configuring the Execute SQL Task, set the resultSet to "None" and Bypass Prepare to "True"
and you should be fine. 🙂
Try this with your initial code.
Cheers!
April 8, 2009 at 8:47 am
Nothing else to do and you don't need to click on the build query button.
Just click on the Ok button, and to test if it works fine, right-click on the...
April 8, 2009 at 1:54 am
Viewing 15 posts - 1 through 15 (of 27 total)