Viewing 15 posts - 46 through 60 (of 102 total)
[p]Or may I know how to pass value to a package level variable in SSIS Agent job..?
Any suggestions please..[/p]
June 28, 2010 at 7:21 am
Please check these links might solve your issue:
http://msdn.microsoft.com/en-us/library/ms141704%28SQL.90%29.aspx
http://technet.microsoft.com/en-us/library/cc721270%28SQL.100%29.aspx
June 28, 2010 at 7:02 am
[p]I don't think so it is possible. The better way is to remove header and footer. :unsure:[/p]
June 28, 2010 at 5:12 am
[p]Any suggestions please.. :pinch:[/p]
June 28, 2010 at 5:02 am
Create package level variables and pass those values across all tasks in the same package.
June 25, 2010 at 4:47 am
If possible please attach screen shots.
June 11, 2010 at 7:22 am
You can change Compatibility Level in SQL Server 2005 by right clicking your database -> Properties -> Options -> Compatibility Level.
June 11, 2010 at 12:35 am
As u said u just installed ...u can remoe and install again that the better way..
IF u have any data or changes..take backup of all database and do the above...
June 8, 2010 at 5:11 am
Yes, it is good question but where and how we can use this? Anybody can explain with an example?
May 19, 2010 at 12:26 am
Really interesting and good question. :Wow:
May 14, 2010 at 4:27 am
Replaced with "User::sourceTable" and tried, but again the old value only it is taking.
Now I removed "sourceTable" value from Variables window.
Got error saying Incorrect syntax near 'FROM' ...
May 13, 2010 at 7:58 am
I given just like sourceTable in the ReadWrite variables list for the script task.
And I used MsgBox to know the value like:
MsgBox(Dts.Variables("sourceTable").Value.ToString())
May 13, 2010 at 7:23 am
Yes, it is package level variable. But it is resetting to old value i.e.: "SE_DatabaseServer".
May 13, 2010 at 7:09 am
What type of connection you are using in connection manager?
May 13, 2010 at 5:34 am
Viewing 15 posts - 46 through 60 (of 102 total)