Viewing 4 posts - 1 through 4 (of 4 total)
I want to remove the cursor and do a insert from the unions and keep the commit every 5,000 rows.
May 13, 2005 at 8:12 am
Sorry I should have know better. Here it is.
COMMIT TRANSACTION
BEGIN TRANSACTION
DECLARE @ls_patientid varchar(32), @ldt_fromdate smalldatetime, @ls_claimno varchar(42),
@li_stayid integer, @ls_cpt4 char(5), @ls_gcn char(5), @ls_diagnosis1 char(6),
@ls_diagnosis2 char(6), @ls_diagnosis3 char(6), @ls_diagnosis4 char(6),
@ls_providerid...
May 13, 2005 at 7:39 am
Thanks for the information. I will move the app from the file server to each users pc. I need to improve my MSAccess and VB skills. Previously I was developing web apps in...
April 27, 2004 at 7:40 am
Viewing 4 posts - 1 through 4 (of 4 total)