Viewing 15 posts - 31 through 45 (of 150 total)
[font="Comic Sans MS"]
Simple Ones:
----------------
http://www.codeproject.com/KB/database/webservicessis.aspx
For more/complex w/s see:
http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/61360/
http://www.technade.com/2009/08/how-to-call-wcf-service-using-web.html
Hope this helps 🙂
[/font]
January 14, 2010 at 8:11 am
January 7, 2010 at 6:25 pm
[font="Comic Sans MS"]
This is not a very good approach but an alternative.
1) Use a foreach loop container to loopthrough the file(s) - if found it will process.
2) (Optional) If...
December 31, 2009 at 11:31 am
[font="Comic Sans MS"]
Duplicate post.
Use SCD component - for a heads up you may refer to:
http://www.mssqltips.com/tip.asp?tip=1442
[/font]
December 30, 2009 at 10:36 am
Do you realise how different this requirement is from what your first post implies?
I didn't see the originial question first :hehe::hehe::hehe:
December 30, 2009 at 9:30 am
and removing those rows that have been edited...
[font="Comic Sans MS"]
Remove or update?
Try - slowly changing dimension component ...
[/font]
December 30, 2009 at 9:18 am
mikefemenella (12/30/2009)
December 30, 2009 at 8:38 am
[font="Comic Sans MS"]
You are not doing it right.
As I said - did you read it through?
http://www.sqlis.com/post/Easy-Package-Configuration.aspx
This is for SSIS 2005 but it's no different and here is the...
December 30, 2009 at 8:26 am
[font="Comic Sans MS"]
If this is on package level - it will be executed twice before and after every single executable. So you would definitely need some logic on the stored...
December 30, 2009 at 8:21 am
On the Execute SQL task I did not see the connection on the OLEDB has a way to call dtsConfig file ...
[font="Comic Sans MS"]I am totally lost here 😉
The OLEDB...
December 30, 2009 at 7:46 am
[font="Comic Sans MS"]
Does this mean a developer need to put a total of 10 'generic event handler' on pre and post execute steps in case a package loads 5 table?
The...
December 30, 2009 at 7:34 am
[font="Comic Sans MS"]
Hello Syamala
You have 2 options here:
1) Use expression to create files dynamically. That is new file for every different run or new file for everyday. You would...
December 30, 2009 at 7:02 am
[font="Comic Sans MS"]
Don't mean to offend you - but would it be possible to tell what exactly you wish to achieve here? Things that you wish to achieve ...
December 29, 2009 at 11:47 pm
[font="Comic Sans MS"]
No problem 🙂 glad to be able to help.
[/font]
December 29, 2009 at 11:42 pm
[font="Comic Sans MS"]
Hello there - you need to understand how xml configuration works.
Please see : http://www.sqlis.com/post/Easy-Package-Configuration.aspx
On the menu bar, point to DTS, Package Configurations… or right-click on the...
December 29, 2009 at 11:40 pm
Viewing 15 posts - 31 through 45 (of 150 total)