Hello,
when I want to execute a stored proc, I type:
EXEC usp
and SQL provides me with a list of stored proc. Fine!
But now, if I want to execute a system stored proc, SQL Prompt does not provide me with any help:
EXEC sp_helptext MyStoredProc
There is no completion on sp_helptext! A small feature in my wish list...
With kind regards,
Emmanuel
when I want to execute a stored proc, I type:
EXEC usp
and SQL provides me with a list of stored proc. Fine!
But now, if I want to execute a system stored proc, SQL Prompt does not provide me with any help:
EXEC sp_helptext MyStoredProc
There is no completion on sp_helptext! A small feature in my wish list...
With kind regards,
Emmanuel