SQL Server Backend is Read Only

M

Mike P

I have upsized my access program backed to SQL Server Express 2008 using the
SQL Server Migration Assistant. Everything seems to be working fine in query
mode only. That is, my Access program can access the data in the database.
However, if I try to do an Update or Add Record. I get an error message that
the Backend SQL Server Database is Read-Only.

I looked at the Backend database from SQL Server Management Studio and
ReadOnly is set to False.

It looks like the problem may be the way I linked the Backend or the way
Access opens the SQL connect.

Any ideas what I need to do to make Access 2007 access the SQL Server
Express backend database not in a ReadOnly mode?

Thanks in advance for your help. I am totally stuck right now.
Mike P
 
M

Mike P

No, ever table does not have a Primary Key. Access does recognize the tables
that do have PK's though.
 
D

Douglas J. Steele

You need to put PKs on every table. You will not be able to delete from any
table that does not have a PK defined.
 
A

a a r o n . k e m p f

You MAY need to put PKs on every table. You will not be able to
UPDATE OR INSERT from any
table that does not have a PK defined.
 
L

Larry Linson

a a r o n . k e m p f @ g m a i l . c o m said:
You MAY need to put PKs on every table.
You will not be able to UPDATE OR
INSERT from any table that does not
have a PK defined.

Who are you and what have you done with Mr. Kempf? I know you're not him
because you aren't giving his standard advice!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top