Hi,
Does anybody know if it is possible in SQL Server 2000 to give a user the following specific statement permissions using the GRANT statement?
SELECT permission on any object
DELETE permission on any object
INSERT permission on any object
UPDATE permission on any object
ALTER TABLE
TRUNCATE TABLE