I have a problem with updating my SQL server database. I got an error that says the database is a read only. What would be the problem?
SQL Server problems
Collapse
X
-
Originally posted by devikacsAre you sure you have write permissions to the database? check in users
Login failed for user 'USERNAME\ASPNE T'.
File activation failure. The physical file name "c:\inetpub\myS erver\Applicati onName\App_Data \aspnetdb_log.l df" may be incorrect..What could be a problem?Comment
-
Go look at the users default login and make sure the database exists and that they are granted permissions to it.Comment
Comment