173
Views
1
Comments
Solved
Cloud Database Permanent User
Question

Hello,

I have been following this article regarding the creation of a Permanent User to access database.

Access the database of your OutSystems Cloud - OutSystems 

Before asking my manager to request a Permanent User, I would like to know if I would be able to perform operations with the tables like that

DBCC CHECKIDENT ('[TestTable]', RESEED, 0);

Or user permissions will be limited to only read and write data, like I can simply do in SQL Sandbox

Also, maybe there is an alternative way to obtain connection string to connect to the database from MS SQL Server Management Studio.

Thank you

2021-08-12 11-00-27
Nordin Ahdi
 
MVP
Solution

Hi Sergei,

The read-only and read-write permissions are described here.

Also, there is no alternative way of connecting to the OutSystems Cloud database. It requires the creation of a database user through OutSystems.

An additional concerns or questions you might have should be directed to OutSystems Support.

Regards,

Nordin

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.