Viewing 2 posts - 1 through 2 (of 2 total)
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),
...
February 9, 2009 at 11:32 pm
#940986
Hi all,
what i want to do is there are two tables
1. Employee
1.1 Empid
1.2 Firstname
1.3 Lastname
February 5, 2009 at 10:41 pm
#939306