Home > Archive > MS SQL Server New Users > December 2005 > access 2003 to SQL server migration









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author access 2003 to SQL server migration
Gary Townsend \(Spatial Mapping Ltd.\)

2005-12-08, 8:24 pm

We are migrating one of our clients databases from an access 2003 database to their sql server 2000 database being that i have mostly worked with oracle datbases I had come up with a list of things that we were going to have to implement but i had some questions.


1.. can you set it so certain roles can only select from a table and not insert update or delete from any exisitng table and any new tables without having to do it for each individual new table
2.. Can users create tables under thier user and then once it passes QA have them promoted to DBO or can you only do that with stored procedures

Andrew J. Kelly

2005-12-08, 8:24 pm

1. You can make them a member of the datareader role and then they have access to read all tables but nothing else.

2. Basically no. Development and QA should not be done on your production server anyway.

--
Andrew J. Kelly SQL MVP


"Gary Townsend (Spatial Mapping Ltd.)" < garytNOSPAM@spatialm
apping.com> wrote in message news:ZA0mf.139758$y_1.98475@edtnps89...
We are migrating one of our clients databases from an access 2003 database to their sql server 2000 database being that i have mostly worked with oracle datbases I had come up with a list of things that we were going to have to implement but i had some questions.


1.. can you set it so certain roles can only select from a table and not insert update or delete from any exisitng table and any new tables without having to do it for each individual new table
2.. Can users create tables under thier user and then once it passes QA have them promoted to DBO or can you only do that with stored procedures

Gary Townsend \(Spatial Mapping Ltd.\)

2005-12-08, 8:24 pm

makes sense on #2 i jsut wanted to rule it out because i'm sure its going to get asked of me.
"Andrew J. Kelly" < sqlmvpnooospam@shadh
awk.com> wrote in message news:%23JvZHzD$FHA.328@TK2MSFTNGP14.phx.gbl...
1. You can make them a member of the datareader role and then they have access to read all tables but nothing else.

2. Basically no. Development and QA should not be done on your production server anyway.

--
Andrew J. Kelly SQL MVP


"Gary Townsend (Spatial Mapping Ltd.)" < garytNOSPAM@spatialm
apping.com> wrote in message news:ZA0mf.139758$y_1.98475@edtnps89...
We are migrating one of our clients databases from an access 2003 database to their sql server 2000 database being that i have mostly worked with oracle datbases I had come up with a list of things that we were going to have to implement but i had some questions.


1.. can you set it so certain roles can only select from a table and not insert update or delete from any exisitng table and any new tables without having to do it for each individual new table
2.. Can users create tables under thier user and then once it passes QA have them promoted to DBO or can you only do that with stored procedures

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com