Viewing 15 posts - 181 through 195 (of 1,988 total)
SSIS only has one execute task that calls the web service. I run today, there are 2000 routes to process, it runs about 8 hours on dev, and 10...
August 18, 2021 at 12:06 am
How many total service calls is it making? And how long does each one take?
August 17, 2021 at 10:54 pm
All the steps in ETL runs pretty quick except this only task called execute process task which calls a web application .exe which is a wrapper that actually called...
August 17, 2021 at 8:19 pm
Well unless it's the most basic of installs there's going to be a lot more set up than just clicking next next next in the install and then forgetting about...
August 17, 2021 at 3:06 pm
This one is bad enough I'm looking for how to stop notifications! Let's put this one to bed.
When you reply uncheck "Notify me of follow-up replies via email" 🙂
Annoyingly...
August 17, 2021 at 1:39 pm
I will always prefer someone that spends also time in participating in such discussions then someone that doesn't participate.
You mean like virtually everyone on StackOverflow...
August 16, 2021 at 8:19 pm
Welp, it seems worthwhile mentioning reputation points in an online forum, i.e. Stack Overflow, are a good way to enhance your resume.
They're also a good way...
August 16, 2021 at 2:15 pm
I would be happy if it is done within the result set.
Well what if your app or API starts to be used in the US or somewhere...
August 13, 2021 at 4:19 pm
Welp, it seems worthwhile mentioning reputation points in an online forum, i.e. Stack Overflow, are a good way to enhance your resume.
They're also a good way to show you...
August 13, 2021 at 3:22 pm
Well the extremely lazy way, since your query is kind of a mess of sub queries, is just to do the conversion back to datetime in the order by.
So ORDER...
August 13, 2021 at 3:19 pm
Well for starters, your VBA request seems to be a post with a JSON request body so you would need to update your SQL Request to do the same which...
August 10, 2021 at 10:02 pm
Do you have any data?
July 30, 2021 at 2:15 pm
It doesn't even matter what format - you can define a fixed width file, ragged-right, CSV, TSV, XML, JSON or any other file format and if the data isn't...
July 27, 2021 at 9:43 pm
You might be able to use OPENQUERY instead and force the date into a format Oracle likes, So something like
DELETE FROM OPENQUERY([REMOTESERVER.COMPANY.COM:1234], 'SELECT * FROM [DW_STG_OWNER].[FACT_BOOKING_INCR_STG] WHERE INCREMENTAL_RUNTIME = TO_DATE('2021-07-26...
July 26, 2021 at 6:26 pm
We had originally gone back to our 1 day WFH 4 days in office schedule but I suspect some people were milking the situation and we've been 5 days in...
July 22, 2021 at 2:27 pm
Viewing 15 posts - 181 through 195 (of 1,988 total)