my first table has two field
ID is identity=yes,
JOB_ID int
--------------------------
Second table
job_id is identity=yes
name nvarchar(50)
what I have to do if I have to pass second table job_id in first table JOB_ID
my first table has two field
ID is identity=yes,
JOB_ID int
--------------------------
Second table
job_id is identity=yes
name nvarchar(50)
what I have to do if I have to pass second table job_id in first table JOB_ID