Viewing 3 posts - 1 through 3 (of 3 total)
Streejith,
Here is the stored procedure. It is pretty straightforward. I am going to try using profiler to see if there any lock...
SET XACT_ABORT ON
SET NOCOUNT ON
BEGIN TRANSACTION
UPDATE MYTABLE SET TRNSTAT='Y'
WHERE MY
September 5, 2006 at 11:27 am
#658611
Yes, that worked.
Thank you very much for your help...
Raj
March 15, 2005 at 9:46 am
#547097
Unfortunately, the double quotes are coming from the flat file. There are certain columns (character fields) that are coming across from the mainframe with those double quotes. So when DTS...
March 15, 2005 at 8:35 am
#547075