Viewing 15 posts - 136 through 150 (of 681 total)
August 17, 2010 at 8:02 pm
I wouldn't think this would work. There were some significant changes in SSIS from SQL Server 2005 to 2008, and I would expect that you'll get some grief when...
August 17, 2010 at 7:48 pm
Dave,
That might make a good article in itself 🙂
Tim
August 17, 2010 at 10:10 am
John,
I ran into this not too long ago. What I found was that, although the service account had full rights to the target folder, there was a folder higher...
August 5, 2010 at 9:40 pm
I just did a presentation for the Oklahoma City SQL Server User Group on how to use the script task to handle ragged or irregular files such as this:
http://okccoco.blip.tv/file/3874415/
hth,
Tim
July 15, 2010 at 8:55 am
Glad to help. I'd be interested to hear your thoughts after you try it.
July 14, 2010 at 9:46 pm
There are a couple of ways you could handle this. First, you could use native SSIS components - using the Lookup Transformation, you could look up the records...
July 13, 2010 at 10:04 pm
Sounds like you found the right setup. Yes, based on what you described, the For Each Loop works very well... you can create a variable to store the name...
July 13, 2010 at 9:57 pm
You could do this using a script task, but it's probably easier to use a ForEach Loop, configured to use the Foreach File Enumerator. You'd specify the directory from...
June 29, 2010 at 11:16 am
If you can use third-party solutions, check the commercial CozyRoc Receive Mail Task. You can open MIME-encoded mail file or download directly from POP3 or IMAP email server. The task...
June 29, 2010 at 10:43 am
CirquedeSQLeil (4/22/2010)
Jeff Moden (4/22/2010)
Jason,I thought you had it but I just sent you my email address, just to be sure.
I couldn't find it anywhere. Thanks for sending it. ...
April 22, 2010 at 10:39 am
Lynn Pettis (4/20/2010)
Do we have anyone onboard yet that is fairly strong with SSIS/SSAS/SSRS?
Yep - I work in BI and can contribute in that area.
April 20, 2010 at 12:58 pm
Add me to those interested in seeing this succeed. I'm available with 2-3 hours per week - possibly more after little league baseball season wraps up next month.
April 20, 2010 at 12:12 pm
When you say that it failed, is there a specific error message you receive? Most of the time if it works in dev but not after deployment, you're dealing...
April 5, 2010 at 5:50 pm
As an aside, the SSIS service is usually not required to execute SSIS packages: http://msdn.microsoft.com/en-us/library/ms140100.aspx
April 5, 2010 at 5:43 pm
Viewing 15 posts - 136 through 150 (of 681 total)