Tag: sql

Understanding Support Debugging Tool Logging Modes

| 06/14/2012 | 0 Comments

This is the first in a series of articles that are designed to help you understand how the Support Debugging Tool works and how you can leverage its different features. In the past, I have described features without explaining how these features can be used and what the differences between different modes is. With this series I hope to remedy that situation.

Continue Reading

Dynamics GP SOP line items with serial numbers and comments

| 06/04/2012 | 0 Comments

Based on some reader requests, this new view is a combination of  my  All SOP Line Items view  and the recently posted script showing how to get a concatenated list of serial numbers in SQL .

Continue Reading

Microsoft SQL Server 2012 – Performance Dashboard Reports

| 05/20/2012 | 0 Comments

In March 2012 (precisely 6th March 2012), Microsoft made available SQL Server 2012 Performance Dashboard Reports which can be used to identify whether there is a current bottleneck on the system, and if so, capture additional diagnostic data that may be required to resolve it. More information on this can be read from the download page: Microsoft SQL Server 2012 Performance Dashboard Reports . One point worth to be highlighted is that this doesn’t require Reporting Services to be installed

Continue Reading

Cashbook Bank Transfer Error: Date entered is not a current period for checkbook Checkbook ID

| 05/17/2012 | 0 Comments

This was a menace for the past 4 days, to say the least. I was reported of this issue, where a user when trying to enter a bank transfer for a checkbook, on a date in previous month, he got this error message (in the title of this post) as shown below: The above message occurred only for one particular checkbook and not for others. First step was to ensure the fiscal period was not closed.

Continue Reading

Finding resources

| 05/12/2012 | 0 Comments

Almost on a daily basis I find myself looking for things like system requirements, end of support dates, build numbers and downloads for the various products that I work with.

Continue Reading

How to format Microsoft Dynamics GP SQL Stored Procedures

| 04/19/2012 | 0 Comments

Have you ever decided to have a look at one of the SQL stored procedures in your Dynamics GP databases? If you have, you would have noticed that they are extremely difficult to read. This is because comments and formatting white space are removed by Dynamics Utilities when it creates the stored procedures

Continue Reading

Fiscal Year Start Date & End Date – SQL Query

| 04/01/2012 | 0 Comments

I am currently working on custom SSRS dashboards performance tuning and related exercises. One task among all is to automate the Fiscal Year Start Date and Fiscal Year End Date based on which Fiscal Year we are in.

Continue Reading