Viewing 15 posts - 2,791 through 2,805 (of 4,820 total)
Seems like a problem with the actual XML in the package either getting corrupted (often this occurs due to someone trying to fix a problem by editing the XML directly,...
February 27, 2017 at 2:19 pm
Glad that you posted consumable data, but your existing query has problems if I try to use your declared tables, as the isDeleted field is missing from several of them. ...
February 27, 2017 at 2:08 pm
There's a truly easy way to do that. Add the following to your query:
UNION ALL
SELECT 2000 AS yourexistingfieldname
If there are other fields...
February 27, 2017 at 7:04 am
I'm not sure, but I had thought that the execution context for the Agent job mattered, and as Agent jobs run under the auspices of the Agent Service's service account,...
February 27, 2017 at 7:01 am
February 25, 2017 at 7:08 pm
Wow... I can't say I can ever remember seeing anyone using such an absurdly small server for anything useful. The server OS generally needs at least 2 GB just to...
February 25, 2017 at 9:30 am
February 24, 2017 at 8:06 pm
Most companies use mixed mode, as performing administrative tasks really benefits from the sa SQL login, and becomes difficult if not provided. Mixed mode provides both SQL login and Windows...
February 24, 2017 at 3:36 pm
February 24, 2017 at 3:30 pm
February 24, 2017 at 3:08 pm
February 24, 2017 at 3:04 pm
If you are connecting via a Script Task instead of a Connection Manager, then you just need to be sure both variables are Read accessible to your Script Task, and...
February 24, 2017 at 2:55 pm
February 24, 2017 at 2:51 pm
I found a web page with a solution which appears to work, although you may have to re-examine the value you posted. I had to drop 3 zeroes from the...
February 24, 2017 at 2:36 pm
I'm not sure what exactly you're asking. You've provided the algorithm that generates the file name, but then you state:
"I need the attached to end of the URL"
February 24, 2017 at 11:59 am
Viewing 15 posts - 2,791 through 2,805 (of 4,820 total)