readonly
2 TopicsTeams File opens in Read only in local
Hi Team, I have synced the teams folder to my local drive. I am able to see the files from Teams on local as well any thing created newly in local synced on teams. I am able to open the files on Teams/ SharePoint and able to see the file in edit mode. But when i open the file in local - it always shows the file as Read only . There is no one working on the file also. Why does this problem occur. Any immediate assistance will help.14KViews1like3CommentsLesson Learned #331: ALTER DATABASE XXX SET READ_ONLY WITH NO_WAIT
Today, we got a service request that our customer reported that they need to change to readonly a database in Azure SQL Managed Instance using the TSQL: ALTER DATABASE xxx SET READ_ONLY WITH NO_WAIT. Currently, this option is not supported and we have many other options to have a database in readonly, like ReadScale for Business Critical, Replication, change to readonly the users, etc.. However, our customer needs to use the same Azure SQL Managed Instance.2.8KViews0likes0Comments