Cannot update. Database or object is read-only. Error [closed] - sql

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I'm getting the following response when trying to enter a record in a database. I recently updated my server from IIS 6.0 to IIS 7.
"Cannot update. Database or object is read-only."
Any help would be much appreciated.

Your problem is probobly permissions check what account IIS is running under, grant acess to IIS_IUSR/networkservice.
And provide more info about your problem.

Related

The database is red-lined. How to fix the error? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 16 days ago.
This post was edited and submitted for review 13 days ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
From the page Move a table from one database to another database SQL Server, I got the way to copy a table from the database, TIMS, to another database, PUBS, as follows.
select * into pubs.course from tims.[dbo].[course]
However, pubs was red-lined with an error message
The specified schema name "pubs" either does not exist or you do not have permission to use it.
I have got the problem fixed. Thus no need to update my qestion.

Create custom server [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
love the data and how sorted and process, and how can controlled.
I wanna to know if can build own server, and how can upload the data in it.
That depends on the type of data that you want to store.
Assuming you simply want to upload and store files on a server, then you can consider using minio. You can run it locally by following the instructions described here.

Why is Oracle database tables getting deleted when i close the run sql command line prompt? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
All the tables data is getting deleted when shutting down the run sql and command line. Also there is only one user.
i think, that you are missing commit; Check out Oracle documentation: https://docs.oracle.com/database/121/CNCPT/transact.htm#CNCPT037

restore attach sql database [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
My old computer crashed and died a couple of weeks ago(motherboard), and I have been able to copy data from the hard drive over to new computer.
Problem is with sql database, I'm not able to restore or attach as I get the error access is denied
Anybody have an idea as to what I can do.
Thanks
George
After trying to get data via attach/restore, I just went into the data folder and copied and pasted the old db and log files, now works OK.

2003 MS Access Visual Basic Workflow [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Does anyone know how to program a database to function as a workflow? I would like it to identify the user as they open the database and then open up their 'queue' of work. Any ideas?
Read Remou's answer to this Stack Overflow question: How do I make an Access Form automatically open to a user's data?
It may help to describe your concept of a user's queue of work.