Viewing 15 posts - 1 through 15 (of 30 total)
Thanks John. I didn't consider that and will give it a shot.
Thanks, Troe
January 26, 2018 at 8:03 am
Thanks I will look into some third party solutions.
May 24, 2013 at 6:35 am
I just figured it out. Thanks for looking.
March 21, 2012 at 7:01 am
Thank you so much GSquared!! The procedure ran less than 1 second when previously it took over a minute to run.
November 3, 2011 at 10:54 am
Thanks for the suggestions. The purpose of this procedure is to reconcile expense account records in the General Ledger (gltrx_all/gltrxdet tables) against voucher payments (apvohdr table). The General Ledger consists...
November 2, 2011 at 4:27 pm
I'm sorry about that. Here's a script with a test db, the tables, test data, and the procedure.
Thanks.
November 2, 2011 at 1:29 pm
The definitions for the tables are attached.
Thank GSquared.
November 2, 2011 at 11:44 am
The query execution plan is attached.
Thanks for you help.
November 2, 2011 at 8:51 am
I was afraid that would be the case.
Thanks.
September 16, 2011 at 10:53 am
I scheduled the maintenance plan for 8:00 pm. However, I deleted the maintenance plan yesterday and recreated it and it ran last night. The only problem I have now is...
September 8, 2011 at 5:50 am
Thanks Chris. That was a good article. Now I have another site to add to my favorites!!
August 22, 2011 at 6:19 am
Thanks Sean. I will make the adjustment.
CONVERT(VARCHAR(16), '')
The modifications made by Chris have increased the performance of the procedure tremendously. You guys were very helpful. By the way, are...
August 19, 2011 at 8:49 am
I've added the transaction and try-catch block. Let me know if this will suffice.
Thanks.
USE [ISPurchasing]
GO
/****** Object: StoredProcedure [dbo].[cust_CreateJournalEntrymod] Script Date: 08/19/2011 09:44:07 ******/
SET ANSI_NULLS ON
GO
SET...
August 19, 2011 at 7:42 am
Viewing 15 posts - 1 through 15 (of 30 total)