<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:blog="http://dnn-connect.org/blog/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Blog - SQL Sever</title>
    <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/term/11/locale/en-US/Blog-SQL-Sever</link>
    <description />
    <managingEditor>sales@xrmlabs.com</managingEditor>
    <pubDate>Thu, 09 Apr 2026 03:45:02 GMT</pubDate>
    <lastBuildDate>Thu, 09 Apr 2026 03:45:02 GMT</lastBuildDate>
    <category>SQL Sever</category>
    <generator>DotNetNuke Blog RSS Generator Version 6.5.2.0</generator>
    <ttl>30</ttl>
    <atom:link href="https://www.xrmlabs.com/DesktopModules/Blog/API/RSS/Get?moduleid=440&amp;tabid=94&amp;term=11" rel="self" type="application/rss+xml" />
    <item>
      <title>How to set up your workstation to create Dynamics 365 SSRS Reports</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8337/How-to-set-up-your-workstation-to-create-Dynamics-365-SSRS-Reports</link>
      <description>&lt;p&gt;In this blog, we will tell you Set up your workstation to create Dynamics 365 SSRS Reports.&lt;/p&gt;</description>
      <category>Microsoft Dynamics 365 Report Authoring Extension</category>
      <category>MS SQL Server</category>
      <category>SQL Server Data Tools</category>
      <category>Visual Studio 2019</category>
      <category>SQL Sever</category>
      <category>MS CRM 2013</category>
      <category>Dynamics CRM</category>
      <category>MS CRM 2016</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8337/How-to-set-up-your-workstation-to-create-Dynamics-365-SSRS-Reports</guid>
      <pubDate>Sat, 06 Feb 2021 06:36:00 GMT</pubDate>
      <blog:publishedon>2021-02-06 06:36:00Z</blog:publishedon>
    </item>
    <item>
      <title>How to fix MS CRM 2011 rsProcessingAborted error when executing a custom report?</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/226/How-to-fix-MS-CRM-2011-rsProcessingAborted-error-when-executing-a-custom-report</link>
      <description>&lt;p&gt;Few days back I was asked to look at a MS &lt;a href="https://www.xrmlabs.com/Services/Custom-Implementation"&gt;CRM&lt;/a&gt; 2011 system where Out of Box reports were working fine however custom reports were giving error (rsProcessingAborted). If MS &lt;a href="https://www.xrmlabs.com/Services/Custom-Implementation"&gt;CRM&lt;/a&gt; 2011 is installed on a separate server and
SQL is on a different server and you are getting the same error then this post can be helpful for you.&amp;nbsp;
&amp;nbsp;You need to follow the steps below/
1) SSRS connector is missing or not installed. The SSRS Connector needs to be installed on the SQL Server system. The installer for SSRS Connector can be found under MS &lt;a href="https://www.xrmlabs.com/Services/Custom-Implementation"&gt;CRM&lt;/a&gt; installation media. Installing the SSRS connector requires MSSQL service to restart. This should solve 90% of the problems as this is one of the most common step that may be missed out in a &lt;a href="https://www.xrmlabs.com/Services/Custom-Implementation"&gt;CRM&lt;/a&gt; installation. To see if SSRS connector is already installed or not please go to c:\program files\SSRS Connector &amp;nbsp;if this folder is already present then SSRS connector is already installed. I will advice you to repair it even if it is installed.
2)  ...&lt;/p&gt;</description>
      <category>MS CRM 2011</category>
      <category>MS SQL Server</category>
      <category>SSRS</category>
      <category>SQL Sever</category>
      <category>Windows Server Management</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/226/How-to-fix-MS-CRM-2011-rsProcessingAborted-error-when-executing-a-custom-report</guid>
      <pubDate>Tue, 30 Jul 2013 07:40:00 GMT</pubDate>
      <blog:publishedon>2013-07-30 07:40:00Z</blog:publishedon>
    </item>
    <item>
      <title>Useful SQL server expression (SSRS) for Date &amp; Time conversion</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/241/Useful-SQL-server-expression-SSRS-for-Date-Time-conversion</link>
      <description>&lt;p style="margin: 0cm 0cm 10pt; text-align: justify;"&gt;Basic idea of this article is to use of SQL server expression to convert&amp;nbsp; and get date&amp;amp; time fromat.&lt;/p&gt;
&lt;p style="margin: 0cm 0cm 10pt; text-align: justify;"&gt;SQL Server string to date / datetime conversion:&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 600px; height: 89px;" src="/Portals/0/BlogImages/DateTime1.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;String date conversion (Without century (yy)): convert string to datetime&lt;br /&gt;
&amp;nbsp;&lt;img alt="" style="width: 600px; height: 88px;" src="/Portals/0/BlogImages/DateTime2.png" /&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&amp;nbsp;&amp;nbsp;Convert string to date&amp;amp;time&lt;br /&gt;
&lt;strong&gt;
&lt;img alt="" style="width: 600px; height: 108px;" src="/Portals/0/BlogImages/DateTime3.png" /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&amp;nbsp;&amp;nbsp;Day (Mon) types are nondeterministic conversions:&lt;br /&gt;
&amp;nbsp;&lt;img alt="" style="width: 600px; height: 106px;" src="/Portals/0/BlogImages/DateTime4.png" /&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&amp;nbsp;&amp;nbsp;SQL server datetime&amp;nbsp;format (mon dd yyyy hh:mm:ss:mmmAM (or PM))&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" style="width: 600px; height: 92px;" src="/Portals/0/BlogImages/DateTime5.png" /&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;Date format (ISO) works&amp;nbsp; international standard&lt;br /&gt;
&lt;img alt="" style="width: 600px; height: 184px;" src="/Portals/0/BlogImages/DateTime6.png" /&gt;&lt;/p&gt;</description>
      <category>SQL Server 2008</category>
      <category>SSRS</category>
      <category>SQL Sever</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/241/Useful-SQL-server-expression-SSRS-for-Date-Time-conversion</guid>
      <pubDate>Thu, 14 Mar 2013 08:49:54 GMT</pubDate>
      <blog:publishedon>2013-03-14 08:49:54Z</blog:publishedon>
    </item>
    <item>
      <title>MS CRM 2011 Unable to restore SQL Server enterprise database to SQL Server 2012</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/248/MS-CRM-2011-Unable-to-restore-SQL-Server-enterprise-database-to-SQL-Server-2012</link>
      <description>&lt;div&gt;Unable to restore SQL Server enterprise database to SQL Server 2012&lt;br /&gt;
Database 'YOURORG_MSCRM' cannot be started in this edition of SQL Server because it contains a partition function 'AuditPFN'. Only Enterprise edition of SQL Server supports partitioning.&lt;br /&gt;
Database 'YOURORG_MSCRM' cannot be started because some of the database functionality is not available in the current edition of SQL Server. (Microsoft SQL Server, Error: 905)&lt;br /&gt;
&lt;/div&gt;</description>
      <category>MS CRM 2011</category>
      <category>SQL Server 2008</category>
      <category>SQL Server 2012</category>
      <category>SQL Sever</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/248/MS-CRM-2011-Unable-to-restore-SQL-Server-enterprise-database-to-SQL-Server-2012</guid>
      <pubDate>Fri, 18 Jan 2013 09:34:00 GMT</pubDate>
      <blog:publishedon>2013-01-18 09:34:00Z</blog:publishedon>
    </item>
  </channel>
</rss>