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
Logitech KB and mouse 810 - 000755 looking for drivers drivers
Return message from class
asp.net - Is there anyway that you can detect that a label evals to nothing and trigger an event to alert the user that they need do something.
How do I search for file containing text with "exact phrase" clause
ftp
Manual Update of WSUS Data Files
How to sort grid view grouping in delphi by different value and not by caption of the text?
PHP File Upload
Using cookies with ASP.NET
Any way of listing avi files in Windows 7 by the codec type?