Is there a way to set an "Select Only" Mode?
I work with SQL Server Management Studio and im afraid of editing some lines while selecting stuff from the database!
|
Is there a way to set an "Select Only" Mode? I work with SQL Server Management Studio and im afraid of editing some lines while selecting stuff from the database! |
||||
|
|
|
Yes, they are called user permissions. So you need to set the account you have only select rights to the database. So
|
|||
|
|
ALTER DATABASE database-name SET READ_ONLY |
|||||
|