SQL Server 2005 user permissions
Posted
by karl
on Stack Overflow
See other posts from Stack Overflow
or by karl
Published on 2010-05-17T11:51:41Z
Indexed on
2010/05/18
7:21 UTC
Read the original article
Hit count: 487
I have created a database and some dbo.tables. Now I want to create a user that are can read and write to these tables, but not modify or drop. However I want this user to be able to create own tables and let him do what he want with these.
Is this possible? Could someone explain how this can be done?
© Stack Overflow or respective owner