Viewing 15 posts - 226 through 240 (of 257 total)
The package is not going to be changed. So adding tasks isn't my easy out.
From my original code snip you can see I just want to execute the package if...
June 1, 2011 at 10:44 am
Since this can be handled relatively easily through job scheduling we'd prefer not to edit the package to handle the logic. Plus we're trying to rip out each and...
June 1, 2011 at 10:25 am
dspohn23 (11/6/2009)
June 1, 2011 at 8:46 am
Sweet! Exactly what I was looking to do!
Now I can make a stored proc that we can use in any and all jobs that require notifications.
Thanks!!
May 27, 2011 at 9:52 am
I believe there's a very large difference between preventing the use of SELECT * FROM.. in a production environment and using it in a development environment.
For development it's almost a...
February 14, 2011 at 12:40 pm
After I started doing the research into this I found out that even once the files get imported there's processing variations. :rolleyes:
We have no control over the format of...
January 4, 2011 at 8:55 am
I'm looking to do something similar without using a third party solution.
We've got files coming in that are all in different formats but need to go to the same destination....
January 3, 2011 at 11:14 am
OK - I'm going to put my (extremely simple) suggestion here. Obviously it's looking for the basics of an email address - @ and .XXX. Yes, addresses using...
December 29, 2010 at 10:19 am
This might be such a low level that it's assumed but when I've had file access issues it's because the account used to access the file is the account that...
June 29, 2010 at 2:40 pm
Caveat - we had very few people modifying stored procedures so YMMV.
We used the old-fashioned "follow procedure" method of doing version control on stored procedures. It wasn't perfect but...
May 6, 2010 at 9:14 am
I've functioned as an anti-mentor for a few folks and the best piece of advice I've been able to give is this:
"Put in exactly as much emotional investment as you...
March 26, 2010 at 3:49 pm
One other gotcha on NULL values and the conditional split is that the NULL conditions need to be resolved before anything else. So if you've got multiple conditions anything...
March 18, 2010 at 3:17 pm
cRuchika (3/11/2010)
I posted the topic bcoz I wanted to get the answers from all of you as I dont know the answer....Please provide some more answers as its very helpful...
Not...
March 15, 2010 at 10:28 am
Not exactly elegant but you could put a File System Task in the control flow and have it set a file attribute. On fail (no file) direct the flow...
March 15, 2010 at 10:11 am
Viewing 15 posts - 226 through 240 (of 257 total)