Create table & deny delete table

From: hrhoe (hrhoe_at_hotmail.com)
Date: 10/30/03


Date: Thu, 30 Oct 2003 11:23:05 -0800

Hi,
I'm trying to create a new login that has the following:
- This user need to create a table.
- The created table should have name like
<db_name>.dbo.<table_name> (not like
<db_name>.<User>.<table_name>
- This user should not be allowed to delete a table does
not belong to he or she.

Can I create a user login like this?

Thank you,

- Hyung -