Files
DBAdmin/journals/2026-06-02.md
T
Paweł Domański e021c474c1 Jun 2, 2026, 9:52 AM
2026-06-02 07:52:10 +00:00

28 lines
808 B
Markdown

---
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
SCTASK0755573 - Database User Access - Urs Müller