Answered
How to add security to data sources from SQL 2000
How to add security to data sources from SQL 2000
I have been doing ColdFusion programming for over 5 years and now I hired an assistant for myself. So far I didn’t have any security on my data sources but now I need to add user rights to these so if my assistant make a mistake nothing would happen to the tables. Currently I have about 3 data sources. I did some research on creating users under Microsoft SQL 2000 and I did create a user account under SQL but since my data sources are connecting via sa account, this user still have full power on all the tables. Maybe there’s more than just creating a user account under SQL and permitting read only access to the tables under the permission tab! Or maybe I need to create new data sources with different configurations or maybe use ColdFusion Sandbox!
This is where I am confused right now and don’t know what would be the way to protect my assistant against damaging my tables!
I’m going to explain my situation with an example here:
Let say Mike is a Project Manager / Database Administrator and he’s the only one in the network who needs to have full access to all the tables/data sources. And Juta is the Programmer who should only have Read-Only access to all of the tables with the exception of Update/Insert access on 1 or 2 tables.
I would really appreciate if someone can help me to figure what I need to do to accomplish this.
Thanks,
Mike R
I have been doing ColdFusion programming for over 5 years and now I hired an assistant for myself. So far I didn’t have any security on my data sources but now I need to add user rights to these so if my assistant make a mistake nothing would happen to the tables. Currently I have about 3 data sources. I did some research on creating users under Microsoft SQL 2000 and I did create a user account under SQL but since my data sources are connecting via sa account, this user still have full power on all the tables. Maybe there’s more than just creating a user account under SQL and permitting read only access to the tables under the permission tab! Or maybe I need to create new data sources with different configurations or maybe use ColdFusion Sandbox!
This is where I am confused right now and don’t know what would be the way to protect my assistant against damaging my tables!
I’m going to explain my situation with an example here:
Let say Mike is a Project Manager / Database Administrator and he’s the only one in the network who needs to have full access to all the tables/data sources. And Juta is the Programmer who should only have Read-Only access to all of the tables with the exception of Update/Insert access on 1 or 2 tables.
I would really appreciate if someone can help me to figure what I need to do to accomplish this.
Thanks,
Mike R