Viewing 15 posts - 1,831 through 1,845 (of 13,838 total)
I can't see a question in your post. Are you blogging?
September 28, 2021 at 2:38 pm
The code looks broadly compliant to me, though with that many cascading CTEs I would expect poor performance.
This part looks like it will cause issues:
CREATE TABLE probateL1.tmpTblLegalProbateGrantCase
WITH
(
DISTRIBUTION...
September 28, 2021 at 8:32 am
solved!
1st friday : (SELECT DATEADD(DAY, DECODE(EXTRACT(DOW FROM START_DATE), 0,5, 1,4, 2,3, 3,2 ,4,1, 6,6, 0), START_DATE) third_friday FROM (SELECT date_trunc('month',current_date) START_DATE))
2nd friday : (SELECT DATEADD(DAY, 7 + DECODE(EXTRACT(DOW FROM START_DATE), 0,5,...
September 21, 2021 at 4:32 pm
Nothing in the code you posted shows how the proc is called, how the connection is opened or how the connection is closed. It may be helpful to see that.
September 21, 2021 at 4:30 pm
Can you post the part of the code which sets up the connection and calls the proc? I know nothing about Omnis, but presumably it's not too alien.
September 21, 2021 at 2:30 pm
Ok. Is the app calling the proc in a loop?
September 21, 2021 at 1:17 pm
Pardon my slow reply.
The storage key is used to autenticate the SSIS Azure Components with the Storage Accout. We have files (text files, csv, etc) on these accounts which...
September 21, 2021 at 9:05 am
As far as you know, they could be running Excel as their "database" application and expect you to administer it.
Steady on!
September 20, 2021 at 4:25 pm
Assuming all of the DBs are in source control, you can do a simple string search.
September 19, 2021 at 12:57 pm
Redgate's SQL Search?
September 19, 2021 at 12:50 pm
Hi Guys,
Is there a way to save the Blob Storage Key into a package/project so that it doesn't need to be modifed after deployment each time?
cheers
Alex
Excuse my ignorance, but...
September 17, 2021 at 2:58 pm
Thanks, Brian.
To be clear, 'qwerty' was an attempted joke. The actual password will be long and complex. We store stuff like this in an Azure data vault, to ensure it's...
September 17, 2021 at 10:18 am
I think that XML does have legitimate uses, but large-scale data storage and retrieval is not one of them. I presume a lot of people spent a lot of time...
September 17, 2021 at 10:05 am
Brian, thanks for the response. This is very much at the proof of concept stage right now. To give you an idea of how I was thinking of setting things...
September 16, 2021 at 2:51 pm
Viewing 15 posts - 1,831 through 1,845 (of 13,838 total)