Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3189

Re: PB Newbie - StoredProc Basics

$
0
0

I got this:

 

 

sp_2.jpg

 

 

My result set SP:

 

 

ALTER PROCEDURE [dbo].[get_mf_ded]
-- Add the parameters for the stored procedure here
@srch_empid char(7)
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra result sets from
-- interfering with SELECT statements.
SET NOCOUNT ON;


    -- Insert statements for procedure here
SELECT empid, ded_code from dbo.tbl_mf_ded where empid = @srch_empid
END

 

 

 

 

Thank you, Chris!



Viewing all articles
Browse latest Browse all 3189

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>