- or download this
CREATE TABLE dbo.TestIds
(
TestID int not null,
TestName varchar(50) not null
)
- or download this
create proc dbo.GetTest(
@pName varchar(50) = '',
...
select TestID = @pID, TestName = @pName
end
end
- or download this
my $sql = '
declare @id int
...
foreach my $key (keys %$hash) { print $key . " => " . $$hash{$
+key} . "\n" if $$hash{$key}; };
}
}
- or download this
GotID => 2