Microsoft
Software
Hardware
Network
Question : Grant all to a user doesn't grant create index privilege
I did this: grant all on my_table to my_user. But, my_user still cannot create an index on my_table. Why? I thought grant all include index privilege. Thanks.
GRANT ALTER, DELETE, INDEX, INSERT, REFERENCES, SELECT, UPDATE, ON COMMIT REFRESH, QUERY REWRITE, DEBUG, FLASHBACK ON ,my_table TO my_user;
Answer : Grant all to a user doesn't grant create index privilege
They will also require the CREATE ANY INDEX privilege.
I assume they already have the CREATE ANY TABLE privilege to allow them to create tables in a schema other than their own.
Random Solutions
stored proc select and insert where doesn't exist
".info" not accepted as valid email configuration
SBS2003 Domain Controller AD corrupt
Downloading File through java script on client browser!
SQL Pivot : Setting Nulls to 0
VSTO populating cells with datatable
Équation différentielle de Madame Ratte
show a message and want to see all the threads to that message.
How can I alter the width of a datasheet inside a subform?
Need VB code to send out a Lotus Notes e-mail in monospaced font, such as COURIER NEW, not COURIER