<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Simplesoft Solutions, Inc. CRM Blog</title>
	
	<link>http://www.simplesoft.net/blog</link>
	<description />
	<lastBuildDate>Tue, 20 Dec 2011 21:58:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SimplesoftCrmBlog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="simplesoftcrmblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Database migration MS SQL Server 2000 to 2005 post changes</title>
		<link>http://www.simplesoft.net/blog/index.php/2011/12/database-migration-ms-sql-server-2000-to-2005-post-changes/</link>
		<comments>http://www.simplesoft.net/blog/index.php/2011/12/database-migration-ms-sql-server-2000-to-2005-post-changes/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 21:58:50 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Managing Common Administrative Tasks]]></category>
		<category><![CDATA[Optimizing Configuration]]></category>
		<category><![CDATA[Refining Data Management]]></category>
		<category><![CDATA[Administrators]]></category>
		<category><![CDATA[MS SQL database]]></category>
		<category><![CDATA[Sage SalesLogix]]></category>
		<category><![CDATA[Sage SalesLogix Administrators]]></category>
		<category><![CDATA[Sage SalesLogix database tips]]></category>
		<category><![CDATA[Sage SalesLogix Deployment]]></category>

		<guid isPermaLink="false">http://www.simplesoft.net/blog/?p=1945</guid>
		<description><![CDATA[I have been thinking about the changes that occur with the differences between MS SQL Server 2000 and MS SQL Server 2005.  Here are some specific steps that should be taken to ensure that you proactively avoid problems with your SalesLogix database.  One big item is to adjust the compatibility level.
These steps are very specific [...]]]></description>
			<content:encoded><![CDATA[<p>I have been thinking about the changes that occur with the differences between MS SQL Server 2000 and MS SQL Server 2005.  Here are some specific steps that should be taken to ensure that you proactively avoid problems with your SalesLogix database.  One big item is to adjust the compatibility level.</p>
<p>These steps are very specific to make sure that the process is completed in the best possible manner. I would confirm them with your DBA to determine if he suggests anything additional. There is no ‘undo’ button on the setting changes and it is per database on a SQL server instance setting.</p>
<p>===========================================</p>
<p>Standard Disclaimers</p>
<p>1.      Kick off the users.</p>
<p>2.      Perform off hours.</p>
<p>3.      Back up your database.</p>
<p>===========================================</p>
<p>Steps</p>
<p>1.      Change the compatibility level (2000 to 2005 etc.)</p>
<p>2.      Run the following scripts in Query Analyzer on the appropriate SalesLogix database</p>
<p>a.      Run the statement and review the results</p>
<p>b.      If there are messages in the first statement (step 3), run query statement (step 4)</p>
<p>DBCC CHECKDB with all_errormsgs</p>
<p>&#8211; This statement may take a while to run, on average 7 to 10 minutes</p>
<p>DBCC UPDATEUSAGE (databasename)</p>
<p>&#8211; Will update the database for the differences in the pages and row counts, etc. Replace (databasename) with the actual database name</p>
<p>EXEC sp_MSforeachtable @command1=&#8221;print &#8216;?&#8217; DBCC DBREINDEX (&#8216;?&#8217;)&#8221;</p>
<p>&#8211; This is a standard MS SQL Server 2005 reindex statement</p>
<p>EXEC sp_updatestats</p>
<p>&#8211; This is a stored procedure for updating the stats</p>
<p>DBCC CHECKDB with all_errormsgs</p>
<p>&#8211; Check the database at the end to make sure everything looks fine</p>
<p>3.      Make sure the normal database maintenance tasks and jobs are fully operational</p>
<p>Here is also a helpful reference link: <a href="http://msdn.microsoft.com/en-us/library/ms176064.aspx">http://msdn.microsoft.com/en-us/library/ms176064.aspx</a>. Let me know if you need additional assistance. We are more than willing to assist, but wanted you to have the information at your disposal.</p>
<p><em>“Any fool can make things bigger, more complex, and more violent. It takes a touch of genius-and a lot of courage-to move in the opposite direction.”</em></p>
<p><em>Albert Einstein</em></p>
<p>If you would like to learn more tips, or if you have a CRM topic you would like us to write about, please <a href="http://www.simplesoft.net/contactus.asp">contact Simplesoft Solutions, Inc.</a> in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:</p>
<p><strong>Dayton, Ohio Office:</strong><br />
Simplesoft Solutions, Inc.<br />
550 N. Main St. Suite A<br />
Springboro, OH 45066<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (937) 885-1204 x 3204<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Ripley, WV Office:</strong><br />
Simplesoft Solutions, Inc.<br />
710 Random Rd.<br />
Ripley, WV 25271<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (304) 521-2387<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Charlotte, NC Office:</strong><br />
Simplesoft Solutions, Inc.<br />
3635 Eastover Ridge Drive<br />
Charlotte, NC 28211<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (704) 910-3872<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=PTXxPiaUzgo:vUZ0SE0lMX0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=PTXxPiaUzgo:vUZ0SE0lMX0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=PTXxPiaUzgo:vUZ0SE0lMX0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=PTXxPiaUzgo:vUZ0SE0lMX0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=PTXxPiaUzgo:vUZ0SE0lMX0:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.simplesoft.net/blog/index.php/2011/12/database-migration-ms-sql-server-2000-to-2005-post-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add a License to Sage SalesLogix</title>
		<link>http://www.simplesoft.net/blog/index.php/2011/09/how-to-add-a-license-to-sage-saleslogix/</link>
		<comments>http://www.simplesoft.net/blog/index.php/2011/09/how-to-add-a-license-to-sage-saleslogix/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 12:50:51 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Spreading the News]]></category>

		<guid isPermaLink="false">http://www.simplesoft.net/blog/?p=1932</guid>
		<description><![CDATA[
Open Start &#124; Programs &#124; Sage SalesLogix &#124; Administrator.
Log into application as the Admin user.
Select Systems from the navigation bar.
Select the Licenses Tab
Right- click and add the license number

If you would like to learn more tips, or have a CRM topic you would like us to write about, please contact Simplesoft Solutions, Inc. in one [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Open <strong>Start</strong> | <strong>Programs</strong> | <strong>Sage SalesLogix</strong> | <strong>Administrator</strong>.</li>
<li>Log into application as the <em>Admin</em> user.</li>
<li>Select<strong> Systems </strong>from the navigation bar.</li>
<li>Select the <strong>Licenses</strong> Tab</li>
<li>Right- click and add the license number</li>
</ol>
<p>If you would like to learn more tips, or have a CRM topic you would like us to write about, please <a href="http://www.simplesoft.net/contactus.asp">contact Simplesoft Solutions, Inc.</a> in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:</p>
<p><strong>Dayton, Ohio Office:</strong><br />
Simplesoft Solutions, Inc.<br />
550 N. Main St. Suite A<br />
Springboro, OH 45066<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (937) 885-1204 x 3204<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Ripley, WV Office:</strong><br />
Simplesoft Solutions, Inc.<br />
710 Random Rd.<br />
Ripley, WV 25271<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (304) 521-2387<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Charlotte, NC Office:</strong><br />
Simplesoft Solutions, Inc.<br />
3635 Eastover Ridge Drive<br />
Charlotte, NC 28211<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (704) 910-3872<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=GBI10gnXGSM:2KMd9oAe0Ec:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=GBI10gnXGSM:2KMd9oAe0Ec:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=GBI10gnXGSM:2KMd9oAe0Ec:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=GBI10gnXGSM:2KMd9oAe0Ec:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=GBI10gnXGSM:2KMd9oAe0Ec:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.simplesoft.net/blog/index.php/2011/09/how-to-add-a-license-to-sage-saleslogix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reset IIS website for SalesLogix</title>
		<link>http://www.simplesoft.net/blog/index.php/2011/09/how-to-reset-iis-website-for-saleslogix/</link>
		<comments>http://www.simplesoft.net/blog/index.php/2011/09/how-to-reset-iis-website-for-saleslogix/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 14:57:02 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Optimizing Configuration]]></category>
		<category><![CDATA[Sage SalesLogix]]></category>
		<category><![CDATA[Sage SalesLogix Deployment]]></category>
		<category><![CDATA[Sage SalesLogix Implementation]]></category>
		<category><![CDATA[SalesLogix Web]]></category>
		<category><![CDATA[SalesLogix Web Performance]]></category>

		<guid isPermaLink="false">http://www.simplesoft.net/blog/?p=1815</guid>
		<description><![CDATA[How to reset IIS with the IIS Reset command
You might need to restart Internet Information Services (IIS) before certain configuration changes take effect or when applications become unavailable. Restarting IIS is the same as first stopping IIS, and then starting it again.
1. From the Start menu, click Run.
2. In the Open box, type cmd, and [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;">How to reset IIS with the IIS Reset command</span></strong></p>
<p>You might need to restart Internet Information Services (IIS) before certain configuration changes take effect or when applications become unavailable. Restarting IIS is the same as first stopping IIS, and then starting it again.</p>
<p>1. From the Start menu, click Run.</p>
<p>2. In the Open box, type cmd, and click OK.</p>
<p>3. At the command prompt, type iisreset /stop. IIS will attempt to stop all services and will return confirmation once all services have been stopped.</p>
<p>4. At the command prompt, type iisreset /start.</p>
<p>If you would like to learn more tips, or have a CRM topic you would like us to write about, please <a href="http://www.simplesoft.net/contactus.asp">contact Simplesoft Solutions, Inc.</a> in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:</p>
<p><strong>Dayton, Ohio Office:</strong><br />
Simplesoft Solutions, Inc.<br />
550 N. Main St. Suite A<br />
Springboro, OH 45066<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (937) 885-1204 x 3204<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Ripley, WV Office:</strong><br />
Simplesoft Solutions, Inc.<br />
710 Random Rd.<br />
Ripley, WV 25271<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (304) 521-2387<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Charlotte, NC Office:</strong><br />
Simplesoft Solutions, Inc.<br />
3635 Eastover Ridge Drive<br />
Charlotte, NC 28211<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (704) 910-3872<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=h7zvMCszLrE:m85hnvknKbg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=h7zvMCszLrE:m85hnvknKbg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=h7zvMCszLrE:m85hnvknKbg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=h7zvMCszLrE:m85hnvknKbg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=h7zvMCszLrE:m85hnvknKbg:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.simplesoft.net/blog/index.php/2011/09/how-to-reset-iis-website-for-saleslogix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strengthen Customer Relationships …. Do NOT Make them Wrong!</title>
		<link>http://www.simplesoft.net/blog/index.php/2011/08/strengthen-customer-relationships-do-not-make-them-wrong/</link>
		<comments>http://www.simplesoft.net/blog/index.php/2011/08/strengthen-customer-relationships-do-not-make-them-wrong/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 20:02:42 +0000</pubDate>
		<dc:creator>Janetta</dc:creator>
				<category><![CDATA[Exploring CRM Strategy]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Customer Relationship Management]]></category>
		<category><![CDATA[Customer Service]]></category>
		<category><![CDATA[Customer Service Tips]]></category>
		<category><![CDATA[Customer Service Training]]></category>
		<category><![CDATA[Professional Customer Service]]></category>

		<guid isPermaLink="false">http://www.simplesoft.net/blog/?p=1906</guid>
		<description><![CDATA[I recently had a personal experience that ignited my desire to stress a point I teach in my Professional Customer Service course. . . . Don’t Make the Customer Wrong! Most of you know our primary business is Sage SalesLogix CRM, and maybe some of you know I teach soft skills courses related to CRM,  [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a personal experience that ignited my desire to stress a point I teach in my Professional Customer Service course. . . . <strong>Don’t Make the Customer Wrong!</strong> Most of you know our primary business is Sage SalesLogix CRM, and maybe some of you know I teach soft skills courses related to CRM,  but maybe less of you know that, as a consumer, I expect to be treated professionally like I teach. Well, I am constantly surprised.</p>
<p>There is a factor at work here that I should mention. The more personal or emotionally engaging the situation, the higher the expectations and therefore the easier to disappoint or delight the consumer. For example, when you hear a bad customer service experience, which by the way we tell about 12 people, they are sometimes related to vacations, medical experiences, business travel, etc. These situations are highly emotional for us and provide more stories to tell than other situations. However, I believe that many of you provide business critical products and services, so your customer exchanges can turn into  emotionally charged situations quickly. Anyway, back to my story. . .</p>
<p>I was taking a family member for day surgery and we were greeted by two highly processed, focused individuals with no personal connection aptitude at the check-in desk. We were handed family instructions to help us understand what the family should expect and what process the family should follow to see their loved ones. Well, I am all for processes&#8211;that is what SalesLogix helps our customers automate&#8211;but not at the expense of making the customer feel like they are not important.</p>
<p>So my family member is called out and we are sitting there expecting him to return to us and tell us what is next, and a woman across the waiting room says, &#8220;He won’t come back; you better go see to which room they took him.&#8221; We go back to the highly efficient desk associate and she asks me when he was called, and I said about 10 minutes ago. She said, “Did you read your family sheet?” I said yes and then she said, “What is his name?” I gave them his name and said we thought he would come back before they took him away, and then she said, “I thought you said you read your family instructions. Did you really read them? If you had read them you would know. . .&#8221; Wow! She had to make the point or prove to me I had not read my instructions. Which I did, by the way, read the sheet, but when you are scared it could be the last time you see someone special, everything you read an hour ago doesn&#8217;t register. I was so upset I thought my head was going to blow off, but instead I said, “I don’t care about your instructions; where is my family member?”</p>
<p>Maybe it is important for your clients to learn certain policies or procedures that will help you help them. My suggestion is to point these out very gently and use phrases like, &#8220;I know this can be confusing,&#8221; or, &#8220;sometimes the steps can seem overwhelming, but we are here to help.&#8221; Kindly direct them back to the information and help them locate the information they are looking for, or even better,  just kindly answer their questions. The only reasons to refer folks to someone else or to point out instructions, etc.,  is for their best interest.</p>
<p>Ok, stepping off my soapbox!</p>
<p><a href="http://www.simplesoft.net/blog/wp-content/uploads/2011/08/shutterstock_47149858.jpg"><img style="display: inline; border: 0px;" title="shutterstock_47149858" src="http://www.simplesoft.net/blog/wp-content/uploads/2011/08/shutterstock_47149858_thumb.jpg" border="0" alt="shutterstock_47149858" width="244" height="64" /></a></p>
<p>If you would like to learn more tips, or have a CRM topic you would like us to write about, please <a href="http://www.simplesoft.net/contactus.asp">contact Simplesoft Solutions, Inc.</a> in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:</p>
<p><strong>Dayton, Ohio Office:</strong><br />
Simplesoft Solutions, Inc.<br />
550 N. Main St. Suite A<br />
Springboro, OH 45066<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (937) 885-1204 x 3204<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Ripley, WV Office:</strong><br />
Simplesoft Solutions, Inc.<br />
710 Random Rd.<br />
Ripley, WV 25271<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (304) 521-2387<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Charlotte, NC Office:</strong><br />
Simplesoft Solutions, Inc.<br />
3635 Eastover Ridge Drive<br />
Charlotte, NC 28211<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (704) 910-3872<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=92WG1bFMqMI:ZRO6tZ7fTN8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=92WG1bFMqMI:ZRO6tZ7fTN8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=92WG1bFMqMI:ZRO6tZ7fTN8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=92WG1bFMqMI:ZRO6tZ7fTN8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=92WG1bFMqMI:ZRO6tZ7fTN8:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.simplesoft.net/blog/index.php/2011/08/strengthen-customer-relationships-do-not-make-them-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Complete a Manual SalesLogix Database Backup</title>
		<link>http://www.simplesoft.net/blog/index.php/2011/07/how-to-complete-a-manual-saleslogix-database-backup/</link>
		<comments>http://www.simplesoft.net/blog/index.php/2011/07/how-to-complete-a-manual-saleslogix-database-backup/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 13:06:04 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Enhancing Deployment]]></category>
		<category><![CDATA[Managing Common Administrative Tasks]]></category>
		<category><![CDATA[Sage SalesLogix database]]></category>
		<category><![CDATA[Sage SalesLogix Deployment]]></category>
		<category><![CDATA[Sage SalesLogix Implementation]]></category>
		<category><![CDATA[SalesLogix Database Backups]]></category>
		<category><![CDATA[SalesLogix Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.simplesoft.net/blog/?p=1780</guid>
		<description><![CDATA[In preparation for upgrade testing, backing up your database  is a very important step. Here are the steps to manually back up your SalesLogix MS SQL Server 2005 database to disk (SQL Server Management Studio):
1.  Start &#124; All Programs &#124; MS SQl Server 2005 &#124; SQL Server Management Studio
2. After connecting to the appropriate instance of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.simplesoft.net/blog/wp-content/uploads/2011/06/shutterstock_46466035.jpg"><img class="alignright size-full wp-image-1892" title="shutterstock_46466035" src="http://www.simplesoft.net/blog/wp-content/uploads/2011/06/shutterstock_46466035.jpg" alt="Steps to Backing Up SalesLogix Database" width="288" height="193" /></a>In preparation for upgrade testing, backing up your database  is a very important step. Here are the steps to manually back up your SalesLogix MS SQL Server 2005 database to disk (SQL Server Management Studio):</p>
<p>1.  Start | All Programs | MS SQl Server 2005 | SQL Server Management Studio</p>
<p>2. After connecting to the appropriate instance of the Microsoft SQL Server Database Engine in Object Explorer, click the server name to expand the server tree</p>
<p>3. Expand databases and highlight the appropriate SalesLogix database</p>
<p>4. Right-click the database, point to Tasks, and click Back Up. The &#8216;Back Up Database &#8211; SalesLogix&#8217; dialog box appears</p>
<p>5. In the Database list box, verify the database name</p>
<p>6. You can perform a database backup for any recovery model, but in our case select or confirm FULL in the list box</p>
<p>7. In the Backup type list box, select Full</p>
<p>8. For Backup component, click Database</p>
<p>9. Either accept the default backup set name suggested in the Name text box, or enter a different name for the backup set</p>
<p>10. Optionally, in the Description text box, enter a description of the backup set</p>
<p>11. Ignore the information about when the backup set will expire, unless it is needed for some reason. Note: To have the backup set expire on a specific date, click On and enter the date on which the set will expire</p>
<p>12. Choose the type of backup destination by clicking Disk</p>
<p>13.  To remove a backup destination, select it and click Remove</p>
<p>14. To view or select the advanced options, click Options in the Select a Page pane</p>
<p>15. Select an Overwrite Media option, by clicking one of the following:</p>
<p>16.  Select Add to provide a destination for saving the database backup location</p>
<p>17.  In the Select Backup Destination screen, select the square icon with four dots at the end</p>
<p>18.  MSQL will open the Locate Data Files Dialog screen to the default location for backups. Make sure you choose a location that is local to the server and has adequate space</p>
<p>19.  In the File Name text box enter the name of the database backup, like SalesLogixBackup20110426.bak</p>
<p>20.  Select OK</p>
<p>21.  Select OK</p>
<p>22.  In the upper left hand side, select the Options page</p>
<p>23.   Confirm Overwrite is selected</p>
<p>24.  In the Reliability section, optionally check: Verify backup when finished. Perform checksum before writing to media and continue on checksum error</p>
<p>25. Select the General page again</p>
<p>26.  Select OK</p>
<p>27.  The database will back up and go through a verify phase. After it is completed, you will see a dialog, Microsoft SQL Server Management Studio, with the message, &#8216;The backup of database &#8217;saleslogix&#8217; completed successfully.&#8217;</p>
<p>28. Select OK</p>
<p>You have successfully completed a manual backup of your SalesLogix database!</p>
<p>If you would like to learn more tips, or have a CRM topic you would like us to write about, please <a href="http://www.simplesoft.net/contactus.asp">contact Simplesoft Solutions, Inc.</a> in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:</p>
<p><strong>Dayton, Ohio Office:</strong><br />
Simplesoft Solutions, Inc.<br />
550 N. Main St. Suite A<br />
Springboro, OH 45066<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (937) 885-1204 x 3204<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Ripley, WV Office:</strong><br />
Simplesoft Solutions, Inc.<br />
710 Random Rd.<br />
Ripley, WV 25271<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (304) 521-2387<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Charlotte, NC Office:</strong><br />
Simplesoft Solutions, Inc.<br />
3635 Eastover Ridge Drive<br />
Charlotte, NC 28211<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (704) 910-3872<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=Oop0QK4dUV4:C1nIrnc4nhU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=Oop0QK4dUV4:C1nIrnc4nhU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=Oop0QK4dUV4:C1nIrnc4nhU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=Oop0QK4dUV4:C1nIrnc4nhU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=Oop0QK4dUV4:C1nIrnc4nhU:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.simplesoft.net/blog/index.php/2011/07/how-to-complete-a-manual-saleslogix-database-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the History Tab while doing SalesLogix Mail Merges</title>
		<link>http://www.simplesoft.net/blog/index.php/2011/05/using-the-history-tab-while-doing-saleslogix-mail-merges/</link>
		<comments>http://www.simplesoft.net/blog/index.php/2011/05/using-the-history-tab-while-doing-saleslogix-mail-merges/#comments</comments>
		<pubDate>Thu, 26 May 2011 15:50:52 +0000</pubDate>
		<dc:creator>Janetta</dc:creator>
				<category><![CDATA[Spreading the News]]></category>

		<guid isPermaLink="false">http://www.simplesoft.net/blog/?p=1863</guid>
		<description><![CDATA[I received this SalesLogix question the other day and I thought I would share my answer in case it helps someone else.
“We have a list of ~400 contacts for which we are creating a physical mailer.   We will be exporting the group/list out for printing of labels.  The question I have is the following.   Is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.simplesoft.net/blog/wp-content/uploads/2011/05/SalesLogix-Mail-Merge-History.jpg"></a>I received this SalesLogix question the other day and I thought I would share my answer in case it helps someone else.</p>
<p>“We have a list of ~400 contacts for which we are creating a physical mailer.   We will be exporting the group/list out for printing of labels.  The question I have is the following.   <strong><em>Is there a way to add a note/history entry to the contacts in this group in some method other than manually entering one?”</em></strong></p>
<p>Yes, you can add mass notes/history to a group of records by running a mail merge and using the History tab.  In the case where an actual mail merge is not needed,   I have defined the output of the mail merge to be a file and then deleted the file in order to record a history note or schedule a follow up activity.</p>
<p>In the example shown below (click to enlarge), a history entry will be added to each Contact record to show an email invitation has been sent to each Contact.  In the Schedule Follow up section a timeless phone call will be scheduled for each Contact on 2/29.   The notes section of the Phone Call Activity will remind you to get a commitment for this training event.</p>
<p><a href="http://www.simplesoft.net/blog/wp-content/uploads/2011/05/SalesLogix-Mail-Merge-History.jpg"><img class="alignleft size-full wp-image-1864" title="SalesLogix Mail Merge History" src="http://www.simplesoft.net/blog/wp-content/uploads/2011/05/SalesLogix-Mail-Merge-History.jpg" alt="" width="1088" height="589" /></a>If you would like to learn more tips or have a CRM topic you would like us to write about please <a href="http://www.simplesoft.net/contactus.asp">contact Simplesoft Solutions, Inc.</a> in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:</p>
<p><strong>Dayton, Ohio Office:</strong><br />
Simplesoft Solutions, Inc.<br />
550 N. Main St. Suite A<br />
Springboro, OH 45066<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (937) 885-1204 x 3204<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Ripley, WV Office:</strong><br />
Simplesoft Solutions, Inc.<br />
710 Random Rd.<br />
Ripley, WV 25271<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (304) 521-2387<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Charlotte, NC Office:</strong><br />
Simplesoft Solutions, Inc.<br />
3635 Eastover Ridge Drive<br />
Charlotte, NC 28211<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (704) 910-3872<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=MrCbUX4CX1U:Yw7yr4n6Thg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=MrCbUX4CX1U:Yw7yr4n6Thg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=MrCbUX4CX1U:Yw7yr4n6Thg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=MrCbUX4CX1U:Yw7yr4n6Thg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=MrCbUX4CX1U:Yw7yr4n6Thg:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.simplesoft.net/blog/index.php/2011/05/using-the-history-tab-while-doing-saleslogix-mail-merges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips on Creating a Faster SalesLogix Environment</title>
		<link>http://www.simplesoft.net/blog/index.php/2011/05/tips-on-creating-a-faster-saleslogix-environment/</link>
		<comments>http://www.simplesoft.net/blog/index.php/2011/05/tips-on-creating-a-faster-saleslogix-environment/#comments</comments>
		<pubDate>Tue, 24 May 2011 16:27:07 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Optimizing Configuration]]></category>
		<category><![CDATA[Spreading the News]]></category>

		<guid isPermaLink="false">http://www.simplesoft.net/blog/?p=1818</guid>
		<description><![CDATA[The purpose of this article is to give you some helpful tips to improve the environment that SalesLogix runs in while at the same time piquing your interest on this topic. On Tuesday, June 14th the Heartland SalesLogix Users Group Event &#8211; Grilling Burgers and Blazing SalesLogix will address this topic in much more detail. A BBQ [...]]]></description>
			<content:encoded><![CDATA[<div><span style="font-family: TimesNewRomanPSMT;"><a href="http://www.simplesoft.net/blog/wp-content/uploads/2011/05/MP900431819.jpg"><img class="alignleft size-full wp-image-1843" title="MP900431819" src="http://www.simplesoft.net/blog/wp-content/uploads/2011/05/MP900431819.jpg" alt="" width="277" height="204" /></a>The purpose of this article is to give you some helpful tips to improve the environment that SalesLogix runs in while at the same time piquing your interest on this topic. On <a href="http://simplesoft.net/trainingregistration.asp?regtype=cal&amp;id=120">Tuesday, June 14th the Heartland SalesLogix Users Group Event &#8211; Grilling Burgers and Blazing SalesLogix </a>will address this topic in much more detail. A BBQ lunch begins at 12:00 p.m. and the topic will begin at 1:00 p.m. EST. </span><span style="font-family: TimesNewRomanPSMT;">We will have Sage and Simplesoft consultants providing not just the <strong><em>What you need to do (as in the article)  but How to do it.</em></strong> Discover how you can improve SalesLogix speed with navigation and group lookups in this article and at the meeting by fine tuning the database and Web server.  I have also included  tips to enhance your SalesLogix configurations and  performance. </span><span style="font-family: TimesNewRomanPSMT;"> </span><span style="font-family: TimesNewRomanPSMT;"> </span></div>
<div><span style="font-family: TimesNewRomanPSMT;"> </span></div>
<div><span style="font-family: TimesNewRomanPSMT;"> </span></div>
<div>Listed below are some suggestions for optimizing the Windows environment for speeding up SalesLogix.  The recommendations are in order of greatest impact to speed up the server, to lesser impact, including items that will take a lot of time.  My suggestion is to make each change one a time and measure between changes to determine which item makes the biggest impact. Some of these improvements might need to be long-term projects because they are not short-term fixes and take time to properly implement.  The key is to have a baseline test and measure against the test consistently. The Windows environment and SalesLogix configuration adjustments can have a huge impact with the operational results.  Always keep the client speed in mind to give them the best experience.</div>
<p>1.  Maximize RAM (huge impact and an easy change to make with today’s virtual machines and affordable hardware)</p>
<p>- The more memory, the better (especially with 64 bit environments).</p>
<p>- Don’t rely on RAM alone for optimization, because it may be covering up areas that would be considered a bottleneck.</p>
<p>2. Maximize the database settings (huge impact, see enclosed scripts)</p>
<p>- Back up the database and run base SalesLogix database optimization scripts (30 minutes).<br />
– Back up database before<br />
– See v7.5 DVD media in the database folder  for the sql file and run in query analyzer<br />
– back up database afterwards<br />
- Review primary keys, indexing and clustering v. stock database (takes longer to review and implement).<br />
- Check database maintenance jobs (backups, indexing, truncate logs, etc.).<br />
- Run SLXProfiler to review slow queries and diagnose further and optimize (takes longer to review and implement).</p>
<p>3.  Browser version and optimizations (high impact)</p>
<p>- Recommend using FireFox 3.x or above v. Internet Explorer 7 or above<br />
- Optimize browser settings</p>
<p>4. Maximize Windows network settings</p>
<p>- Review and adjust services and network settings<br />
– Turn off what can be turned off<br />
- Maximize data throughout<br />
- Defrag hard drives</p>
<p>5. Optimize IIS  configurations</p>
<p>- Turn on compression (this is the equivalent of zipping large files before sending them)<br />
- Adjust other IIS settings (turn off logs, separate the application pools, etc.)</p>
<p>6.  Work on SalesLogix configurations for optimizations (these items can take a while to implement)</p>
<p>- Reduce unneeded, unrelease and/or bundle and remove older groups (high impact)<br />
- Reduce unneeded, unrelease and/or bundle and remove older plugins (reports, etc.)<br />
- Reduce data/duplicates/archive, etc.<br />
- Optimize customizations (using SLXProfiler, etc.)</p>
<p>7. Adjust firewall network throughput settings</p>
<p>The trick to performance tuning is to make your changes one at a time then monitor the results. Just remember one registry setting, such as disabling, caching can have a tremendous impact on your server. Once you are happy with the results move the configurations and settings from your SalesLogix TEST environment to your PRODUCTION server. Continue to use performance tuning regularly over time because when your database grows and more users are using the Web site things might need to be reviewed again.</p>
<p><em>Life is like a ten speed bicycle. Most of us have gears we never use.</em><em><br />
<em>Charles M. Schulz</em></em></p>
<p><span style="font-family: TimesNewRomanPSMT;">If you would like to learn more tips or have a CRM topic you would like us to write about please <a href="http://www.simplesoft.net/contactus.asp">contact Simplesoft Solutions, Inc.</a> in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:</span></p>
<p><strong>Dayton, Ohio Office:</strong><br />
Simplesoft Solutions, Inc.<br />
550 N. Main St. Suite A<br />
Springboro, OH 45066<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (937) 885-1204 x 3204<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Ripley, WV Office:</strong><br />
Simplesoft Solutions, Inc.<br />
710 Random Rd.<br />
Ripley, WV 25271<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (304) 521-2387<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Charlotte, NC Office:</strong><br />
Simplesoft Solutions, Inc.<br />
3635 Eastover Ridge Drive<br />
Charlotte, NC 28211<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (704) 910-3872<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=_WInKTLiZzw:gR0yxeZU1Ig:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=_WInKTLiZzw:gR0yxeZU1Ig:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=_WInKTLiZzw:gR0yxeZU1Ig:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=_WInKTLiZzw:gR0yxeZU1Ig:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=_WInKTLiZzw:gR0yxeZU1Ig:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.simplesoft.net/blog/index.php/2011/05/tips-on-creating-a-faster-saleslogix-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Sage SalesLogix Mobile Quick Tutorial</title>
		<link>http://www.simplesoft.net/blog/index.php/2011/05/new-sage-saleslogix-mobile-quick-tutorial/</link>
		<comments>http://www.simplesoft.net/blog/index.php/2011/05/new-sage-saleslogix-mobile-quick-tutorial/#comments</comments>
		<pubDate>Tue, 10 May 2011 14:28:04 +0000</pubDate>
		<dc:creator>Janetta</dc:creator>
				<category><![CDATA[Improving Skills and Usage]]></category>
		<category><![CDATA[Spreading the News]]></category>
		<category><![CDATA[End Users]]></category>
		<category><![CDATA[Improve usage of Sage SalesLogix]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[SalesLogix Mobile Client]]></category>
		<category><![CDATA[SalesLogix Training]]></category>
		<category><![CDATA[SalesLogix Tutorials]]></category>

		<guid isPermaLink="false">http://www.simplesoft.net/blog/?p=1783</guid>
		<description><![CDATA[
Click on the Mobile image to view a Sage SalesLogix Mobile Quick Tutorial.  Be a master in minutes!  Simple to deploy and easy to use.  Call us if you need help.
If you would like to learn more tips or have a CRM topic you would like us to write about please contact Simplesoft Solutions, Inc. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.screencast.com/t/bkfUo6ICad5"><img class="alignleft size-full wp-image-1672" title="Full Mobile" src="http://www.simplesoft.net/blog/wp-content/uploads/2011/03/Full-Mobile.jpg" alt="" width="199" height="116" /></a></p>
<p>Click on the Mobile image to view a Sage SalesLogix Mobile Quick Tutorial.  Be a master in minutes!  Simple to deploy and easy to use.  Call us if you need help.</p>
<p>If you would like to learn more tips or have a CRM topic you would like us to write about please <a href="http://www.simplesoft.net/contactus.asp">contact Simplesoft Solutions, Inc.</a> in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:</p>
<p><strong>Dayton, Ohio Office:</strong><br />
Simplesoft Solutions, Inc.<br />
550 N. Main St. Suite A<br />
Springboro, OH 45066<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (937) 885-1204 x 3204<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Ripley, WV Office:</strong><br />
Simplesoft Solutions, Inc.<br />
710 Random Rd.<br />
Ripley, WV 25271<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (304) 521-2387<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Charlotte, NC Office:</strong><br />
Simplesoft Solutions, Inc.<br />
3635 Eastover Ridge Drive<br />
Charlotte, NC 28211<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (704) 910-3872<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=JMreJ_XYyP8:Ki29YEROaIc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=JMreJ_XYyP8:Ki29YEROaIc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=JMreJ_XYyP8:Ki29YEROaIc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=JMreJ_XYyP8:Ki29YEROaIc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=JMreJ_XYyP8:Ki29YEROaIc:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.simplesoft.net/blog/index.php/2011/05/new-sage-saleslogix-mobile-quick-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planning and Training the Business Usage of Sage SalesLogix</title>
		<link>http://www.simplesoft.net/blog/index.php/2011/04/planning-and-training-the-business-usage-of-sage-saleslogix/</link>
		<comments>http://www.simplesoft.net/blog/index.php/2011/04/planning-and-training-the-business-usage-of-sage-saleslogix/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 13:02:49 +0000</pubDate>
		<dc:creator>Janetta</dc:creator>
				<category><![CDATA[Improving Skills and Usage]]></category>
		<category><![CDATA[CRM User Adoption]]></category>
		<category><![CDATA[Customer Relationship Management]]></category>
		<category><![CDATA[End Users]]></category>
		<category><![CDATA[Sage SalesLogix Implementation]]></category>
		<category><![CDATA[Sales Process]]></category>
		<category><![CDATA[SalesLogix Usage]]></category>

		<guid isPermaLink="false">http://www.simplesoft.net/blog/?p=1731</guid>
		<description><![CDATA[
To prevent data inconsistencies in Sage SalesLogix we recommend you document the business rules around your usage of CRM.  We have created what we call a QCard (quick card) to record the practical application of Sage SalesLogix to your business processes.  For example, take the Account screen and teach your users how to make changes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.simplesoft.net/blog/wp-content/uploads/2011/04/shutterstock_47340328.jpg"><img style="display: inline; border-width: 0px;" title="shutterstock_47340328" src="http://www.simplesoft.net/blog/wp-content/uploads/2011/04/shutterstock_47340328_thumb.jpg" border="0" alt="shutterstock_47340328" width="244" height="164" /></a></p>
<p>To prevent data inconsistencies in Sage SalesLogix we recommend you document the business rules around your usage of CRM.  We have created what we call a QCard (quick card) to record the practical application of Sage SalesLogix to your business processes.  For example, take the Account screen and teach your users how to make changes to pick lists as your relationship with this Account evolves.  Don’t you hate it when you receive mail or email from a company you have been doing business with for several years and they treat you like you are a brand new prospect.  Those kind of mistakes can be eliminated if you will tie the usage of Sage SalesLogix to your business processes.</p>
<p>If you need help converting business processes into action in Sage SalesLogix or you want to conduct some refresher training for your teams, give us a call at 937-885-1204 x3204.</p>
<p>Use this <a href="http://www.simplesoft.net/downloads/documentation/reference/quickcards/Sample%20SLX%20Training%20-%20%20QCard%20Template.doc" target="_blank">Link</a> to a sample Qcard to document your own usage guidelines.</p>
<p>If you would like to learn more tips or have a CRM topic you would like us to write about please <a href="http://www.simplesoft.net/contactus.asp">contact Simplesoft Solutions, Inc.</a> in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:</p>
<p><strong>Dayton, Ohio Office:</strong><br />
Simplesoft Solutions, Inc.<br />
550 N. Main St. Suite A<br />
Springboro, OH 45066<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (937) 885-1204 x 3204<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Ripley, WV Office:</strong><br />
Simplesoft Solutions, Inc.<br />
710 Random Rd.<br />
Ripley, WV 25271<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (304) 521-2387<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Charlotte, NC Office:</strong><br />
Simplesoft Solutions, Inc.<br />
3635 Eastover Ridge Drive<br />
Charlotte, NC 28211<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (704) 910-3872<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=IT-tSFhjZkQ:kZOIB3Sh1dw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=IT-tSFhjZkQ:kZOIB3Sh1dw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=IT-tSFhjZkQ:kZOIB3Sh1dw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=IT-tSFhjZkQ:kZOIB3Sh1dw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=IT-tSFhjZkQ:kZOIB3Sh1dw:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.simplesoft.net/blog/index.php/2011/04/planning-and-training-the-business-usage-of-sage-saleslogix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MS SQL for SalesLogix?  A Collection of Helpful Links to Feature Pack Articles</title>
		<link>http://www.simplesoft.net/blog/index.php/2011/03/using-ms-sql-for-saleslogix-a-collection-of-helpful-links-to-feature-pack-articles/</link>
		<comments>http://www.simplesoft.net/blog/index.php/2011/03/using-ms-sql-for-saleslogix-a-collection-of-helpful-links-to-feature-pack-articles/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 14:18:28 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Enhancing Deployment]]></category>
		<category><![CDATA[Managing Common Administrative Tasks]]></category>
		<category><![CDATA[Administrators]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Customer Relationship Management]]></category>
		<category><![CDATA[Data Tips]]></category>
		<category><![CDATA[MS SQL database]]></category>
		<category><![CDATA[Sage SalesLogix Deployment]]></category>
		<category><![CDATA[Sage SalesLogix Implementation]]></category>
		<category><![CDATA[SalesLogix Tips and Tricks]]></category>
		<category><![CDATA[Upgrade to Sage Saleslogix 7.5.2]]></category>

		<guid isPermaLink="false">http://www.simplesoft.net/blog/?p=1632</guid>
		<description><![CDATA[I had this bright idea…. I could bring it all together in one blog.  See my attempt below at gathering links to several helpful articles for MS SQL deployment  to assist our  SalesLogix customers.  When deploying multiple servers,  with an on premise deployment of SalesLogix,  there is the need to ensure that the MS SQL Native [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.simplesoft.net/blog/wp-content/uploads/2011/03/shutterstock_46327954-smallest.jpg"><img class="alignleft size-full wp-image-1700" title="shutterstock_46327954 smallest" src="http://www.simplesoft.net/blog/wp-content/uploads/2011/03/shutterstock_46327954-smallest.jpg" alt="SalesLogix MS SQL Articles " width="100" height="67" /></a>I had this bright idea…. I could bring it all together in one blog.  See my attempt below at gathering links to several helpful articles for MS SQL deployment  to assist our  SalesLogix customers.  When deploying multiple servers,  with an on premise deployment of SalesLogix,  there is the need to ensure that the MS SQL Native Client is installed on the servers that are not the database server itself.  Here are the links to download the appropriate and corresponding SQL Native client and the related tools of the feature pack.</p>
<ol>
<li>First you need to identify the version of MS SQL Server that you are currently using.  Here is a helpful article by Microsoft to help.</li>
</ol>
<p style="padding-left: 30px;">How to identify your SQL Server version and edition</p>
<p style="padding-left: 30px;"><a href="http://support.microsoft.com/kb/321185">http://support.microsoft.com/kb/321185</a></p>
<p style="padding-left: 30px;">2.  Find the webpage with the corresponding Microsoft SQL Server Feature Pack link</p>
<p style="padding-left: 30px;"><strong>MS SQL Server 2005 Links</strong></p>
<p style="padding-left: 30px;">MS SQL Server 2005 SP3 Feature Pack Link &#8211; 9.00.4035</p>
<p style="padding-left: 30px;"><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=536fd7d5-013f-49bc-9fc7-77dede4bb075&amp;displaylang=en">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=536fd7d5-013f-49bc-9fc7-77dede4bb075&amp;displaylang=en</a></p>
<p style="padding-left: 30px;">MS SQL Server 2005 SP2 Feature Pack Link &#8211; 9.00.3042</p>
<p style="padding-left: 30px;"><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=50B97994-8453-4998-8226-FA42EC403D17&amp;displaylang=en">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=50B97994-8453-4998-8226-FA42EC403D17&amp;displaylang=en</a></p>
<p style="padding-left: 30px;">MS SQL Server 2005 SP1 Feature Pack Link &#8211; 9.00.1399</p>
<p style="padding-left: 30px;"><a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&amp;displaylang=en">http://www.microsoft.com/downloads/en/details.aspx?familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&amp;displaylang=en</a></p>
<p style="padding-left: 30px;"><strong>MS SQL Server 2008 Links</strong></p>
<p style="padding-left: 30px;">Microsoft SQL Server 2008 Feature Pack &#8211; 10.00.1600.60</p>
<p style="padding-left: 30px;"><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyId=228DE03F-3B5A-428A-923F-58A033D316E1&amp;displaylang=en">http://www.microsoft.com/downloads/en/details.aspx?FamilyId=228DE03F-3B5A-428A-923F-58A033D316E1&amp;displaylang=en</a></p>
<p style="padding-left: 30px;">Microsoft® SQL Server® 2008 R2 Feature Pack &#8211; 10.50.1600.1</p>
<p style="padding-left: 30px;"><a href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=ceb4346f-657f-4d28-83f5-aae0c5c83d52">http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=ceb4346f-657f-4d28-83f5-aae0c5c83d52</a></p>
<p style="padding-left: 30px;">3.  Once the right page is found, you will need to scroll down the page to find the Microsoft SQL Server 2008 Native Client files.</p>
<p style="padding-left: 30px;">Download the appropriate installation files for the bit edition of the client workstations (32 bit vs. 64 bit etc.)  The download file will be named (sqlncli.msi) for 32 bit or (sqlncli_x64.msi) for 64 bit edition.</p>
<p style="padding-left: 30px;">4. Lastly, copy the file(s) to a shared installation point on the network.  A good tip is to place them in a well named folder and copy the link of the download URL as well.</p>
<p style="padding-left: 30px;">I tend to create folder like &#8216;MS SQL SQL native client &#8211; 64 bit for MS SQL 2008 SP1&#8242; so that when I come back to the folder later I will know what the folder means.</p>
<p style="padding-left: 30px;">5. If you find that your version of MS SQL Server is not patched up, then you can take the time to plan to patch to the latest server pack that is on the compatibility list.  When you do that, make sure that you review your backup plans and patch the client computer and other server computers that have client connectivity back to the server.</p>
<p style="padding-left: 30px;">How to obtain the latest service pack for SQL Server 2008</p>
<p style="padding-left: 30px;"><a href="http://support.microsoft.com/kb/968382">http://support.microsoft.com/kb/968382</a></p>
<p>This little article will help you find the links that you need to keep your installations updated and SalesLogix running smoothly.</p>
<p><em>Upon the subject of education, not presuming to dictate any plan or system respecting it, I can only say that I view it as the most important subject which we as a people may be engaged in. That everyone may receive at least a moderate education appears to be an objective of vital importance.</em></p>
<p><em>Abraham Lincoln (1809 &#8211; 1865)</em></p>
<p>If you would like to learn more tips or have a CRM topic you would like us to write about please <a href="http://www.simplesoft.net/contactus.asp">contact Simplesoft Solutions, Inc.</a> in one of our Cincinnati/Dayton (OH), Charleston (WV), or Charlotte (NC) surrounding area office locations:</p>
<p><strong>Dayton, Ohio Office:</strong><br />
Simplesoft Solutions, Inc.<br />
550 N. Main St. Suite A<br />
Springboro, OH 45066<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img class="alignnone size-full wp-image-600" title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (937) 885-1204 x 3204<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Ripley, WV Office:</strong><br />
Simplesoft Solutions, Inc.<br />
710 Random Rd.<br />
Ripley, WV 25271<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img class="alignnone size-full wp-image-600" title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (304) 521-2387<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<p><strong>Charlotte, NC Office:</strong><br />
Simplesoft Solutions, Inc.<br />
3635 Eastover Ridge Drive<br />
Charlotte, NC 28211<br />
<a href="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif"><img class="alignnone size-full wp-image-600" title="phone" src="http://www.simplesoft.net/blog/wp-content/uploads/2010/06/phone.gif" alt="" width="12" height="12" /></a> Phone: (704) 910-3872<br />
Fax: (937) 885-3580<br />
<a href="mailto:sales@simplesoft.net">sales@simplesoft.net</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=_ej7egNghk4:ozbwFjIvOTE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=_ej7egNghk4:ozbwFjIvOTE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=_ej7egNghk4:ozbwFjIvOTE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?a=_ej7egNghk4:ozbwFjIvOTE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SimplesoftCrmBlog?i=_ej7egNghk4:ozbwFjIvOTE:gIN9vFwOqvQ" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.simplesoft.net/blog/index.php/2011/03/using-ms-sql-for-saleslogix-a-collection-of-helpful-links-to-feature-pack-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

