I am very new, how do I setup MSSQL Hosting (using MSSQL 2000 now).
Some questions that I am facing:
- How do I block the user to see other login?
- How do I block other user to see other database?
- How do I block other user to restore / backup on site?
- Is SQL 2005 better in term of easier to manage and secure by default?
- How do I remove the guest user, I can't delete it, it said it is controlled by Group membership, and when I delete it, it said there is not such user.
I have one main question, actually when hosting other people databases, they usually pass the database for restore, do I need to do anything beside setting the correct path to restore?
What permission should I give after I restore, public, db_owner, data reader, data writer? That's it. Correct?
Thank you.