deny everyone to copy database files and attach database

  • Hi,

    we have one SQL 2005 express database and Windows aplication name "Catalog". Database contains data about cars. Aplication users are ours business partners. We install aplication and database localu on ours busines partnerss workstation.

    I want to deny everyone to copy our database files and attach database on their SQL server.

    pls help  . thanks

  • Oliver,

    It's basically impossible. The best you can do is to encrypt the database content and use this encrypted database from the application. However, I'm not sure now what kind of encryption is supported in Express Edition.

    -- Erik

  • I agree with Erik. Once you've installed on someone's workstation, they can do anything to the file.

  • I also like to prohibit some user to restore the Payroll database in their machine and view everything..

    Can I encrypt the 'Salary' field only and write some trigger to encrypt/decrypt it while my 3rd party Payroll application accessing it. Apart from it, no one can view it apart from the SA user...

    We cannot alter the 3rd Payroll application as we hasn't the source code

    Can someone post the example to encrypt/decrypt the field and how the tigger can do it

    Many Thanks in advance:D:D:D:D

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply