<?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>On The Mark</title>
	<atom:link href="http://markmonica.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://markmonica.com</link>
	<description>IT blogging by Mark Monica</description>
	<lastBuildDate>Wed, 25 Apr 2012 15:06:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Code generation for property &#8216;Image&#8217; failed</title>
		<link>http://markmonica.com/2012/04/25/code-generation-for-property-image-failed/</link>
		<comments>http://markmonica.com/2012/04/25/code-generation-for-property-image-failed/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 15:02:05 +0000</pubDate>
		<dc:creator>Mark Monica</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[VB.net]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://markmonica.com/?p=178</guid>
		<description><![CDATA[<p>Posted in <a href="http://markmonica.com/category/programming/" title="Programming">Programming</a><a href="http://markmonica.com/category/software/" title="Software">Software</a><a href="http://markmonica.com/category/programming/vb-net/" title="VB.net">VB.net</a><a href="http://markmonica.com/category/programming/visual-studio/" title="Visual Studio">Visual Studio</a></p>The Problem After finally making the jump from Visual Studio 2008 to Visual Studio 2010, a project using Infragistics NetAdvantage 2008.3 started throwing the &#8220;Code generation for property &#8216;Image&#8217; failed&#8221; error in Visual Studio 2010. The NetAdvantage incompatibility with Visual Studio 2010 appears to be related to Windows Forms and making any changes to the image of [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://markmonica.com/category/programming/" title="Programming">Programming</a><a href="http://markmonica.com/category/software/" title="Software">Software</a><a href="http://markmonica.com/category/programming/vb-net/" title="VB.net">VB.net</a><a href="http://markmonica.com/category/programming/visual-studio/" title="Visual Studio">Visual Studio</a></p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><h2>The Problem</h2>
<p>After finally making the jump from Visual Studio 2008 to Visual Studio 2010, a project using Infragistics NetAdvantage 2008.3 started throwing the &#8220;Code generation for property &#8216;Image&#8217; failed&#8221; error in Visual Studio 2010.</p>
<p><em><strong>The NetAdvantage incompatibility with Visual Studio 2010 appears to be related to Windows Forms and making any changes to the image of the form.</strong></em></p>
<h2>The Fix</h2>
<p>Infragistics has reported an error in some versions of it&#8217;s product with Visual Studio 2010.  It appears that NetAdvantage 2008 is not fully compatible and no patch has been provided.  Luckily I still had an upgrade for NetAdvantage 2009.1, of which after being patched / updated to the latest build works.  The standard install of Infragistics 2009.1 or 2009.2 does not work and must be patched / updated.  Check with Infragistics or download the patch directly from them from your downloads area.</p>
<h2>Compatibility</h2>
<p>NetAdvantage WinForms compatibility with Visual Studio 2010</p>
<ul>
<li><strong>NetAdvantage 2008.x</strong> and previous versions &#8211; Not fully compatible, see error above</li>
<li><strong>NetAdvantage 2009.1 <span style="text-decoration: underline;">Unpatched</span></strong>  - Not fully compatible, see error above</li>
<li><strong>NetAdvantage 2009.1 <span style="text-decoration: underline;">Patched to 9.1 2094</span></strong>  &#8211; Compatible, fixes above error</li>
<li><strong>NetAdvantage 2009.2 <span style="text-decoration: underline;">Unpatched</span></strong> - Not fully compatible, see error above</li>
<li><strong>NetAdvantage 2009.2 <span style="text-decoration: underline;">Patched to 9.2 2083</span></strong> - Compatible, fixes above error</li>
<li>&gt; <strong>NetAdvantage 2009.2 &#8211; </strong>Compatible</li>
</ul>
<h2>Credits</h2>
<p>Original credit for solving this goes back to an Infragistics employee in their forums:</p>
<p><a href="http://blogs.infragistics.com/forums/t/41560.aspx?PageIndex=2">http://blogs.infragistics.com/forums/t/41560.aspx?PageIndex=2</a></p>
<p>I&#8217;ve tested their solution with my project and reflected the results above.  As always, back up your solution before making changes!</p>
<div class="shr-publisher-178"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://markmonica.com/2012/04/25/code-generation-for-property-image-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Dell Backup and Recovery</title>
		<link>http://markmonica.com/2012/04/18/removing-dell-backup-and-recovery/</link>
		<comments>http://markmonica.com/2012/04/18/removing-dell-backup-and-recovery/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 14:31:52 +0000</pubDate>
		<dc:creator>Mark Monica</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://markmonica.com/?p=172</guid>
		<description><![CDATA[<p>Posted in <a href="http://markmonica.com/category/networking/" title="Networking">Networking</a><a href="http://markmonica.com/category/technology/" title="Technology">Technology</a></p>Note: Removing the wrong files or registry keys may be disastrous.  Take necessary precautions and make sure you understand what is being told below. To remove the Dell Backup and Recovery: Exit the Dell Backup and Recovery tray icon; you may have to expand the hidden tray icons first, then right click the icon and [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://markmonica.com/category/networking/" title="Networking">Networking</a><a href="http://markmonica.com/category/technology/" title="Technology">Technology</a></p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><em><strong>Note</strong></em>: Removing the wrong files or registry keys may be disastrous.  Take necessary precautions and make sure you understand what is being told below.</p>
<p>To remove the Dell Backup and Recovery:</p>
<ol>
<li>Exit the Dell Backup and Recovery tray icon; you may have to expand the hidden tray icons first, then right click the icon and select exit<br />
<a href="http://markmonica.com/wp-content/uploads/2012/04/DBRM.png"><img class="alignnone size-full wp-image-174" title="Dell Backup and Recovery Tray Icon " src="http://markmonica.com/wp-content/uploads/2012/04/DBRM.png" alt="" width="404" height="233" /></a></li>
<li>Open Windows Explorer and browse to: <em>C:\dell</em></li>
<li>Delete ONLY the DBRM Folder and DBRM.ini file in the root</li>
<li>Open the registry editor and delete the <em>DBRMTray</em> key from<em> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run</em></li>
<li>Restart your system</li>
</ol>
<div class="shr-publisher-172"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://markmonica.com/2012/04/18/removing-dell-backup-and-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple mobile device service failed to start</title>
		<link>http://markmonica.com/2010/11/21/apple-mobile-device-service-failed-to-start/</link>
		<comments>http://markmonica.com/2010/11/21/apple-mobile-device-service-failed-to-start/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 00:26:55 +0000</pubDate>
		<dc:creator>Mark Monica</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://markmonica.com/?p=143</guid>
		<description><![CDATA[<p>Posted in <a href="http://markmonica.com/category/iphone/" title="iPhone">iPhone</a></p>Issue When trying to install iTunes (for iPhone or iPod) on Windows 7 (possible XP and Vista as well) several of the components install but you eventually get a message similar to one below: &#8220;Apple mobile device service failed to start.&#8221; &#8220;Windows could not start the Apple Mobile Device service on local computer, error 1067: [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://markmonica.com/category/iphone/" title="iPhone">iPhone</a></p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><h2>Issue</h2>
<p>When trying to install iTunes (for iPhone or iPod) on Windows 7 (possible XP and Vista as well) several of the components install but you eventually get a message similar to one below:</p>
<ol>
<li>&#8220;Apple mobile device service failed to start.&#8221;</li>
<li>&#8220;Windows could not start the Apple Mobile Device service on local computer, error 1067: the process terminated unexpectedly&#8221;</li>
</ol>
<h2>Resolution</h2>
<ol>
<li>Temporarily disable your anti-virus software.  In my case I was using Windows <a href="http://www.microsoft.com/security_essentials/" target="_blank">Microsoft Security Essentials</a>.  To disable Windows Essentials temporarily &#8211; see the screen shot below.<br /><a href="http://markmonica.com/wp-content/uploads/2010/11/MicrosoftSecurityEssentialsStep1.png"><img class="alignnone size-full wp-image-147" title="Disabling Microsoft Security Essentials" src="http://markmonica.com/wp-content/uploads/2010/11/MicrosoftSecurityEssentialsStep1.png" alt="Click the options tab in Microsoft Security Essentials then disable real-time protection" width="800" height="560" /></a> </li>
<li>Temporarily disable your anti-spyware software.  In my case I was using <a href="http://www.microsoft.com/windows/products/winfamily/defender/default.mspx" target="_blank">Windows Defender</a> that is pre-installed on Windows 7.  To disable Windows Defender temporarily &#8211; see the two screen shots below.<br /><a href="http://markmonica.com/wp-content/uploads/2010/11/WindowsDefenderStep1.png"><img class="alignnone size-full wp-image-144" title="Step 1 to Disable Windows Defender" src="http://markmonica.com/wp-content/uploads/2010/11/WindowsDefenderStep1.png" alt="Click tools then options to get to the settings to disable Windows Defender." width="750" height="600" /><br /></a><a href="http://markmonica.com/wp-content/uploads/2010/11/WindowsDefenderStep2.png"><img class="alignnone size-full wp-image-145" title="Step 2 to disable Windows Defender" src="http://markmonica.com/wp-content/uploads/2010/11/WindowsDefenderStep2.png" alt="Click the checkbox to disable Windows Defender." width="750" height="600" /></a></li>
<li><a href="http://markmonica.com/wp-content/uploads/2010/11/WindowsDefenderStep1.png"></a> Try reinstalling iTunes.  This time the Apple mobile device support software should install.  If it does not you may have to &#8220;unpack&#8221; the installers in the setup using something like 7Zip and install <em><strong>AppleMobileDeviceSupport</strong></em> by itself.</li>
<li>If you&#8217;ve successfully installed iTunes make sure to re-enable your security software in steps 5 and 6.</li>
<li>Re-enable you anti-spyware software.  In my case Windows Defender following the steps above, this time checking the box to enable real-time protection.</li>
<li>Re-enable you anti-virus software.  In my case Microsoft Security Essentials following the steps above, this time checking the box to enable real-time protection.</li>
</ol>
<h2>Background</h2>
<p>Recently I had to resintall Windows on my desktop.  While installing all my apps I had encountered a more stubborn that usual time getting an application to install.  Apparently I was not alone in having iTunes install, in this case for my iPhone.  Everywhere I searched seemed to turn up dead ends until I found a path that worked for me.  Hopefully this helps others too.  If it does please leave a comment.</p>
<p>It appears that the mobile device support is getting blocked by either your anti-virus or anti-spyware software.</p>
<div class="shr-publisher-143"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://markmonica.com/2010/11/21/apple-mobile-device-service-failed-to-start/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To: SQL Server Reporting Date Formating</title>
		<link>http://markmonica.com/2010/11/15/how-to-sql-server-reporting-date-formating/</link>
		<comments>http://markmonica.com/2010/11/15/how-to-sql-server-reporting-date-formating/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 19:59:59 +0000</pubDate>
		<dc:creator>Mark Monica</dc:creator>
				<category><![CDATA[Reporting]]></category>

		<guid isPermaLink="false">http://markmonica.com/?p=138</guid>
		<description><![CDATA[<p>Posted in <a href="http://markmonica.com/category/programming/sql/reporting/" title="Reporting">Reporting</a></p>To select a date format, wrap your field value in a format statement = Format(Fields!DateFieldToFormat.Value,&#8221;M/d/yyyy&#8221;) It is as simple as that!]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://markmonica.com/category/programming/sql/reporting/" title="Reporting">Reporting</a></p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>To select a date format, wrap your field value in a format statement</p>
<p><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre;">= Format(Fields!DateFieldToFormat.Value,&#8221;M/d/yyyy&#8221;)</span></p>
<p>It is as simple as that!</p>
<div class="shr-publisher-138"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://markmonica.com/2010/11/15/how-to-sql-server-reporting-date-formating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to find Adobe PDF resource file.  &#8220;Acrobat PDFMaker&#8221;  &#8220;You must have administrator privileges to install these files.  Please contact your local system administrator.</title>
		<link>http://markmonica.com/2010/11/15/unable-to-find-adobe-pdf-resource-file-acrobat-pdfmaker-you-must-have-administrator-privileges-to-install-these-files-please-contact-your-local-system-administrator/</link>
		<comments>http://markmonica.com/2010/11/15/unable-to-find-adobe-pdf-resource-file-acrobat-pdfmaker-you-must-have-administrator-privileges-to-install-these-files-please-contact-your-local-system-administrator/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 15:53:17 +0000</pubDate>
		<dc:creator>Mark Monica</dc:creator>
				<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://markmonica.com/?p=132</guid>
		<description><![CDATA[<p>Posted in <a href="http://markmonica.com/category/software/adobe-acrobat/" title="Adobe Acrobat">Adobe Acrobat</a><a href="http://markmonica.com/category/software/" title="Software">Software</a></p>Issue Error message &#8220;Unable to find Adobe PDF resource file.&#8221; &#8220;Acrobat PDFMaker&#8221; &#8220;You must have administrator privileges to install these files. Please contact your local system administrator.&#8221; Resolution To fix this error, launch the Acrobat setup and select Modify Uninstall Acrobat PDFMaker Relaunch Acrobat Setup, modify, and select/reinstall Acrobat PDFMaker Background System was a clean [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://markmonica.com/category/software/adobe-acrobat/" title="Adobe Acrobat">Adobe Acrobat</a><a href="http://markmonica.com/category/software/" title="Software">Software</a></p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><h2>Issue</h2>
<p>Error message &#8220;Unable to find Adobe PDF resource file.&#8221;  &#8220;Acrobat PDFMaker&#8221;  &#8220;You must have administrator privileges to install these files.  Please contact your local system administrator.&#8221;</p>
<p><img class="alignnone size-full wp-image-133" title="Acrobat_PDFMaker_err_msg" src="http://markmonica.com/wp-content/uploads/2010/11/Acrobat_PDFMaker_err_msg.png" alt="Unable to find Adobe PDF resource file. &quot;Acrobat PDFMaker&quot; You must have administrator privileges to install these files. Please contact your local system administrator." width="474" height="227" /></p>
<h2>Resolution</h2>
<ol>
<li>To fix this error, launch the Acrobat setup and select Modify<br /> <a href="http://markmonica.com/wp-content/uploads/2010/11/Acrobat_Setup_Modify.png"><img class="alignnone size-full wp-image-134" title="Acrobat_Setup_Modify" src="http://markmonica.com/wp-content/uploads/2010/11/Acrobat_Setup_Modify.png" alt="Acrobat 7 Setup Dialog" width="504" height="382" /></a></li>
<li>Uninstall Acrobat PDFMaker<br /><a href="http://markmonica.com/wp-content/uploads/2010/11/Acrobat_Setup_Remove_PDFMaker.png"><img class="alignnone size-full wp-image-135" title="Acrobat_Setup_Remove_PDFMaker" src="http://markmonica.com/wp-content/uploads/2010/11/Acrobat_Setup_Remove_PDFMaker.png" alt="Acrobat 7.0 PDF Maker Option Removal" width="504" height="382" /></a></li>
<li>Relaunch Acrobat Setup, modify, and select/reinstall Acrobat PDFMaker</li>
</ol>
<h2>Background</h2>
<p>System was a clean install of Vista (system previously XP), Acrobat was setup and PageMaker was installed.  Possible cause of this issue may have stemmed from PageMaker installing Acrobat Distiller 5.0 (Current Acrobat install was Acrobat Professional 7.1).</p>
<div class="shr-publisher-132"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://markmonica.com/2010/11/15/unable-to-find-adobe-pdf-resource-file-acrobat-pdfmaker-you-must-have-administrator-privileges-to-install-these-files-please-contact-your-local-system-administrator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.NET Framework execution was aborted by escalation policy because of out of memory.</title>
		<link>http://markmonica.com/2010/11/15/net-framework-execution-was-aborted-by-escalation-policy-because-of-out-of-memory/</link>
		<comments>http://markmonica.com/2010/11/15/net-framework-execution-was-aborted-by-escalation-policy-because-of-out-of-memory/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 15:43:51 +0000</pubDate>
		<dc:creator>Mark Monica</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://markmonica.com/?p=118</guid>
		<description><![CDATA[<p>Posted in <a href="http://markmonica.com/category/programming/" title="Programming">Programming</a><a href="http://markmonica.com/category/programming/sql/" title="SQL">SQL</a></p>I recently created a SQL database that has to store files as blobs but before doing so a vb.net CLR function performs an MD5 has on the file to store with it.  Everything runs great typically except for on occassion a very large file (4MB) will come along and blow the following error, &#8220;.NET Framework [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://markmonica.com/category/programming/" title="Programming">Programming</a><a href="http://markmonica.com/category/programming/sql/" title="SQL">SQL</a></p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I recently created a SQL database that has to store files as blobs but before doing so a vb.net CLR function performs an MD5 has on the file to store with it.  Everything runs great typically except for on occassion a very large file (4MB) will come along and blow the following error, &#8220;<em>.NET Framework execution was aborted by escalation policy because of out of memory</em>&#8220;.</p>
<p>To date I&#8217;ve tried several settings on SQL Server (2005) unsuccessfully so for now the only way I&#8217;ve been able to get around this is to run this SQL command:</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">DBCC FREESYSTEMCACHE <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'ALL'</span><span style="color: #66cc66;">&#41;</span></pre></div></div>

<p>Running the above SQL command allowed memory to be cleared so the file could be loaded.</p>
<p>Previous research has shown possible fixes based around <em><strong>MemToLeave</strong></em> setting of SQL Server which appears to be a major undertaking!</p>
<div class="shr-publisher-118"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://markmonica.com/2010/11/15/net-framework-execution-was-aborted-by-escalation-policy-because-of-out-of-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Query: Determine view or stored procedures using tables, columns, functions, etc</title>
		<link>http://markmonica.com/2010/09/17/sql-query-determine-all-view-using-tables-columns-functions-etc/</link>
		<comments>http://markmonica.com/2010/09/17/sql-query-determine-all-view-using-tables-columns-functions-etc/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 19:47:46 +0000</pubDate>
		<dc:creator>Mark Monica</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://markmonica.com/?p=107</guid>
		<description><![CDATA[<p>Posted in <a href="http://markmonica.com/category/programming/sql/" title="SQL">SQL</a></p>On occasion it is handy to have a SQL snippet to find SQL views in a database that are using a particular table, column, function, or other SQL.  Fortunately SQL Server offers several information schema views to help out. Using the system view INFORMATION_SCHEMA.VIEWS you can query the views definition (think the SQL you used [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://markmonica.com/category/programming/sql/" title="SQL">SQL</a></p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>On occasion it is handy to have a SQL snippet to find SQL views in a database that are using a particular table, column, function, or other SQL.  Fortunately SQL Server offers several information schema views to help out.</p>
<p>Using the system view <em><span style="color: #0000ff;">INFORMATION_SCHEMA.VIEWS</span></em> you can query the views definition (think the SQL you used to create the view).  It is as simple as searching the system views <em><span style="color: #0000ff;">VIEW_DEFINITION</span></em> column.  See the example below:</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span>     <span style="color: #993333; font-weight: bold;">TABLE_NAME</span>
<span style="color: #993333; font-weight: bold;">FROM</span>         INFORMATION_SCHEMA<span style="color: #66cc66;">.</span>VIEWS
<span style="color: #993333; font-weight: bold;">WHERE</span> VIEW_DEFINITION <span style="color: #993333; font-weight: bold;">LIKE</span> <span style="color: #ff0000;">'%search criteria%'</span></pre></div></div>

<p>Similarly you can search stored procedures using the example below:</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span>     ROUTINE_NAME 
<span style="color: #993333; font-weight: bold;">FROM</span>         INFORMATION_SCHEMA<span style="color: #66cc66;">.</span>ROUTINES 
<span style="color: #993333; font-weight: bold;">WHERE</span> ROUTINE_DEFINITION <span style="color: #993333; font-weight: bold;">LIKE</span> <span style="color: #ff0000;">'%search criteria%'</span></pre></div></div>

<p> </p>
<p><em>Applies to: MS SQL Server 2005</em></p>
<div class="shr-publisher-107"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://markmonica.com/2010/09/17/sql-query-determine-all-view-using-tables-columns-functions-etc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone OS4 Update for 3G</title>
		<link>http://markmonica.com/2010/06/22/iphone-os4-update-for-3g/</link>
		<comments>http://markmonica.com/2010/06/22/iphone-os4-update-for-3g/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 01:41:24 +0000</pubDate>
		<dc:creator>Mark Monica</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://markmonica.com/?p=104</guid>
		<description><![CDATA[<p>Posted in <a href="http://markmonica.com/category/iphone/" title="iPhone">iPhone</a></p>iPhone OS4 upgrade causes headaches for 3G version phone users stalling during the backup phase.  Click to learn how to install OS4 on your 3G.]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://markmonica.com/category/iphone/" title="iPhone">iPhone</a></p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>The highly anticipated iPhone update to OS4 encountered a lot of issues users of the 3G phone.  It appears that 3G users can&#8217;t follow the prompts as directed but instead have to take an alternate route.</p>
<ol>
<li>Backup your iPhone first; this is always a given and you may even want to make a copy of the backup to a USB stick</li>
<li>Select the <em><strong>Restore</strong></em> button instead of the Update button; yes Restore is the way to actually get the update pushed to your phone</li>
<li>Typically after about 20-30 minutes your phone is updated</li>
</ol>
<p>Many users reported waiting hours to get their phone to update.  Some users waited over a day and the update still would not install but instead remain stuck or stalled at the backup stage.</p>
<div class="shr-publisher-104"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://markmonica.com/2010/06/22/iphone-os4-update-for-3g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Because of a protocol error detected at the client (code 0&#215;1104), this session will be disconnected.  Please try connecting to the remote computer again.</title>
		<link>http://markmonica.com/2010/02/02/because-of-a-protocol-error-detected-at-the-client-code-0x1104-this-session-will-be-disconnected-please-try-connecting-to-the-remote-computer-again/</link>
		<comments>http://markmonica.com/2010/02/02/because-of-a-protocol-error-detected-at-the-client-code-0x1104-this-session-will-be-disconnected-please-try-connecting-to-the-remote-computer-again/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 14:39:24 +0000</pubDate>
		<dc:creator>Mark Monica</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://markmonica.com/2010/02/02/because-of-a-protocol-error-detected-at-the-client-code-0x1104-this-session-will-be-disconnected-please-try-connecting-to-the-remote-computer-again/</guid>
		<description><![CDATA[<p>Posted in <a href="http://markmonica.com/category/software/" title="Software">Software</a><a href="http://markmonica.com/category/software/windows/" title="Windows">Windows</a></p>&#160; When using remote desktop connection to connect to a server I recently encountered the “Because of a protocol error detected at the client (code 0&#215;1104), this session will be disconnected.&#160; Please try connecting to the remote computer again.” error.&#160; The error was encountered after: I had just logged into the the server the night [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://markmonica.com/category/software/" title="Software">Software</a><a href="http://markmonica.com/category/software/windows/" title="Windows">Windows</a></p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>&#160;</p>
<p>When using remote desktop connection to connect to a server I recently encountered the “<em>Because of a protocol error detected at the client (code 0&#215;1104), this session will be disconnected.&#160; Please try connecting to the remote computer again.</em>” error.&#160; </p>
<p>The error was encountered after:</p>
<ul>
<li>I had just logged into the the server the night before with no issues.&#160; </li>
<li>Able to login to another server and tried to roundtrip to server in question from another server.&#160; Still the same error persisted.</li>
<li>Rebooting of my machine did not change the errors.</li>
</ul>
<p><strong>How to fix:</strong></p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="RDP" border="0" alt="RDP" align="right" src="http://markmonica.com/wp-content/uploads/2010/02/RDP.png" width="411" height="627" />In your RDP connection window, expand options if they are already not expanded and then select the Experience tab.&#160; Unselect the Themes checkbox (Prior to Windows 7) or Visual Styles checkbox in Windows 7.&#160; </p>
<p>Try logging in again.&#160; The issue should be cleared.</p>
</p>
</p>
<p><em>Note: After one login, I was able to click Visual styles and login normal again.&#160; </em></p>
<div class="shr-publisher-99"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://markmonica.com/2010/02/02/because-of-a-protocol-error-detected-at-the-client-code-0x1104-this-session-will-be-disconnected-please-try-connecting-to-the-remote-computer-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Application Essentials Installer</title>
		<link>http://markmonica.com/2009/10/29/application-essentials-installer/</link>
		<comments>http://markmonica.com/2009/10/29/application-essentials-installer/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 19:05:21 +0000</pubDate>
		<dc:creator>Mark Monica</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Installer]]></category>

		<guid isPermaLink="false">http://markmonica.com/2009/10/29/application-essentials-installer/</guid>
		<description><![CDATA[<p>Posted in <a href="http://markmonica.com/category/software/" title="Software">Software</a><a href="http://markmonica.com/category/software/windows/" title="Windows">Windows</a></p>If you frequently find yourself installing Windows applications for friends, family that has wrecked their computer or because you’re a frequent Windows Beta tester there is a great tool for you. Ninite Simply go to the Ninite site and select from dozens of apps and then click Get Installer and Ninite builds you a Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://markmonica.com/category/software/" title="Software">Software</a><a href="http://markmonica.com/category/software/windows/" title="Windows">Windows</a></p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://markmonica.com/wp-content/uploads/2009/10/Ninite_Installer.png" target="_blank"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 25px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="Ninite_Installer" src="http://markmonica.com/wp-content/uploads/2009/10/Ninite_Installer_thumb.png" border="0" alt="Ninite_Installer" width="240" height="201" align="left" /></a> If you frequently find yourself installing Windows applications for friends, family that has wrecked their computer or because you’re a frequent Windows Beta tester there is a great tool for you.</p>
<h3><a href="http://ninite.com/" target="_blank">Ninite</a></h3>
<p>Simply go to the Ninite site and select from dozens of apps and then click <em>Get Installer</em> and Ninite builds you a Windows installer of all the apps you’ve selected.  Much like the simple process of selecting your apps, your installation runs smoothly with little or no prompts.</p>
<p>There are a couple of limitations to the installer – the applications must be on their list and the machine installing must have web access.  However, lucky for us the current selection has a large number of applications unlike Google Pack and it’s extremely limited selection.</p>
<p><a href="http://markmonica.com/wp-content/uploads/2009/10/Ninite.png" target="_blank"><img style="border-bottom: 0px; border-left: 0px; margin: 10px 0px 0px 10px; display: inline; border-top: 0px; border-right: 0px" title="Ninite" src="http://markmonica.com/wp-content/uploads/2009/10/Ninite_thumb.png" border="0" alt="Ninite" width="430" height="1581" align="right" /></a>The current selection of apps includes:</p>
<p>Web Browsers</p>
<ul>
<li>Chrome</li>
<li>Safari</li>
<li>Opera</li>
<li>Firefox</li>
</ul>
<p>Messaging</p>
<ul>
<li>Skype</li>
<li>Messenger</li>
<li>Pidgin</li>
<li>Digsby</li>
<li>Google Talk</li>
<li>Thunderbird</li>
</ul>
<p>Media</p>
<ul>
<li>iTunes</li>
<li>Songbird</li>
<li>Hulu</li>
<li>VLC</li>
<li>KMPlayer</li>
<li>AIMP</li>
<li>Audacity</li>
<li>Spotify</li>
</ul>
<p>Imaging</p>
<ul>
<li>Paint.NET</li>
<li>Picasa</li>
<li>GIMP</li>
<li>IrfanView</li>
<li>XnView</li>
</ul>
<p>Documents</p>
<ul>
<li>Office (Trial)</li>
<li>OpenOffice</li>
<li>Adobe Reader</li>
<li>Foxit Reader</li>
<li>CutePDF</li>
</ul>
<p>Anti-Virus</p>
<ul>
<li>Essentials</li>
<li>Avast</li>
<li>AVG</li>
</ul>
<p>Runtimes</p>
<ul>
<li>Flash</li>
<li>Flash (IE)</li>
<li>Java</li>
<li>.Net</li>
<li>Silverlight</li>
</ul>
<p>File Sharing</p>
<ul>
<li>uTorrent</li>
<li>eMule</li>
</ul>
<p>Other</p>
<ul>
<li>Dropbox</li>
<li>Evernote</li>
<li>BumpTop</li>
<li>Steam</li>
<li>Google Earth</li>
</ul>
<p>Utilities</p>
<ul>
<li>ImgBurn</li>
<li>CCleaner</li>
<li>Launchy</li>
<li>Revo</li>
<li>Defraggler</li>
<li>RealVNC</li>
<li>CDBurnerXP</li>
<li>Recuva</li>
</ul>
<p>Compression</p>
<ul>
<li>7-Zip</li>
<li>WinRAR</li>
</ul>
<p>Developer Tools</p>
<ul>
<li>Python</li>
<li>FileZilla</li>
<li>Notepad ++</li>
<li>JDK</li>
<li>WinSCP</li>
<li>PuTTY</li>
<li>Eclipse</li>
</ul>

<p><span style="font-family: Courier New,Courier,Fixed; color: #005500;"><br />
</span></p>
<div class="shr-publisher-79"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://markmonica.com/2009/10/29/application-essentials-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

