30 lines
810 B
Markdown
30 lines
810 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
|
|
SCTASK0755573 - Database User Access - Urs Müller
|
|
|
|
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
|
|
|
|
|