SQL using sp_HelpText to view a stored procedure on a linked server
Posted
by megatoast
on Stack Overflow
See other posts from Stack Overflow
or by megatoast
Published on 2010-06-01T21:29:04Z
Indexed on
2010/06/01
21:33 UTC
Read the original article
Hit count: 217
Anyone have an idea about how to use sp_helptext to view a stored procedure on a linked server? basically something like this. I don't have the credentials to that linked server to look at it.
EXEC sp_HelpText '[ServerName].[DatabaseName].dbo.storedProcName'
thanks ahead.
© Stack Overflow or respective owner