Interesting Findings & Knowledge Sharing » SQL Server
Page 2 of 71234567

Archive for the ‘SQL Server’ Category

Receivables HATB With Aging By Due Date (using Document Date)

Hi all As a follow up to my script for generating the Receivables HATB by Document Date, I have decided to post a script for the same with aging buckets based on the due date. This will provide the aging buckets for each transaction based on the receivables aging buckets setup. /****************************************************************** Created July 21, [...]

July 21, 2011 · veeyeskay · 3 Comments
Tags: , , ,  Â· Posted in: Accounts Receivables, Dynamics, Great Plains, SQL Server, SQL Server 2005 Total Views: 146

Receivables HATB With Aging By Due Date (using GL Posting Date)

Hi all As a follow up to my script for generating the Receivables HATB by GL Posting Date, I have decided to post a script for the same with aging buckets based on the due date. This will provide the aging buckets for each transaction based on the receivables aging buckets setup. /****************************************************************** Created July [...]

July 21, 2011 · veeyeskay · 5 Comments
Tags: , , ,  Â· Posted in: Accounts Receivables, Dynamics, Great Plains, SQL Server, SQL Server 2005 Total Views: 197

SQL Script for Vendor EFT Information

Hi all Today, I am posting a SQL Script for getting the EFT information of various vendors. /****************************************************************** Created July 16, 2011 by Sivakumar Venkataraman – Interdyn AKA This view returns a returns the details of the EFT Information for the various vendors setup in the company.   Tables used: – PM00100 – Vendor Class [...]

July 16, 2011 · veeyeskay · 2 Comments
Tags: , ,  Â· Posted in: Accounts Payables, Dynamics, EFT For Payables, Great Plains, SQL Server, SQL Server 2000, SQL Server 2005 Total Views: 179

Recent Updates to Payables HATB Script

Hi all I have posted an updated for the following scripts today. Please make use of these updated scripts for the historical aged trial balance in payables. AP Historical Aged Trial Balance – By GL Posting Date http://msdynamicstips.com/2010/10/09/payables-hatb-report-sql-query/ AP Historical Aged Trial Balance – By Document Date http://msdynamicstips.com/2010/10/08/payables-hatb-using-document-date/ Hope this Read the rest of this [...]

June 30, 2011 · veeyeskay · One Comment
Tags: , ,  Â· Posted in: Accounts Payables, Dynamics, Great Plains, Reporting, SQL Server, SQL Server 2005, SQL Server 2008 Total Views: 116

SQL Script for Purchase Order Line Items Not Yet Received

Hi all Today, I am posting a script which provides the details of the Purchase Order Line Items which are yet to be received. /****************************************************************** Created June 23, 2011 by Sivakumar Venkataraman – Interdyn AKA This view returns a returns the details of the PO Line which has not been received fully. It provides the [...]

June 23, 2011 · veeyeskay · 4 Comments
Tags: , , , , ,  Â· Posted in: Dynamics, Great Plains, Purchase Order Processing, SQL Server, SQL Server 2005, SQL Server 2008 Total Views: 388

SQL Script for Budgets vs. Actuals in Amounts in Analytical Accounting – By Budget Tree Node

Hi all This script is in continuation to the previous article where I had posted a script for Budgets vs. Actuals in Amounts in Analytical Accounting – By Dimension Code. This script is for viewing Budgets vs. Actuals (for amounts) at Budget Tree Node level. IF EXISTS ( SELECT * FROM sys.objects WHERE object_id = [...]

June 16, 2011 · veeyeskay · One Comment
Tags: , , ,  Â· Posted in: Analytical Accounting, Dynamics, Great Plains, SQL Server, SQL Server 2005, SQL Server 2008 Total Views: 177

SQL Script for Budgets vs. Actuals in Amounts in Analytical Accounting – By Dimension Code

Hi all Today, I am posting a script for analyzing Budgets vs. Actuals (using Amounts) in Analytical Accounting. However, there are two methods of analyzing the budget information in Analytical Accounting. They are: Node Level Dimension Code Level This script is for viewing Budgets vs. Actuals at Dimension Code level. I will be posting the [...]

June 16, 2011 · veeyeskay · 5 Comments
Tags: , ,  Â· Posted in: Analytical Accounting, Dynamics, Great Plains, SQL Server, SQL Server 2005, SQL Server 2008 Total Views: 629

Permissions Issue with SQL Reporting Services on Vista

Hi all Recently, I deployed SQL Server 2005 Reporting Services on my laptop which was running Windows Vista. I was running the Service Pack 3 for SQL Server 2005. After deploying the service pack, I ran the User Provisioning Tool and granted access to the required user with Administrative rights. However, when I tried to [...]

June 9, 2011 · veeyeskay · One Comment
Tags: , , ,  Â· Posted in: SQL Reporting Services, SQL Server, SQL Server 2005 Total Views: 254

SQL Script for POP Receiving Transactions with AA Information

Hi all My last post had a script for Purchase Orders with AA information. Today, I am posting a script for the following POP transactions with AA information. Shipments Shipment/Invoice Invoice IF EXISTS ( SELECT * FROM sys.views WHERE object_id = OBJECT_ID(N’[dbo].[vw_POPRcptInformation]‘) ) DROP VIEW [dbo].[vw_POPRcptInformation] GO   S Read the rest of this entry

May 20, 2011 · veeyeskay · 3 Comments
Tags: , ,  Â· Posted in: Analytical Accounting, Dynamics, Great Plains, Purchase Order Processing, SQL Server, SQL Server 2005, SQL Server 2008 Total Views: 237

Dynamics GP Technical Database Guides – GP 10

Hi all In this article, I have posted the link of a detailed database reference guide for Microsoft Dynamics GP 10. I have posted the link to the guide for the system database (DYNAMICS) and the sample company (TWO) database.   This guide provides detailed specifications of the various tables, views and stored procedures present in [...]

May 18, 2011 · veeyeskay · 2 Comments
Tags: , ,  Â· Posted in: Documentation, Dynamics, Great Plains, SQL Server, SQL Server 2005 Total Views: 230