Help for this page

Select Code to Download


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