June 2, 2007 at 12:28 pm
Hello everybody,
We have outsource company whom given a privilege to access one of the database as an owner. What should I do to make sure that the user does not copy the data (one table or the whole database).
I look forward to hearing from you
June 2, 2007 at 1:57 pm
Removing the "owner" privs is the only way... unless you encrypt everything.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2007 at 2:08 pm
They need to have privilege to view, update,create table...etc. This outsource company is the developer of one of the software we have and they need to access the database for maintenance reason. I just want a trick to make sure that our data does not copy and transfer to them location.
is there any idea?
June 2, 2007 at 3:53 pm
Understood... I don't think there's a trick to do this or monitor this in 2k... if they can view the data, they can copy the data.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2007 at 1:08 pm
You've made them 'owners' of the data. That means it is their data also as far as SQL Server is concerned.
-SQLBill
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply