SQL Server problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Luyolo
    New Member
    • Jul 2007
    • 11

    SQL Server problems

    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?
  • devikacs
    New Member
    • Jun 2007
    • 96

    #2
    Originally posted by Luyolo
    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?
    Are you sure you have write permissions to the database? check in users

    Comment

    • Luyolo
      New Member
      • Jul 2007
      • 11

      #3
      Originally posted by devikacs
      Are you sure you have write permissions to the database? check in users
      Hi thnx 4 the reply, now u have fixed the problem. It was on my Connection String.Now i get this Error:Cannot open user default database. Login failed.
      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

      • Christopher Bellizzi
        New Member
        • Jul 2007
        • 3

        #4
        Go look at the users default login and make sure the database exists and that they are granted permissions to it.

        Comment

        Working...