Viewing 15 posts - 61 through 75 (of 505 total)
Ok so you have a data flow that uses a flat file as the input and a table (with date column) as the output, is that right?
If so just drag...
August 12, 2021 at 3:07 pm
We currently send data to a third party via a web service.
I used a script component in the data flow and added a web reference (URL) which points to their...
May 21, 2021 at 5:44 pm
Jeff Moden
Ok, that makes sense from the TSQL side, the file operations we do are secondary to the primary process and since we already have all the variables and such...
May 7, 2021 at 10:38 pm
Why not just use a single DOS "MOVE" command instead of reinventing the wheel?
Jeff where are putting this command? In an Exec Process task or cmd shell in...
May 7, 2021 at 6:44 pm
I was able to get this to work:
using System.IO;
namespace ST_adc7961e6d564b959438804fe590a5a4
{
[Microsoft.SqlServer.Dts.Tasks.ScriptTask.SSISScriptTaskEntryPointAttribute]
public partial class ScriptMain : Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
{
public void...
May 7, 2021 at 5:46 pm
A recent script that I used to move and rename. This uses a local variable that was set from a for each file loop and the Archive dir which comes...
May 7, 2021 at 5:40 pm
You need to have a full file path for both.
Note: When you do a move you can also do a rename at the same...
May 7, 2021 at 3:12 pm
Grant, that would be great, thank you.
April 21, 2021 at 6:52 pm
Thank you Grant, actually if you have the power you can just delete that, I didn't redact parts of the screenshot I should have. Reporting it was the only I...
April 21, 2021 at 2:30 pm
You can actually setup an alert for blocking and then you can have that alert call a stored procedure to get some amplifying information, record that information in a...
April 20, 2021 at 9:00 pm
This was removed by the editor as SPAM
April 20, 2021 at 8:52 pm
You need to target the correct version. So I suggest you install VS2019 and also make sure you get the latest SSIS through the Extensions Menu (after you upgrade to...
March 15, 2021 at 2:55 pm
Yeah you can do that. Picture attached for how I configured the exec process task.
There are various methods for writing to SQL from PS, look at this link for more...
March 10, 2021 at 10:58 pm
OK yeah I did some searching yesterday and found thousands of different GIS downloads, it was overwhelming but I'll try more narrow searches such as the one you stated.
And yeah...
February 26, 2021 at 5:06 pm
Well that was a roundabout way to do it but yeah it worked.
I updated my nickname then it appeared in the dropdown
Then I updated my nickname back to what it...
February 26, 2021 at 4:56 pm
Viewing 15 posts - 61 through 75 (of 505 total)