Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Stored Procedure

    guys this is my store procedure for abt which i am talking.

    -- Creates a new record in the [dbo].[Employee] table.

    ALTER PROCEDURE EmployeeAdd

    @p_FName varchar(25),

    ...

  • RE: Stored Procedure

    Hi all,

    what i want to do is there are two tables

    1. Employee

    1.1 Empid

    1.2 Firstname

    1.3 Lastname

    ...

Viewing 2 posts - 1 through 2 (of 2 total)