This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

SQL Server

Page 1 of 212

SQL Script to Reconcile GL vs. AA Balances

Hi all Having used Analytical Accounting for quite some time now, I have come across various issues in Analytical Accounting module, which has caused serious data discrepancy between the General Ledger tables and the Analytical Accounting tables. So I had... (Continue reading)

SQL Script to delete stranded activity for a specific user

Hi all In this article I am providing a script to delete the activity table records for a specific stranded user in Dynamics GP. This will enable us not to have all the users log out of GP in order... (Continue reading)

Tagged with:                             

SQL Script to provide access to Transaction Dimension Codes to Users

Hi all I had posted an article sometime back titled Macro to provide access to Transaction Dimension Codes to Users where I had provided a SQL script to create a macro code to provide access to all users to all... (Continue reading)

SQL Script for Revaluation Process

Hi all During this week, I just thought of writing a simple SQL script to calculate the gain (or) loss for a particular currency/account combination based on a specific date that has been provided. The script has been written for... (Continue reading)

Macro to provide access to Transaction Dimension Codes to Users

Hi all In this article, I am going to publish a SQL script which will be helpful to many using Analytical Accounting module. I have come across many clients who have multiple companies and they have hundreds of users spread... (Continue reading)

Tagged with:                 

SQL View for Payables Transactions with AA Codes

Guys There is a smartlist object for AP transactions, but this smartlist does not show the analytical accounting information in it. So in this post, I have decided to post a SQL view to generate a view to show AP... (Continue reading)

Handling Primary Key Errors in Analytical Accounting

Hi all… It has been some time, since I have posted something here… Was busy at many other assignments. However, here comes an article which will be of interest and use to many, especially those who are using Analytical Accounting... (Continue reading)

SQL Code for GL Trial Balance

Guys Today, I just decided to post a simple code snippet to generate a detailed GL Trial Balance with reference to the various sub ledgers, including the multi-dimensional information. IF EXISTS ( SELECT * FROM dbo.sysobjects WHERE id = OBJECT_ID(N'[dbo].[vw_GLTrialBalance]')... (Continue reading)

String Parser SQL Function

Guys The post I am making now, can be one from a very old school of thought, but is a recurring problem, which the developers face, day in and day out, as they write SQL scripts. It is about parsing... (Continue reading)

Decrypt SQL 2000 Stored Procedures, Functions, Views, and Triggers

Note: This method has to be handled with utmost care only in critical situations, and my experienced database administrators to provide critical support services in case of a SQL emergency. In order to decrypt the objects in SQL Server 2000,... (Continue reading)

Page 1 of 212