Viewing 4 posts - 1 through 4 (of 4 total)
-- Parent table Table A.
Insert into Table A
(Column b, Column c, Column d)
Values
(cxxxx, jdf, 1234)
-- Column a is the Primary key (also an Identity column) for Table A. Identity...
December 21, 2009 at 11:14 am
>> How are you getting these records?
for Table A, explicit Insert statement will be executed by me. There are just 2 records to be Inserted into Table A.
for other tables,...
December 21, 2009 at 10:24 am
To continue this:
Schema: 6 Tables: A, B, C, D, E, F
Table A: Parent tables to B, C, & D.
Table B: Parent to none.
Table C: Parent to none.
Table D: Parent to...
December 21, 2009 at 9:17 am
Thanks for you replies.
I apply the full backup with "norecovery" and apply Differential backup with "recovery". There is no requirement to apply transaction log backups.
Executed as user: TDS\clusadminspain. Cannot apply...
July 23, 2009 at 3:05 pm
Viewing 4 posts - 1 through 4 (of 4 total)