hello there
i have develope a windows application including setup project and when i install in client pc it install succssefully and shows all details from database but when i am entering some new details in this database it showing a error that databse is read only
i have already use this syntax but it is not works for me
use master
alter database [database name] set read_write with no_wait