Viewing 15 posts - 76 through 90 (of 388 total)
How do I create a Proxy? i.e.: Proxy name, Credential name, Principals, Type of Principal, etc.
July 6, 2021 at 9:28 pm
Thanks and I agree that the For Each Loop Container is the best route after I iron out more core problems. I'm writing this program first assuming that the .csv...
July 6, 2021 at 9:13 pm
There's no compression on the source or destination folder and I used this just guessing, but no change in the results:
...
July 6, 2021 at 8:13 pm
Let me know what info would help. I can run the package from the ISC with no problem, but when running from the Agent Job it says it can't read...
July 6, 2021 at 6:14 pm
I'm having unexpected trouble getting the SQL Agent Job to run. I first set it to run about 45 minutes ago and to run every 15 minutes. There are no...
July 6, 2021 at 5:05 pm
Yes that's it... I can create a File System Task to move it to an Archive Folder using some C# script:
using System.IO;
namespace ST_adc7961e6d564b959438804fe590a5a4
{
[Microsoft.SqlServer.Dts.Tasks.ScriptTask.SSISScriptTaskEntryPointAttribute]
public partial class ScriptMain :...
July 6, 2021 at 2:23 pm
What about if that file is not removed from the folder at the end of the day and another is not put in its place... will it not reprocess that...
July 6, 2021 at 2:02 pm
Where is the typical place etl folks place files for a deployed SSIS package to consume? Are there alternatives?
July 2, 2021 at 5:34 pm
I resolved the 64bit issue on the host machine (thanks!) but two errors remain:
July 2, 2021 at 3:55 pm
How do I tell if I need the x86 or the x64 driver?
June 25, 2021 at 7:42 pm
The machine is a 64-bit operating system windows 10... but I have no idea how to find the drivers or install a 64-bit driver without breaking something.
June 25, 2021 at 6:36 pm
Do I install the driver on the actual machine that the SQL Server resides on or my local machine? And do I download the driver and install it? Totally new...
June 25, 2021 at 6:22 pm
If I choose to check the box for "32-bit runtime" I get the same message. What additional configurations need changed or do I need to add a driver to SQL...
June 25, 2021 at 6:09 pm
I found the problem - the Constraint needed just an expression and it needed double equal signs: @[User::TrainingFilePresent]==1 and @[User::TrainingFilePresent]==0
Thanks!
June 10, 2021 at 9:04 pm
The variable for the path is ReadOnly, the variable for the filename is readOnly, the variable for the FilePresent is Read/Write
June 10, 2021 at 8:42 pm
Viewing 15 posts - 76 through 90 (of 388 total)