<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Interesting Findings &#38; Knowledge Sharing &#187; SQL Server</title>
	<atom:link href="http://msdynamicstips.com/category/databases/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://msdynamicstips.com</link>
	<description>Scribblings of a Microsoft Dynamics GP MVP</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:22:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>SQL Script for AP-GL Reconciliation</title>
		<link>http://msdynamicstips.com/2012/01/17/sql-script-for-ap-gl-reconciliation/</link>
		<comments>http://msdynamicstips.com/2012/01/17/sql-script-for-ap-gl-reconciliation/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 14:49:22 +0000</pubDate>
		<dc:creator>veeyeskay</dc:creator>
				<category><![CDATA[Accounts Payables]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[General Ledger]]></category>
		<category><![CDATA[Great Plains]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[ap to gl]]></category>
		<category><![CDATA[ap to gl reconcile]]></category>
		<category><![CDATA[payables]]></category>
		<category><![CDATA[Payables Reconciliation]]></category>
		<category><![CDATA[reconcile]]></category>
		<category><![CDATA[Reconciliation]]></category>

		<guid isPermaLink="false">http://msdynamicstips.com/?p=9295</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://msdynamicstips.com/2012/01/17/sql-script-for-ap-gl-reconciliation/' addthis:title='SQL Script for AP-GL Reconciliation ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>Hi all It has been some time since I have posted something useful on my blog. This was because I was busy writing up and testing the reconciliation script that I had developed to reconcile payables and receivables with the general ledger. In this article, I have posted a script to reconcile payables with general [...]]]></description>
			<content:encoded><![CDATA[Hi all
It has been some time since I have posted something useful on my blog. This was because I was busy writing up and testing the reconciliation script that I had developed to reconcile payables and receivables with the general ledger.
In this article, I have posted a script to reconcile payables with general ledger. I have tested it with a couple of live environments and it looks to be working fine. However, th <a href='http://msdynamicstips.com/2012/01/17/sql-script-for-ap-gl-reconciliation/'>Read the rest of this entry</a>]]></content:encoded>
			<wfw:commentRss>http://msdynamicstips.com/2012/01/17/sql-script-for-ap-gl-reconciliation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>SQL View for Daily Payment Summary</title>
		<link>http://msdynamicstips.com/2011/08/05/sql-view-for-daily-payment-summary/</link>
		<comments>http://msdynamicstips.com/2011/08/05/sql-view-for-daily-payment-summary/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 21:39:00 +0000</pubDate>
		<dc:creator>veeyeskay</dc:creator>
				<category><![CDATA[Accounts Payables]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Great Plains]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[check amount]]></category>
		<category><![CDATA[payment reconciliation]]></category>
		<category><![CDATA[payment summary]]></category>
		<category><![CDATA[voided amount]]></category>

		<guid isPermaLink="false">http://msdynamicstips.com/2011/08/05/sql-view-for-daily-payment-summary/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://msdynamicstips.com/2011/08/05/sql-view-for-daily-payment-summary/' addthis:title='SQL View for Daily Payment Summary ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>Hi all Based on a request from the community, I have decided to post a script for identifying all the payments made on a specific date from a checkbook and the details of what was voided for the specific date. This query helps a great deal in reconciling the funds that were used for processing [...]]]></description>
			<content:encoded><![CDATA[Hi all
Based on a request from the community, I have decided to post a script for identifying all the payments made on a specific date from a checkbook and the details of what was voided for the specific date.
This query helps a great deal in reconciling the funds that were used for processing the payments.

SELECT A.CHEKBKID ,
        A.PSTGDATE ,
        ISNULL&#40;&#40;
                SELECT SUM&#40;B.DOCAMNT&# <a href='http://msdynamicstips.com/2011/08/05/sql-view-for-daily-payment-summary/'>Read the rest of this entry</a>]]></content:encoded>
			<wfw:commentRss>http://msdynamicstips.com/2011/08/05/sql-view-for-daily-payment-summary/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Post Through GL for Computer Checks &#8211; with Analytical Accounting</title>
		<link>http://msdynamicstips.com/2011/08/04/post-through-gl-for-computer-checks-with-analytical-accounting/</link>
		<comments>http://msdynamicstips.com/2011/08/04/post-through-gl-for-computer-checks-with-analytical-accounting/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 13:51:36 +0000</pubDate>
		<dc:creator>veeyeskay</dc:creator>
				<category><![CDATA[Analytical Accounting]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Great Plains]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[analytical accounting activation]]></category>
		<category><![CDATA[computer checks]]></category>
		<category><![CDATA[post through general ledger files]]></category>
		<category><![CDATA[post through gl]]></category>
		<category><![CDATA[Posting Setup]]></category>

		<guid isPermaLink="false">http://msdynamicstips.com/2011/08/04/post-through-gl-for-computer-checks-with-analytical-accounting/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://msdynamicstips.com/2011/08/04/post-through-gl-for-computer-checks-with-analytical-accounting/' addthis:title='Post Through GL for Computer Checks &#8211; with Analytical Accounting ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>When you have Analytical Accounting module installed and configured in a GP company, the Post Through GL for Computer Checks gets automatically disabled in the specific company (even if it was turned on). If we try to activate the same manually (with Analytical Accounting activated), we get the following error message and the system prevents [...]]]></description>
			<content:encoded><![CDATA[When you have Analytical Accounting module installed and configured in a GP company, the Post Through GL for Computer Checks gets automatically disabled in the specific company (even if it was turned on). 

If we try to activate the same manually (with Analytical Accounting activated), we get the following error message and the system prevents us from turning on the Post Through GL functionality for Computer Checks <a href='http://msdynamicstips.com/2011/08/04/post-through-gl-for-computer-checks-with-analytical-accounting/'>Read the rest of this entry</a>]]></content:encoded>
			<wfw:commentRss>http://msdynamicstips.com/2011/08/04/post-through-gl-for-computer-checks-with-analytical-accounting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Payables HATB With Aging By Payment Terms (using Document Date)</title>
		<link>http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-payment-terms-using-document-date/</link>
		<comments>http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-payment-terms-using-document-date/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 15:55:26 +0000</pubDate>
		<dc:creator>veeyeskay</dc:creator>
				<category><![CDATA[Accounts Payables]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Great Plains]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[HATB]]></category>
		<category><![CDATA[Payables Aging]]></category>
		<category><![CDATA[Payables HATB]]></category>
		<category><![CDATA[Payables Transactions]]></category>
		<category><![CDATA[payment-terms]]></category>
		<category><![CDATA[Trial Balance]]></category>

		<guid isPermaLink="false">http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-payment-terms-using-document-date/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-payment-terms-using-document-date/' addthis:title='Payables HATB With Aging By Payment Terms (using Document Date) ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>As a follow up to my script for generating the Payables HATB With Aging By Due Date (using Document Date), I have decided to post a script for the same with aging buckets based on the document date (with the logic of payment terms). This will provide the aging buckets for each transaction based on [...]]]></description>
			<content:encoded><![CDATA[As a follow up to my script for generating the Payables HATB With Aging By Due Date (using Document Date), I have decided to post a script for the same with aging buckets based on the document date (with the logic of payment terms). This will provide the aging buckets for each transaction based on the payables aging buckets setup.

/******************************************************************
Created July 25, <a href='http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-payment-terms-using-document-date/'>Read the rest of this entry</a>]]></content:encoded>
			<wfw:commentRss>http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-payment-terms-using-document-date/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Payables HATB With Aging By Payment Terms (using GL Posting Date)</title>
		<link>http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-payment-terms-using-gl-posting-date/</link>
		<comments>http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-payment-terms-using-gl-posting-date/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 15:46:23 +0000</pubDate>
		<dc:creator>veeyeskay</dc:creator>
				<category><![CDATA[Accounts Payables]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Great Plains]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[HATB]]></category>
		<category><![CDATA[Payables Aging]]></category>
		<category><![CDATA[Payables HATB]]></category>
		<category><![CDATA[Payables Transactions]]></category>
		<category><![CDATA[payment-terms]]></category>
		<category><![CDATA[Trial Balance]]></category>

		<guid isPermaLink="false">http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-payment-terms-using-gl-posting-date/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-payment-terms-using-gl-posting-date/' addthis:title='Payables HATB With Aging By Payment Terms (using GL Posting Date) ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>As a follow up to my script for generating the Payables HATB With Aging By Due Date (using GL Posting Date), I have decided to post a script for the same with aging buckets based on the document date (with the logic of payment terms). This will provide the aging buckets for each transaction based [...]]]></description>
			<content:encoded><![CDATA[As a follow up to my script for generating the Payables HATB With Aging By Due Date (using GL Posting Date), I have decided to post a script for the same with aging buckets based on the document date (with the logic of payment terms). This will provide the aging buckets for each transaction based on the payables aging buckets setup.

/******************************************************************
Created July 2 <a href='http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-payment-terms-using-gl-posting-date/'>Read the rest of this entry</a>]]></content:encoded>
			<wfw:commentRss>http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-payment-terms-using-gl-posting-date/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Payables HATB With Aging By Due Date (using Document Date)</title>
		<link>http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-due-date-using-document-date/</link>
		<comments>http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-due-date-using-document-date/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 15:27:27 +0000</pubDate>
		<dc:creator>veeyeskay</dc:creator>
				<category><![CDATA[Accounts Payables]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Great Plains]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[By Document Date]]></category>
		<category><![CDATA[HATB]]></category>
		<category><![CDATA[Payables Aging]]></category>
		<category><![CDATA[Payables HATB]]></category>
		<category><![CDATA[Payables Transactions]]></category>
		<category><![CDATA[Trial Balance]]></category>

		<guid isPermaLink="false">http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-due-date-using-document-date/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-due-date-using-document-date/' addthis:title='Payables HATB With Aging By Due Date (using Document Date) ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>As a follow up to my script for generating the Payables 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 25, 2011 by [...]]]></description>
			<content:encoded><![CDATA[As a follow up to my script for generating the Payables 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 25, 2011 by Sivakumar Venkataraman - Interdyn AKA
This view is for  <a href='http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-due-date-using-document-date/'>Read the rest of this entry</a>]]></content:encoded>
			<wfw:commentRss>http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-due-date-using-document-date/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Payables HATB With Aging By Due Date (using GL Posting Date)</title>
		<link>http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-due-date-using-gl-posting-date/</link>
		<comments>http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-due-date-using-gl-posting-date/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 15:18:00 +0000</pubDate>
		<dc:creator>veeyeskay</dc:creator>
				<category><![CDATA[Accounts Payables]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Great Plains]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[HATB]]></category>
		<category><![CDATA[Payables Aging]]></category>
		<category><![CDATA[Payables HATB]]></category>
		<category><![CDATA[Payables Transactions]]></category>
		<category><![CDATA[Trial Balance]]></category>

		<guid isPermaLink="false">http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-due-date-using-gl-posting-date/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-due-date-using-gl-posting-date/' addthis:title='Payables HATB With Aging By Due Date (using GL Posting Date) ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>As a follow up to my script for generating the Payables 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 25, 2011 [...]]]></description>
			<content:encoded><![CDATA[As a follow up to my script for generating the Payables 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 25, 2011 by Sivakumar Venkataraman - Interdyn AKA
This view is fo <a href='http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-due-date-using-gl-posting-date/'>Read the rest of this entry</a>]]></content:encoded>
			<wfw:commentRss>http://msdynamicstips.com/2011/07/25/payables-hatb-with-aging-by-due-date-using-gl-posting-date/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Receivables HATB With Aging By Payment Terms (using Document Date)</title>
		<link>http://msdynamicstips.com/2011/07/21/receivables-hatb-with-aging-by-payment-terms-using-document-date/</link>
		<comments>http://msdynamicstips.com/2011/07/21/receivables-hatb-with-aging-by-payment-terms-using-document-date/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 15:10:25 +0000</pubDate>
		<dc:creator>veeyeskay</dc:creator>
				<category><![CDATA[Accounts Receivables]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Great Plains]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[payment-terms]]></category>
		<category><![CDATA[Receivables Aging]]></category>
		<category><![CDATA[Receivables HATB Report]]></category>
		<category><![CDATA[receivables management]]></category>
		<category><![CDATA[Receivables Reconcoliation]]></category>

		<guid isPermaLink="false">http://msdynamicstips.com/2011/07/21/receivables-hatb-with-aging-by-payment-terms-using-document-date/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://msdynamicstips.com/2011/07/21/receivables-hatb-with-aging-by-payment-terms-using-document-date/' addthis:title='Receivables HATB With Aging By Payment Terms (using Document Date) ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>As a follow up to my script for generating the Receivables HATB With Aging By Due Date (using Document Date), I have decided to post a script for the same with aging buckets based on the document date (with the logic of payment terms). This will provide the aging buckets for each transaction based on [...]]]></description>
			<content:encoded><![CDATA[As a follow up to my script for generating the Receivables HATB With Aging By Due Date (using Document Date), I have decided to post a script for the same with aging buckets based on the document date (with the logic of payment terms). This will provide the aging buckets for each transaction based on the receivables aging buckets setup.

/******************************************************************
Created Ju <a href='http://msdynamicstips.com/2011/07/21/receivables-hatb-with-aging-by-payment-terms-using-document-date/'>Read the rest of this entry</a>]]></content:encoded>
			<wfw:commentRss>http://msdynamicstips.com/2011/07/21/receivables-hatb-with-aging-by-payment-terms-using-document-date/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>Receivables HATB With Aging By Payment Terms (using GL Posting Date)</title>
		<link>http://msdynamicstips.com/2011/07/21/receivables-hatb-with-aging-by-payment-terms-using-gl-posting-date/</link>
		<comments>http://msdynamicstips.com/2011/07/21/receivables-hatb-with-aging-by-payment-terms-using-gl-posting-date/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 15:04:39 +0000</pubDate>
		<dc:creator>veeyeskay</dc:creator>
				<category><![CDATA[Accounts Receivables]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Great Plains]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[GL Posting Date]]></category>
		<category><![CDATA[payment-terms]]></category>
		<category><![CDATA[Receivables Aging]]></category>
		<category><![CDATA[Receivables HATB Report]]></category>
		<category><![CDATA[Receivables Reconcoliation]]></category>
		<category><![CDATA[Receivables Transactions]]></category>

		<guid isPermaLink="false">http://msdynamicstips.com/2011/07/21/receivables-hatb-with-aging-by-payment-terms-using-gl-posting-date/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://msdynamicstips.com/2011/07/21/receivables-hatb-with-aging-by-payment-terms-using-gl-posting-date/' addthis:title='Receivables HATB With Aging By Payment Terms (using GL Posting Date) ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>As a follow up to my script for generating the Receivables HATB With Aging By Due Date (using GL Posting Date), I have decided to post a script for the same with aging buckets based on the document date (with the logic of payment terms). This will provide the aging buckets for each transaction based [...]]]></description>
			<content:encoded><![CDATA[As a follow up to my script for generating the Receivables HATB With Aging By Due Date (using GL Posting Date), I have decided to post a script for the same with aging buckets based on the document date (with the logic of payment terms). This will provide the aging buckets for each transaction based on the receivables aging buckets setup.

/******************************************************************
Created  <a href='http://msdynamicstips.com/2011/07/21/receivables-hatb-with-aging-by-payment-terms-using-gl-posting-date/'>Read the rest of this entry</a>]]></content:encoded>
			<wfw:commentRss>http://msdynamicstips.com/2011/07/21/receivables-hatb-with-aging-by-payment-terms-using-gl-posting-date/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	
<!-- Excerpts generated using Auto Excerpt plugin, http://mr.hokya.com/auto-excerpt/ -->
	<item>
		<title>SQL Script for Generating Insert Statements From Table Data</title>
		<link>http://msdynamicstips.com/2011/07/21/sql-script-for-generating-insert-statements-from-table-data/</link>
		<comments>http://msdynamicstips.com/2011/07/21/sql-script-for-generating-insert-statements-from-table-data/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 12:33:40 +0000</pubDate>
		<dc:creator>veeyeskay</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[Insert Statements]]></category>
		<category><![CDATA[SQL Script]]></category>
		<category><![CDATA[Table Data]]></category>

		<guid isPermaLink="false">http://msdynamicstips.com/2011/07/21/sql-script-for-generating-insert-statements-from-table-data/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://msdynamicstips.com/2011/07/21/sql-script-for-generating-insert-statements-from-table-data/' addthis:title='SQL Script for Generating Insert Statements From Table Data ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>Hi all I was searching Google for some SQL help today and found a very useful script, which I decided to post here for the community. This script generates INSERT statements for table data. This is very handy when you want to script the sample data during customizations etc., to be deployed at another environment. [...]]]></description>
			<content:encoded><![CDATA[Hi all
I was searching Google for some SQL help today and found a very useful script, which I decided to post here for the community.
This script generates INSERT statements for table data. This is very handy when you want to script the sample data during customizations etc., to be deployed at another environment.

/*
Use this script to create insert statements for each row in the specified table.
&nbsp;
Instructio <a href='http://msdynamicstips.com/2011/07/21/sql-script-for-generating-insert-statements-from-table-data/'>Read the rest of this entry</a>]]></content:encoded>
			<wfw:commentRss>http://msdynamicstips.com/2011/07/21/sql-script-for-generating-insert-statements-from-table-data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

