Viewing 2 posts - 1 through 3 (of 3 total)
I found the answer to my problem. It turns out I can do this in one simple sql statement.
INSERT INTO Courses ([coursecategorynumber], [coursenumber], [coursetitle], [coursedescription],...
June 26, 2002 at 1:56 pm
#431693
I am running SQL2K and I am using an INSTEAD OF trigger to handle an INSERT INTO a View. What I want is the view to act just like...
June 24, 2002 at 10:07 am
#431484