Viewing 15 posts - 16 through 30 (of 137 total)
Pradeep
Did you successfully use PROCESS EXPLORER on SQL 2005, or just SQL 2000?
I was NOT able to successfully find the offending SPID via the TID Query I found in...
September 28, 2010 at 8:48 am
Thanks for the reply, SQLBuddy.
September 27, 2010 at 11:34 am
CirquedeSQLeil (9/25/2010)
If your goal is to allow them to do that under the dbo schema, then that is what...
September 27, 2010 at 8:02 am
Thanks, Paul! Your explanation helps.
September 23, 2010 at 2:11 pm
Yes, as DBO.
I ended up doing a GRANT ALTER as stated by BOL. That worked. Although I think it allows too many permissions.
September 22, 2010 at 11:11 am
Looking at BOL, it says that besides CREATE PROCEDURE, the User must also be GRANTed ALTER Schema like this?
GRANT ALTER ON SCHEMA::dbo TO TestUser
Doesn't that give the User too much...
September 22, 2010 at 9:19 am
I did a "GRANT VIEW DEFINITION to TestUser", so now the LOCK ICONs are gone and I can do a sp_helptext.
However, TestUser still can NOT Create an SP. I'm missing...
September 22, 2010 at 9:10 am
Thanks for the reply.
I GRANT CREATE PROCEDURE to the User, logged into SSMS as that user and tried to create an SP.
It FAILED.
"The specified schema name "dbo" either...
September 22, 2010 at 8:32 am
rew-370421 (7/28/2010)
When I do a REBUILD or...
July 29, 2010 at 1:18 pm
Thank you, Gail and Jeff. I'm new to this and want to make sure I do it right.
Also, I noticed that one of the indexes has a FILL FACTOR of...
July 28, 2010 at 12:28 pm
Thanks to all for your replies!
July 28, 2010 at 10:57 am
Does sp_recompile come into play her at all? Or does Updating Stats do that?
July 23, 2010 at 2:53 pm
Is there a SQL2000 version of this SP?
...thanks
July 22, 2010 at 8:48 am
Thanks, George! Just what I was looking for.
July 1, 2010 at 5:39 pm
Viewing 15 posts - 16 through 30 (of 137 total)