Activity overview
Latest activity by nick_70
Hi,
I just tried to use SQLPrompt in order to get the list of parameters from a SP with intellisense...
Ex: EXEC dbaChangeObjectOwner -- this SP expects two parameters, but nothing shows....I then typed a snippet code (ssf + TAB), this pasted a SELECT * FROM ....the parameter list from the previous SP are now showing....Is this normal?
thanks / comments
Hi,
I just tried to use SQLPrompt in order to get the list of parameters from a SP with intellisense...
Ex: EXEC dbaChangeObjectOwner -- this SP expects two parameters, but nothing shows....I then ...