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
How to set tint color of TTButton?
how to count the sum?
Re-use generated field in MS SQL Server?
Sonice Wall / Cisco VPN compatibility
How to Query Same Table twice using 1 SQL Query ?
Inserting Line Break in JSP String being displayed by Javascript
Search engine optimization for multiple business locations
Session Variables and opener.location.href = opener.location.href
Function to Return Only Numbers in a String
Maximize Parent Form After Closing The Child