Viewing 3 posts - 1 through 4 (of 4 total)
Here is the Question:
I'm fine with declaring the table in the beginning.
I want to check the temp table while selecting - first time through temp table will be empty.
So I...
September 1, 2014 at 7:08 am
#1742226
DML
OUTPUT from Stored Procedure
FOUND a copy of the stored procedure I'm working with----- see below----
DECLARE @ItemClient TABLE
(
ClientSSN Varchar (11),
LastName Varchar...
September 1, 2014 at 5:41 am
#1742212
Mainframe programmer, How would you write an SQL stored procedure to achieve this?
September 1, 2014 at 4:49 am
#1742203