Jun 2, 2026, 9:50 AM

This commit is contained in:
Paweł Domański
2026-06-02 07:50:28 +00:00
parent 66aceb96e4
commit 43aa596f81
+25
View File
@@ -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