Viewing 15 posts - 676 through 690 (of 1,988 total)
June 6, 2018 at 7:32 am
The $to needs to be an array, so it should be something like [String[]] $to = @("address1", "address2".....)
June 6, 2018 at 7:18 am
June 5, 2018 at 12:23 pm
June 4, 2018 at 3:23 pm
Well how long does the proc actually take to run? One thing to try would be to just take out the comparisons on the matched records, it might be faster...
June 4, 2018 at 3:08 pm
My only suggestion would be that you might want more granular permissions than db_reader depending on what's in the databases he'll be using.
June 4, 2018 at 2:40 pm
June 1, 2018 at 1:27 pm
100MB and a million rows isn't all that big for a daily ETL process, using hadoop would be ridiculous. What are more details about the job? Is this supposed to...
June 1, 2018 at 1:15 pm
Depending on the application it can be very common to find a problem that happened months ago and has been persisted in the data for a long time. At some...
May 30, 2018 at 8:57 am
May 30, 2018 at 8:23 am
May 30, 2018 at 7:46 am
There are some tasks that can only be accomplished with cursors, for example loop through a result set and run a SP for every record in it. Those are the...
May 18, 2018 at 10:37 am
It looks like they're all formatted differently, the reason is so that they can be pulled in that format without having to do it at run time. As for why...
May 10, 2018 at 11:36 am
Viewing 15 posts - 676 through 690 (of 1,988 total)