<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Understanding how Microsoft Dynamics GP works with Microsoft SQL Server</title><link>http://blogs.msdn.com/developingfordynamicsgp/archive/2009/05/22/understanding-how-microsoft-dynamics-gp-works-with-microsoft-sql-server.aspx</link><description>Many people who have not been working with Microsoft Dynamics GP since the early non-SQL versions of Great Plains Dynamics sometimes wonder about the way that the application works with Microsoft SQL Server. The answer is in the long history of the product</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Understanding how Microsoft Dynamics GP works with Microsoft SQL Server</title><link>http://blogs.msdn.com/developingfordynamicsgp/archive/2009/05/22/understanding-how-microsoft-dynamics-gp-works-with-microsoft-sql-server.aspx#9634686</link><pubDate>Fri, 22 May 2009 07:09:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9634686</guid><dc:creator>HFLo</dc:creator><description>&lt;p&gt;very informative and always good to know 'our' history :)&lt;/p&gt;</description></item><item><title>re: Understanding how Microsoft Dynamics GP works with Microsoft SQL Server</title><link>http://blogs.msdn.com/developingfordynamicsgp/archive/2009/05/22/understanding-how-microsoft-dynamics-gp-works-with-microsoft-sql-server.aspx#9635371</link><pubDate>Fri, 22 May 2009 19:14:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635371</guid><dc:creator>Matt</dc:creator><description>&lt;P&gt;Excellent stuff. &amp;nbsp;As always. &amp;nbsp;I'm wondering why boolean (and for that matter checkbox) would convert to tinyint. &amp;nbsp;In interest of efficiency and performance it'd seem bit would be ideal here.&lt;/P&gt;</description></item><item><title>re: Understanding how Microsoft Dynamics GP works with Microsoft SQL Server</title><link>http://blogs.msdn.com/developingfordynamicsgp/archive/2009/05/22/understanding-how-microsoft-dynamics-gp-works-with-microsoft-sql-server.aspx#9641262</link><pubDate>Tue, 26 May 2009 13:03:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9641262</guid><dc:creator>Vaidy Mohan</dc:creator><description>&lt;p&gt;Tremendous information, David. &lt;/p&gt;
&lt;p&gt;I just thought of adding that, DEX_ROW_TS has off late helped me a lot in determining certain records based on more complex validations. &lt;/p&gt;
&lt;p&gt;I am not sure whether including this field (like we say for DEX_ROW_ID) on real-time business validations would create any issues. But till now, I have not faced any issues.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Vaidy Mohan&lt;/p&gt;</description></item><item><title>The Ins and Outs of Dynamics GP on SQL Server</title><link>http://blogs.msdn.com/developingfordynamicsgp/archive/2009/05/22/understanding-how-microsoft-dynamics-gp-works-with-microsoft-sql-server.aspx#9641448</link><pubDate>Tue, 26 May 2009 16:48:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9641448</guid><dc:creator>DynamicAccounting.net</dc:creator><description>&lt;p&gt;David Musgrave has a great new post up on Dynamics GP and SQL Server . In it he explains how GP works&lt;/p&gt;
</description></item><item><title>re: Understanding how Microsoft Dynamics GP works with Microsoft SQL Server</title><link>http://blogs.msdn.com/developingfordynamicsgp/archive/2009/05/22/understanding-how-microsoft-dynamics-gp-works-with-microsoft-sql-server.aspx#9644508</link><pubDate>Wed, 27 May 2009 18:00:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9644508</guid><dc:creator>Matt</dc:creator><description>&lt;P&gt;How does the Note Index (SY01500) work and what is it's purpose?&lt;/P&gt;</description></item><item><title>re: Understanding how Microsoft Dynamics GP works with Microsoft SQL Server</title><link>http://blogs.msdn.com/developingfordynamicsgp/archive/2009/05/22/understanding-how-microsoft-dynamics-gp-works-with-microsoft-sql-server.aspx#9645094</link><pubDate>Thu, 28 May 2009 01:40:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9645094</guid><dc:creator>Britt</dc:creator><description>&lt;p&gt;Why hasn't microsoft implemented SQL transactions in posting processes? &amp;nbsp;I understand that btrieve and ctree did not support it but SQL does. &amp;nbsp;I often see failed posting where part of a batch or even a single transaction is posted and part is not or orphaned headers and details are left. &amp;nbsp;Using SQL Server transactions would prevent this. &amp;nbsp;I don't understand why this hasn't been implemented in at least the posting routines. &amp;nbsp;Is there some kind of dexterity issue preventing this?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>re: Understanding how Microsoft Dynamics GP works with Microsoft SQL Server</title><link>http://blogs.msdn.com/developingfordynamicsgp/archive/2009/05/22/understanding-how-microsoft-dynamics-gp-works-with-microsoft-sql-server.aspx#9645188</link><pubDate>Thu, 28 May 2009 03:16:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9645188</guid><dc:creator>David Musgrave</dc:creator><description>&lt;p&gt;Hi Matt&lt;/p&gt;
&lt;p&gt;The Note Index field in the SY_Company_MSTR (SY01500) table stores the next Note Index to be used for the current company. &amp;nbsp;Every Master Record and Transaction has a Note Index value assigned to it when it is created. &amp;nbsp;This Note Index is then used as the primary key of the SY_Record_Notes_MSTR (SY03900) table when a record note is created.&lt;/p&gt;
&lt;p&gt;I will write an article with more information.&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;
</description></item><item><title>re: Understanding how Microsoft Dynamics GP works with Microsoft SQL Server</title><link>http://blogs.msdn.com/developingfordynamicsgp/archive/2009/05/22/understanding-how-microsoft-dynamics-gp-works-with-microsoft-sql-server.aspx#9645224</link><pubDate>Thu, 28 May 2009 03:32:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9645224</guid><dc:creator>David Musgrave</dc:creator><description>&lt;p&gt;Hi Britt&lt;/p&gt;
&lt;p&gt;SQL Transactions are used for posting. I will add some information on Transactions to this post. &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;
</description></item><item><title>Understanding how Microsoft Dynamics GP works with Microsoft SQL Server continued</title><link>http://blogs.msdn.com/developingfordynamicsgp/archive/2009/05/22/understanding-how-microsoft-dynamics-gp-works-with-microsoft-sql-server.aspx#9651521</link><pubDate>Fri, 29 May 2009 06:04:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9651521</guid><dc:creator>Developing for Dynamics GP</dc:creator><description>&lt;p&gt;As a followup to last week&amp;amp;#39;s post about Understanding how Microsoft Dynamics GP works with Microsoft&lt;/p&gt;
</description></item><item><title>re: Understanding how Microsoft Dynamics GP works with Microsoft SQL Server</title><link>http://blogs.msdn.com/developingfordynamicsgp/archive/2009/05/22/understanding-how-microsoft-dynamics-gp-works-with-microsoft-sql-server.aspx#9684607</link><pubDate>Tue, 02 Jun 2009 11:17:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9684607</guid><dc:creator>David Musgrave</dc:creator><description>&lt;p&gt;Posting from Dynamics GP Blogster&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://dynamicsgpblogster.blogspot.com/2009/05/inner-workings-of-microsoft-dynamics-gp.html"&gt;http://dynamicsgpblogster.blogspot.com/2009/05/inner-workings-of-microsoft-dynamics-gp.html&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Understanding how Microsoft Dynamics GP works with Microsoft SQL Server</title><link>http://blogs.msdn.com/developingfordynamicsgp/archive/2009/05/22/understanding-how-microsoft-dynamics-gp-works-with-microsoft-sql-server.aspx#9712623</link><pubDate>Tue, 09 Jun 2009 07:18:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9712623</guid><dc:creator>Roger Thayer</dc:creator><description>&lt;p&gt;Great stuff. &amp;nbsp;I am always searching for information to better understand &amp;quot;what&amp;quot; and &amp;quot;why&amp;quot; of Dynamics GP. &amp;nbsp;You never fail to provide explanations. &amp;nbsp;And history to boot!&lt;/p&gt;
&lt;p&gt;Thanks for your work--I appreciate it.&lt;/p&gt;
&lt;p&gt;-Roger T.&lt;/p&gt;</description></item><item><title>re: Understanding how Microsoft Dynamics GP works with Microsoft SQL Server</title><link>http://blogs.msdn.com/developingfordynamicsgp/archive/2009/05/22/understanding-how-microsoft-dynamics-gp-works-with-microsoft-sql-server.aspx#9802929</link><pubDate>Thu, 25 Jun 2009 07:54:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9802929</guid><dc:creator>David Musgrave</dc:creator><description>&lt;p&gt;Posting from the Dynamics GP Blogster&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://dynamicsgpblogster.blogspot.com/2009/06/how-does-check-links-work.html"&gt;http://dynamicsgpblogster.blogspot.com/2009/06/how-does-check-links-work.html&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>