Viewing 5 posts - 1 through 5 (of 5 total)
Please copy and paste in sql, so it is easier to read:
declare @sql_str Nvarchar(4000)
declare @mrm_fld_name varchar(25),
@vv varchar(500),
@condition varchar(1000),
@er_msg varchar(2000),
@client_sub_ident int,
@format char(1),
@error_cnt int,
@claim_ident int,...
January 5, 2010 at 7:33 am
New issue, I am testing the script. I defined the condition field to be varchar(500) in the table. I queried out the table into a cursor. Everything...
January 5, 2010 at 6:32 am
Con Alexis,
thank you for your reply. I am debugging my code right now . I should post my result later.
Sherry
January 5, 2010 at 5:23 am
it works. thank you... 🙂
December 23, 2009 at 7:08 am
Ken,
thank you for your respond. Let me tell you what I am trying to complish here. There is a text file was...
June 27, 2008 at 7:19 am
Viewing 5 posts - 1 through 5 (of 5 total)