Activity overview
Latest activity by vreeland
Here's a another instance that just occurred equally annoying.
I'm trying to enter the following line in SSMS:
GRANT EXECUTE ON [insertduckreturneditemsv41] TO webserver
I type in:
GRANT EXECUTE ON [insertduckreturneditemsv41]
at which point SQL Prompt pops up its windows trying to show me the possible choices, the first stored procedure it shows is a completely different one.
When a press the space key at the end of the above (right after the desired stored procedure name that i had typed in), SQL Prompt appends the name of the other stored procedure and I end up with:
grant execute on [insertduckreturneditemsv41][dbo].[accountpoolcleanupgetallreserved]
which is of course wrong. I must then go in and manually delete what SQL Prompt added.
thx.
r- / comments
Here's a another instance that just occurred equally annoying.
I'm trying to enter the following line in SSMS:
GRANT EXECUTE ON [insertduckreturneditemsv41] TO webserver
I type in:
GRANT EXECUTE ON...
Annoying behavior that prevents me from typing what I want
Sorry, the title was hard to come up with.
Here's the scenario. it happens semi-frequently but this is one example.
In SSMS, i'm editing a stored procedure.
At the end I type in GO intending to ha...
Crashes when modifying stored procedures
Yesterday I went about modifying a large # of stored procedures. Each I modified by right clicking in the object explorer in SSMS and selecting modify. At various times i probably had several ope...
Slowness/Delay when modifying stored procedures in SSMS
I'm experiencing a long delay every time i do the following:
In the Object Explorer, I right click on a stored procedure and select modify.
The sp appears in the right as normal and then a sql prom...