From 43aa596f81d9336735776369cf187398b9b3f2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Doma=C5=84ski?= Date: Tue, 2 Jun 2026 07:50:28 +0000 Subject: [PATCH] Jun 2, 2026, 9:50 AM --- journals/2026-06-02.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 journals/2026-06-02.md diff --git a/journals/2026-06-02.md b/journals/2026-06-02.md new file mode 100644 index 0000000..0c5fb4e --- /dev/null +++ b/journals/2026-06-02.md @@ -0,0 +1,25 @@ +--- +type: "DailyNote" +title: Daily Note - 2026-06-02 +date: 2026-06-02 09:49:18 +tags: [] +Status: Active +--- + +SCTASK0755575 - Database User Access - Tenzin Choedon Benhenni +Please assign to swiss team: + +Hello, we need an updated access to the Audit DB (CHPICBUDB0PRW01) in order to run an query from Guido for one of our monthly processes. Atm, we are receiving the following error message: CREATE PROCEDURE permission denied in database 'Audit'. + +Thank you + +USE [Audit]; +GRANT CREATE PROCEDURE TO [DNBINT\muelleru]; +GRANT ALTER ON SCHEMA::dbo TO [DNBINT\muelleru]; + +GRANT CREATE PROCEDURE TO [DNBINT\rungwatsangt]; +GRANT ALTER ON SCHEMA::dbo TO [DNBINT\rungwatsangt]; + +Commands completed successfully. + +Completion time: 2026-06-02T09:49:04.4831986+02:00 \ No newline at end of file