Viewing 3 posts - 1 through 4 (of 4 total)
There are definitely no triggers involved and I don't think it could be a question of deadlock or silent failure since the code works perfectly in Query Analyzer and I...
March 12, 2007 at 11:00 pm
The code in the sp is below.
CREATE PROCEDURE MapCandidateData
AS
DECLARE @Cmd varchar (2000)
DECLARE @cris_id int, @office_id int, @title varchar (10), @firstname varchar(255), @lastname varchar(255),
@homephone varchar(255), @workphone varchar(255), @mobile varchar(255),...
March 12, 2007 at 9:12 pm
That would make sense. Unfortunately, it doesn't apply in this case as I wrote it as a static procedure first. Then when it didn't work, I did a copy/paste, removed...
March 11, 2007 at 6:33 pm
Viewing 3 posts - 1 through 4 (of 4 total)