Viewing 15 posts - 1 through 15 (of 32 total)
Thanks for your response, Drew. After some brainstorming with a coworker, we came up with a potential solution that looks like it is going to work and be much, much...
August 27, 2019 at 6:47 pm
Thanks Hugo, that definitely helps. I need to try a couple of tweaks with this information in mind to make sure I'm getting consistent results (and maybe better throughput...
January 26, 2016 at 1:45 pm
Thanks for all of the responses. Lots of interesting ideas. The computed column approach is probably the most elegant, but it was met with a resounding "Nope" when...
October 21, 2014 at 9:16 am
So here's what I came up with (thanks for the nudge in the right direction, all). I think this will do the trick.
Lookup table:
CREATE TABLE [dbo].[Target_Value_Map](
[map_rule_sequence_no] [int] NOT...
October 20, 2014 at 2:34 pm
Thanks again, Eirikur. I've been thinking along similar lines as far as how the table structures would look. The fun part (as Phil suggested) is figuring out how...
October 20, 2014 at 12:54 pm
Thanks for the replies. I forgot to mention one further complication that does occur in the real data: You can see the same value in different source columns, but...
October 20, 2014 at 11:53 am
Hi NewBi
I tried your approach of deleting and copying the packages back over. Did not make any difference. Thanks though.
June 7, 2010 at 10:16 am
Why would SQL Server Agent need a restart? Just to clarify, these packages are being executed via the Windows Scheduler, not via SQL Server Agent jobs.
June 6, 2010 at 9:20 pm
Thanks for the additional ideas. It definitely seems to be a problem with the configuration. I added some code to capture the values assigned to variables in the...
June 6, 2010 at 1:01 pm
Thanks for the responses. It definitely seems like it could be caching at work here. Fits all the symptoms we've been seeing. I have restarted the Task...
June 4, 2010 at 12:37 pm
More weirdness: If I run the scheduled job manually (right-click on the job in the list of windows scheduled jobs) and run it, it works fine. But if...
June 3, 2010 at 9:09 pm
Thanks for responding. The configurations use environment variables on the server. Those variables have been updated correctly, and the packages pick up the updated values when viewed/executed in...
June 3, 2010 at 3:05 pm
Issue resolved. Even though this is supposedly not a network share, I was able to get the package to run from the agent by replacing the drive letter reference...
March 6, 2009 at 9:04 am
Thanks for the response Tim. I'd rather not mess with the directory names, because at this point I don't know what the impact of such a change would be...
March 6, 2009 at 8:36 am
Check out the SQL 2000 DTS Designer for SQL Server 2005. It can be installed as part of the "Feature Pack" found in the link below:
This might...
March 5, 2009 at 3:33 pm
Viewing 15 posts - 1 through 15 (of 32 total)