Viewing 15 posts - 11,041 through 11,055 (of 13,872 total)
It seems that you are not the first to come across this problem. Take a look here and see whether it might be relevant.
November 12, 2011 at 6:42 am
Jeff Moden (11/11/2011)
November 12, 2011 at 4:02 am
Not sure I understand. How is this related to SSIS?
November 12, 2011 at 3:59 am
Note to OP: sorry for hijacking your thread 🙂
Morocco is hectic and chaotic. An interesting place, with some excellent people and many more who are just trying to separate me...
November 10, 2011 at 10:58 am
Koen Verbeeck (11/10/2011)
Phil Parkin (11/10/2011)
kramaswamy (11/8/2011)
November 10, 2011 at 10:35 am
kramaswamy (11/8/2011)
November 10, 2011 at 2:28 am
luismarinaray (11/2/2011)
How do you update a group of records with the following "features",
By each group, update every record, with a counter which has to begin from 1 for each group.
I...
November 2, 2011 at 9:51 am
Many of the headings are dynamic based on the current date, e,g, 2010 (Last Year), Year To Date (2011 YTD), Month to Date (MTD), Last Month (Sep 2011), etc.
I'll just...
November 2, 2011 at 6:43 am
No problem and good luck. Please post back when you get the problem resolved.
November 1, 2011 at 3:32 pm
OK, that is weird. If it were me, I'd start thinking about deleting that FTP task and putting in another (with exactly the same settings/config, of course). Sometimes, it's as...
November 1, 2011 at 3:26 pm
Ten-second lesson: click once on the FTP task to select it and then hit F9 to set the breakpoint, which will appear as a red dot.
Execution should now pause...
November 1, 2011 at 2:57 pm
Can you put a pre-execute breakpoint on the FTP task to check its properties at run-time?
November 1, 2011 at 2:41 pm
At what point is this error appearing? Is it during package execution, or when the package is firing up and validating?
November 1, 2011 at 2:40 pm
I use the version of BIDS that came with SQL 2008 R2 Dev Edition to build and edit SSIS packages that get deployed to SQL 2005 Standard Edition servers. Works...
November 1, 2011 at 2:30 pm
Hmm, I'm no DBA:-) This might help:
SELECT * FROM fn_my_permissions('msdb.dbo.sp_ssis_getpackage', 'OBJECT')
where permission_name = 'EXECUTE'
If it returns a row, you should have EXECUTE permission. If not, you might have to GRANT...
November 1, 2011 at 1:37 pm
Viewing 15 posts - 11,041 through 11,055 (of 13,872 total)