Microsoft
Software
Hardware
Network
Question : How can I "sp_help" the output signature of a Stored Procedure?
Anyone know the command to discover the output signature of a stored procedure? That is, if I create (in AdventureWorks) the stored procudure...
create procedure Summer as
select EmployeeID, NationalIDNumber, BirthDate from HumanResources.Employee
go
I want to execute "sp_help????? Summer" and see:
EmployeeId int
NationalIdNumber varchar(15)
BirthDate datetime
What comand gives me this information??? I know the thing exists because SSIS can figure the output signature of the procedure without actually running it.
Thanks in advance.
Answer : How can I "sp_help" the output signature of a Stored Procedure?
I do not believe there is any system Stored Procedure that gives you the information that you need.
Random Solutions
Window Server 2003
exit a job in sql server 2008 r2
no video no beeps
need your help to list down the srvices of Bluecoat proxy
How to show/hide the Acrobat ribbon tab programatically in MS Access 2007.
How do I check to see if my exchange 2003 is an open relay? (not using a open relay tester tool online, but on the console)
TEHO implementation
c# sub menu items
In Function for Fox Pro
createElement and appendChild to all matching elements