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
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