Viewing 2 posts - 1 through 3 (of 3 total)
Is there any common method to automatically insert row with default values into parent table when inserting row into child table with foreign key ?
April 15, 2009 at 3:24 am
#977930
Thank you for reply, ALZDBA.
As I understood, I should create stored procedure for inserting records into some child table where manually insert row into parent table and use @@IDENTITY to...
April 15, 2009 at 1:59 am
#977885