Viewing 15 posts - 2,386 through 2,400 (of 2,857 total)
Could you provide more information such as the error and information from your logs?
I do not have that problem. I have my SSIS packages run as a job where...
July 10, 2017 at 4:23 pm
SSL makes this a whole new beast actually. You need to encrypt the data before sending it out to the FTP server and decrypt it upon reciept.
I suggest...
July 10, 2017 at 3:12 pm
July 10, 2017 at 1:38 pm
You also say you are doing this through visual studio. Have you tried closing visual studio, removing (or renaming) the .data file related to that report. If memory serves, the...
July 10, 2017 at 11:52 am
Hi sgmunson,
the Case statement will not accept the code, I get
unless I'm...
July 10, 2017 at 11:30 am
I think your URI is wrong.
Was doing a bit more snooping (as I'm not 100% familiar with how that works) and I THINK you are missing the URI...
July 10, 2017 at 11:20 am
My only comment on that is your last line: "and i.name in ('')". that'll remove all of the indexes, no?
but the last_user_* columns can be interesting too. I mean,...
July 7, 2017 at 2:21 pm
Any update on this?
I am curious if you found a different solution to the problem that we didn't think of or if you just manually re-created all of...
July 7, 2017 at 1:34 pm
Depending on how your relationship with your customers is, you could push back and tell the customer to provide the document in a specific format?
Failing that, you need...
July 7, 2017 at 12:47 pm
I am willing to bet the drive is mapped at logon.
So when the service account runs the job, it is not mapped as the account doesn't initiate a logon.
July 7, 2017 at 12:35 pm
As another thought, does inserting it into a temporary table have the same slowness as inserting into the a real table?
That is you indicated that this:
July 7, 2017 at 12:33 pm
Adding to Theo Ekelmans's comment, I did do a little snooping to see how this could work and found this powershell module:
https://gallery.technet.microsoft.com/scriptcenter/2d191bcd-3308-4edd-9de2-88dff796b0bc
This would be using a...
July 7, 2017 at 9:36 am
how many indexes do you have on the table?
If there are a lot, maybe try disabling the indexes before you do the insert. It may even be faster...
July 7, 2017 at 8:23 am
July 7, 2017 at 8:10 am
Viewing 15 posts - 2,386 through 2,400 (of 2,857 total)