Files
DBAdmin/journals/2026-06-02.md
T
Paweł Domański 43aa596f81 Jun 2, 2026, 9:50 AM
2026-06-02 07:50:28 +00:00

25 lines
754 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