<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8701057</id><updated>2011-07-08T18:33:27.116+01:00</updated><title type='text'>James</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>25</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8701057.post-2455189874738899386</id><published>2010-02-08T20:18:00.000Z</published><updated>2010-02-08T20:18:40.759Z</updated><title type='text'>Reporting Services Subscriptions</title><content type='html'>&lt;span style="font-family: Verdana, sans-serif;"&gt;We recently migrated from Reporting Services 2000 to 2008 using the excellent (and free!) &lt;a href="http://www.sqldbatips.com/showarticle.asp?ID=62"&gt;Reporting Services Scripter&lt;/a&gt;. However, it did not migrate the subscriptions. This leads to a problem: There is no way within the front end to tell what reports have subscriptions against them, especially if the subscriptions have been created by multiple people.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;I therefore wrote the following SQL to get a list of subscriptions. The number of subscriptions returned was fairly low (30), so I could then manually recreate them on the new server.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: Verdana;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: blue;"&gt;select&lt;/span&gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c.path ReportPath, &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c.name ReportName, &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; u.UserName, &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; s.* &lt;br /&gt;&lt;span style="color: blue;"&gt;from&lt;/span&gt; reportserver.dbo.Subscriptions s &lt;br /&gt;&lt;span style="color: blue;"&gt;inner&lt;/span&gt; &lt;span style="color: blue;"&gt;join&lt;/span&gt; reportserver.dbo.users u &lt;br /&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&lt;/span&gt; s.ownerid = u.userid &lt;br /&gt;&lt;span style="color: blue;"&gt;inner&lt;/span&gt; &lt;span style="color: blue;"&gt;join&lt;/span&gt; reportserver.dbo.catalog c &lt;br /&gt;&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&lt;/span&gt; s.report_oid = c.ItemID &lt;br /&gt;&lt;span style="color: blue;"&gt;order&lt;/span&gt; &lt;span style="color: blue;"&gt;by&lt;/span&gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c.path&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-2455189874738899386?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/2455189874738899386/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=2455189874738899386' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/2455189874738899386'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/2455189874738899386'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2010/02/reporting-services-subscriptions.html' title='Reporting Services Subscriptions'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-4563646908079726400</id><published>2010-02-05T08:41:00.001Z</published><updated>2010-02-05T08:41:58.591Z</updated><title type='text'>The partition scheme "" is currently being used to partition one or more tables.</title><content type='html'>&lt;meta content="text/html; charset=utf-8" http-equiv="Content-Type"&gt;&lt;/meta&gt;&lt;meta content="Word.Document" name="ProgId"&gt;&lt;/meta&gt;&lt;meta content="Microsoft Word 12" name="Generator"&gt;&lt;/meta&gt;&lt;meta content="Microsoft Word 12" name="Originator"&gt;&lt;/meta&gt;&lt;link href="file:///C:%5CUsers%5Cjgood%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" rel="File-List"&gt;&lt;/link&gt;&lt;link href="file:///C:%5CUsers%5Cjgood%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" rel="themeData"&gt;&lt;/link&gt;&lt;link href="file:///C:%5CUsers%5Cjgood%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="colorSchemeMapping"&gt;&lt;/link&gt;&lt;style&gt;&lt;!-- /* Font Definitions */ @font-face	{font-family:"Cambria Math";	panose-1:2 4 5 3 5 4 6 3 2 4;	mso-font-charset:1;	mso-generic-font-family:roman;	mso-font-format:other;	mso-font-pitch:variable;	mso-font-signature:0 0 0 0 0 0;}@font-face	{font-family:Cambria;	panose-1:2 4 5 3 5 4 6 3 2 4;	mso-font-charset:0;	mso-generic-font-family:roman;	mso-font-pitch:variable;	mso-font-signature:-1610611985 1073741899 0 0 415 0;}@font-face	{font-family:Calibri;	panose-1:2 15 5 2 2 2 4 3 2 4;	mso-font-charset:0;	mso-generic-font-family:swiss;	mso-font-pitch:variable;	mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal	{mso-style-unhide:no;	mso-style-qformat:yes;	mso-style-parent:"";	margin-top:0cm;	margin-right:0cm;	margin-bottom:10.0pt;	margin-left:0cm;	line-height:115%;	mso-pagination:widow-orphan;	font-size:11.0pt;	font-family:"Calibri","sans-serif";	mso-ascii-font-family:Calibri;	mso-ascii-theme-font:minor-latin;	mso-fareast-font-family:Calibri;	mso-fareast-theme-font:minor-latin;	mso-hansi-font-family:Calibri;	mso-hansi-theme-font:minor-latin;	mso-bidi-font-family:"Times New Roman";	mso-bidi-theme-font:minor-bidi;	mso-fareast-language:EN-US;}h1	{mso-style-priority:9;	mso-style-unhide:no;	mso-style-qformat:yes;	mso-style-link:"Heading 1 Char";	mso-style-next:Normal;	margin-top:24.0pt;	margin-right:0cm;	margin-bottom:0cm;	margin-left:0cm;	margin-bottom:.0001pt;	line-height:115%;	mso-pagination:widow-orphan lines-together;	page-break-after:avoid;	mso-outline-level:1;	font-size:14.0pt;	font-family:"Cambria","serif";	mso-ascii-font-family:Cambria;	mso-ascii-theme-font:major-latin;	mso-fareast-font-family:"Times New Roman";	mso-fareast-theme-font:major-fareast;	mso-hansi-font-family:Cambria;	mso-hansi-theme-font:major-latin;	mso-bidi-font-family:"Times New Roman";	mso-bidi-theme-font:major-bidi;	color:#365F91;	mso-themecolor:accent1;	mso-themeshade:191;	mso-font-kerning:0pt;	mso-fareast-language:EN-US;}span.Heading1Char	{mso-style-name:"Heading 1 Char";	mso-style-priority:9;	mso-style-unhide:no;	mso-style-locked:yes;	mso-style-link:"Heading 1";	mso-ansi-font-size:14.0pt;	mso-bidi-font-size:14.0pt;	font-family:"Cambria","serif";	mso-ascii-font-family:Cambria;	mso-ascii-theme-font:major-latin;	mso-fareast-font-family:"Times New Roman";	mso-fareast-theme-font:major-fareast;	mso-hansi-font-family:Cambria;	mso-hansi-theme-font:major-latin;	mso-bidi-font-family:"Times New Roman";	mso-bidi-theme-font:major-bidi;	color:#365F91;	mso-themecolor:accent1;	mso-themeshade:191;	font-weight:bold;}.MsoChpDefault	{mso-style-type:export-only;	mso-default-props:yes;	mso-ascii-font-family:Calibri;	mso-ascii-theme-font:minor-latin;	mso-fareast-font-family:Calibri;	mso-fareast-theme-font:minor-latin;	mso-hansi-font-family:Calibri;	mso-hansi-theme-font:minor-latin;	mso-bidi-font-family:"Times New Roman";	mso-bidi-theme-font:minor-bidi;	mso-fareast-language:EN-US;}.MsoPapDefault	{mso-style-type:export-only;	margin-bottom:10.0pt;	line-height:115%;}@page Section1	{size:595.3pt 841.9pt;	margin:72.0pt 72.0pt 72.0pt 72.0pt;	mso-header-margin:35.4pt;	mso-footer-margin:35.4pt;	mso-paper-source:0;}div.Section1	{page:Section1;}--&gt;&lt;/style&gt;&lt;meta content="text/html; charset=utf-8" http-equiv="Content-Type"&gt;&lt;/meta&gt;&lt;meta content="Word.Document" name="ProgId"&gt;&lt;/meta&gt;&lt;meta content="Microsoft Word 12" name="Generator"&gt;&lt;/meta&gt;&lt;meta content="Microsoft Word 12" name="Originator"&gt;&lt;/meta&gt;&lt;link href="file:///C:%5CUsers%5Cjgood%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml" rel="File-List"&gt;&lt;/link&gt;&lt;link href="file:///C:%5CUsers%5Cjgood%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx" rel="themeData"&gt;&lt;/link&gt;&lt;link href="file:///C:%5CUsers%5Cjgood%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" rel="colorSchemeMapping"&gt;&lt;/link&gt;&lt;style&gt;&lt;!-- /* Font Definitions */ @font-face	{font-family:"Cambria Math";	panose-1:2 4 5 3 5 4 6 3 2 4;	mso-font-charset:1;	mso-generic-font-family:roman;	mso-font-format:other;	mso-font-pitch:variable;	mso-font-signature:0 0 0 0 0 0;}@font-face	{font-family:Cambria;	panose-1:2 4 5 3 5 4 6 3 2 4;	mso-font-charset:0;	mso-generic-font-family:roman;	mso-font-pitch:variable;	mso-font-signature:-1610611985 1073741899 0 0 415 0;}@font-face	{font-family:Calibri;	panose-1:2 15 5 2 2 2 4 3 2 4;	mso-font-charset:0;	mso-generic-font-family:swiss;	mso-font-pitch:variable;	mso-font-signature:-520092929 1073786111 9 0 415 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal	{mso-style-unhide:no;	mso-style-qformat:yes;	mso-style-parent:"";	margin-top:0cm;	margin-right:0cm;	margin-bottom:10.0pt;	margin-left:0cm;	line-height:115%;	mso-pagination:widow-orphan;	font-size:11.0pt;	font-family:"Calibri","sans-serif";	mso-ascii-font-family:Calibri;	mso-ascii-theme-font:minor-latin;	mso-fareast-font-family:Calibri;	mso-fareast-theme-font:minor-latin;	mso-hansi-font-family:Calibri;	mso-hansi-theme-font:minor-latin;	mso-bidi-font-family:"Times New Roman";	mso-bidi-theme-font:minor-bidi;	mso-fareast-language:EN-US;}h1	{mso-style-priority:9;	mso-style-unhide:no;	mso-style-qformat:yes;	mso-style-link:"Heading 1 Char";	mso-style-next:Normal;	margin-top:24.0pt;	margin-right:0cm;	margin-bottom:0cm;	margin-left:0cm;	margin-bottom:.0001pt;	line-height:115%;	mso-pagination:widow-orphan lines-together;	page-break-after:avoid;	mso-outline-level:1;	font-size:14.0pt;	font-family:"Cambria","serif";	mso-ascii-font-family:Cambria;	mso-ascii-theme-font:major-latin;	mso-fareast-font-family:"Times New Roman";	mso-fareast-theme-font:major-fareast;	mso-hansi-font-family:Cambria;	mso-hansi-theme-font:major-latin;	mso-bidi-font-family:"Times New Roman";	mso-bidi-theme-font:major-bidi;	color:#365F91;	mso-themecolor:accent1;	mso-themeshade:191;	mso-font-kerning:0pt;	mso-fareast-language:EN-US;}span.Heading1Char	{mso-style-name:"Heading 1 Char";	mso-style-priority:9;	mso-style-unhide:no;	mso-style-locked:yes;	mso-style-link:"Heading 1";	mso-ansi-font-size:14.0pt;	mso-bidi-font-size:14.0pt;	font-family:"Cambria","serif";	mso-ascii-font-family:Cambria;	mso-ascii-theme-font:major-latin;	mso-fareast-font-family:"Times New Roman";	mso-fareast-theme-font:major-fareast;	mso-hansi-font-family:Cambria;	mso-hansi-theme-font:major-latin;	mso-bidi-font-family:"Times New Roman";	mso-bidi-theme-font:major-bidi;	color:#365F91;	mso-themecolor:accent1;	mso-themeshade:191;	font-weight:bold;}.MsoChpDefault	{mso-style-type:export-only;	mso-default-props:yes;	mso-ascii-font-family:Calibri;	mso-ascii-theme-font:minor-latin;	mso-fareast-font-family:Calibri;	mso-fareast-theme-font:minor-latin;	mso-hansi-font-family:Calibri;	mso-hansi-theme-font:minor-latin;	mso-bidi-font-family:"Times New Roman";	mso-bidi-theme-font:minor-bidi;	mso-fareast-language:EN-US;}.MsoPapDefault	{mso-style-type:export-only;	margin-bottom:10.0pt;	line-height:115%;}@page Section1	{size:595.3pt 841.9pt;	margin:72.0pt 72.0pt 72.0pt 72.0pt;	mso-header-margin:35.4pt;	mso-footer-margin:35.4pt;	mso-paper-source:0;}div.Section1	{page:Section1;}--&gt;&lt;/style&gt;  &lt;br /&gt;&lt;h1&gt;Couldnt drop rogue Partition Scheme due to rogue indexes.&lt;/h1&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;Indexes were not visible through SSMS, but sp_help ‘tablename’ revealed a number of additional indexes, which were based on the partition scheme.&lt;/div&gt;&lt;div class="MsoNormal"&gt;Drop the indexes using DROP INDEX, and rerun sp_help ‘tablename’. This should confirm there are no objects linked to the rogue partition schemes. The rogue partition schemes can then be dropped using DROP PARTITION SCHEME, before dropping the partition functions using DROP PARTITION FUNCTION.&lt;/div&gt;&lt;div class="MsoNormal"&gt;To summarise:&lt;/div&gt;&lt;div class="MsoNormal"&gt;Sp_help ‘&lt;i&gt;tablename&lt;/i&gt;’ &lt;/div&gt;&lt;div class="MsoNormal"&gt;DROP INDEX &lt;i&gt;IndexName&lt;/i&gt; ON &lt;i&gt;TableName&lt;/i&gt; for all rogue indexes.&lt;/div&gt;&lt;div class="MsoNormal"&gt;DROP PARTITION SCHEME &lt;i&gt;PartitionScheme&lt;/i&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;DROP PARTITION FUNCTION &lt;i&gt;PartitionFunction&lt;/i&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;DROP PARTITION FUNCTION &lt;i&gt;PartitionFunction&lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-4563646908079726400?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/4563646908079726400/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=4563646908079726400' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/4563646908079726400'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/4563646908079726400'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2010/02/partition-scheme-is-currently-being.html' title='The partition scheme &quot;&quot; is currently being used to partition one or more tables.'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-113268165170815611</id><published>2005-11-22T17:46:00.000Z</published><updated>2005-11-22T17:47:31.720Z</updated><title type='text'>DFS - File Filters</title><content type='html'>How to modify the file filters used by dfs.&lt;br /&gt;&lt;a href="http://groups.google.co.uk/group/microsoft.public.windowsnt.dfs/browse_thread/thread/a94a4554b0301970/857771ca70f55b0a?lnk=st&amp;q=dfs+replicate+.bak+files&amp;rnum=6#857771ca70f55b0a"&gt;Link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-113268165170815611?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/113268165170815611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=113268165170815611' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/113268165170815611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/113268165170815611'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2005/11/dfs-file-filters.html' title='DFS - File Filters'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-113153682704470353</id><published>2005-11-09T11:45:00.000Z</published><updated>2005-11-09T11:47:07.056Z</updated><title type='text'>Microstation Clip To Boundary</title><content type='html'>To clip the reference files outside a specified area:&lt;br /&gt;&lt;br /&gt;Place a fence.&lt;br /&gt;Select File, References&lt;br /&gt;Select all reference files&lt;br /&gt;Select Tools, Clip To Boundary.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-113153682704470353?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/113153682704470353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=113153682704470353' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/113153682704470353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/113153682704470353'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2005/11/microstation-clip-to-boundary.html' title='Microstation Clip To Boundary'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-113153367943792363</id><published>2005-11-09T10:54:00.000Z</published><updated>2005-11-09T10:54:39.450Z</updated><title type='text'>Microstation Bring To Front</title><content type='html'>V7:&lt;br /&gt;wset add&lt;br /&gt;wset drop&lt;br /&gt;&lt;br /&gt;V8&lt;br /&gt;ORDER ELEMENT FRONT&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-113153367943792363?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/113153367943792363/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=113153367943792363' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/113153367943792363'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/113153367943792363'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2005/11/microstation-bring-to-front.html' title='Microstation Bring To Front'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-113023057071404998</id><published>2005-10-25T09:55:00.000+01:00</published><updated>2005-10-25T09:56:54.310+01:00</updated><title type='text'>Troubleshooting SCECLI 1202 Events</title><content type='html'>&lt;a href="http://support.microsoft.com/?id=324383"&gt;Link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-113023057071404998?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/113023057071404998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=113023057071404998' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/113023057071404998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/113023057071404998'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2005/10/troubleshooting-scecli-1202-events.html' title='Troubleshooting SCECLI 1202 Events'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-112730530981687871</id><published>2005-09-21T13:21:00.000+01:00</published><updated>2005-09-21T13:21:49.820+01:00</updated><title type='text'>Microstation V7/V8 Parallel Install</title><content type='html'>Error: version mismatch. Program=(7.1.1.57). Resource File=(8.5.0.64)&lt;br /&gt;&lt;br /&gt;C:\Program Files\Bentley\Program\MicroStation\ustation.rsc&lt;br /&gt;Cannot find the resource file, microstation shutdown!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-112730530981687871?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/112730530981687871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=112730530981687871' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/112730530981687871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/112730530981687871'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2005/09/microstation-v7v8-parallel-install.html' title='Microstation V7/V8 Parallel Install'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-112676979960063442</id><published>2005-09-15T08:35:00.000+01:00</published><updated>2005-09-15T08:36:39.606+01:00</updated><title type='text'>Drop Article From Publication With Subscribers</title><content type='html'>&lt;a href="http://groups.google.co.uk/group/microsoft.public.sqlserver.replication/browse_thread/thread/7829e8645a207cde/b27279282c949297?lnk=st&amp;q=group:microsoft.public.sqlserver.*+remove+table+from+transactional+publication&amp;rnum=5#b27279282c949297"&gt;Link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-112676979960063442?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/112676979960063442/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=112676979960063442' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/112676979960063442'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/112676979960063442'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2005/09/drop-article-from-publication-with.html' title='Drop Article From Publication With Subscribers'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-112412256547396531</id><published>2005-08-15T17:12:00.000+01:00</published><updated>2005-08-15T17:21:42.186+01:00</updated><title type='text'>Inno 3D 128MB GeForce FX5200 8xAGP TV-Out</title><content type='html'>Review&lt;br /&gt;According to most reviews etc, this card comes with a large passive heatsink. However, the model I received came with a small, cheap looking fan which worried me greatly as I want this for a MCE PC. When I plugged it into my PC and turned it on I was pleasantly surprised. I tested it in a near silent HP box, and it is completely inaudible so the fan must be very quiet (I would guess &lt;25db).&lt;br /&gt;&lt;br /&gt;I was expecting the card to have a standard VGA output and an S-video out, with a composite converter. It actually had a composite port built into the card in addition to the above, which is a nice feature. Unfortunately, the quality of the composite output is quite poor and the NVIDIA flicker filter (which blurs things) needs to be turned up.&lt;br /&gt;&lt;br /&gt;Performance is pretty good for a budget card on my ageing P4 2.0 Wilamette with PC133 ram. I got a 3DMark2001SE score of 4200-5200 compared to a score of 7200 when using a Radeon 9700Pro on the same machine. Interestingly, the score for both cards does not vary with resolution, which suggests the PC itself is the bottleneck (probably the memory). I tested it on FS2004 and with the settings at medium-high (capped at 50fps) it ran brilliantly, averaging above 30fps. It even runs adequately with AA turned on.&lt;br /&gt;&lt;br /&gt;For MCE use it seems to fit my needs perfectly. It is very quiet, and on my machine live TV requires approx 25% CPU utilization compared to 30% for the Radeon 9700Pro. I am not sure why the utilisation is lower with the FX, unless it has something to do with the hardware mpeg decoding.&lt;br /&gt;&lt;br /&gt;As noted above the composite output is pretty poor and lots of flickering can be seen without the flicker filter. I found the colour balance incredibly hard to setup, but perhaps I was just being fussy. Fortunately, the S-video output is completely the opposite. Images are very sharp with no flicker, and much better colour balance (I needed to make no adjustments).&lt;br /&gt;&lt;br /&gt;In summary, this is a great MCE card, and easily fulfils my requirements for playing FS2004 on reasonably high settings with an ageing PC.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger/2633/603/1600/P81100011.JPG"&gt;&lt;img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2633/603/320/P81100011.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://photos1.blogger.com/blogger/2633/603/1600/P81100041.JPG"&gt;&lt;img style="CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/2633/603/320/P81100041.JPG" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-112412256547396531?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/112412256547396531/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=112412256547396531' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/112412256547396531'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/112412256547396531'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2005/08/inno-3d-128mb-geforce-fx5200-8xagp-tv.html' title='Inno 3D 128MB GeForce FX5200 8xAGP TV-Out'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-111868161081078388</id><published>2005-06-13T17:53:00.000+01:00</published><updated>2005-06-13T17:54:12.293+01:00</updated><title type='text'>VS.NET 2003 Not Incrementing Build Number</title><content type='html'>&lt;a href="http://groups.google.co.uk/group/microsoft.public.dotnet.framework/browse_thread/thread/d84ad1ef825a79aa/713516f8ea8ea474?q=build+not+incrementing+group:microsoft.public.dotnet.*&amp;rnum=2&amp;amp;hl=en"&gt;Link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-111868161081078388?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://groups.google.co.uk/group/microsoft.public.dotnet.framework/browse_thread/thread/d84ad1ef825a79aa/713516f8ea8ea474?q=build+not+incrementing+group:microsoft.public.dotnet.*&amp;rnum=2&amp;hl=en' title='VS.NET 2003 Not Incrementing Build Number'/><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/111868161081078388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=111868161081078388' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/111868161081078388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/111868161081078388'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2005/06/vsnet-2003-not-incrementing-build.html' title='VS.NET 2003 Not Incrementing Build Number'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-111813669774174272</id><published>2005-06-07T10:30:00.000+01:00</published><updated>2005-06-07T10:31:37.746+01:00</updated><title type='text'>HP iPAQ h4150 Hard Reset</title><content type='html'>Turn unit on whilst depressing reset switch.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-111813669774174272?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/111813669774174272/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=111813669774174272' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/111813669774174272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/111813669774174272'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2005/06/hp-ipaq-h4150-hard-reset.html' title='HP iPAQ h4150 Hard Reset'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-110250887812712819</id><published>2004-12-08T13:19:00.000Z</published><updated>2004-12-08T12:27:58.126Z</updated><title type='text'>Extract MSI files from EXE</title><content type='html'>Most applications come packaged as a single EXE file which contains the MSI &amp; CAB files. In order to deploy these applications using Group policy the individual files need to be extracted:&lt;br /&gt;&lt;br /&gt;To extract:&lt;br /&gt;file.exe /t:&lt;drive&gt;:\Folder /c&lt;br /&gt;&lt;br /&gt;You can also apply updates to existing applications. Firstly extract the msp file as above.&lt;br /&gt;&lt;br /&gt;To patch:&lt;br /&gt;msiexec /a msifile.msi /p mspfile.msp&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;N.B. In the case of a number of applications (such as office) you first need to create an administrative installation point by running setup  with the '/a' switch.&lt;br /&gt;&lt;br /&gt;In the case of office further customization can be performed by using the office resource kit, available at &lt;a href="http://www.microsoft.com/office/ork"&gt;link.&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-110250887812712819?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/110250887812712819/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=110250887812712819' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/110250887812712819'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/110250887812712819'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/12/extract-msi-files-from-exe.html' title='Extract MSI files from EXE'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-110189936610322466</id><published>2004-12-01T11:03:00.000Z</published><updated>2004-12-01T11:17:54.896Z</updated><title type='text'>ASP.NET, Datagrid, Textbox, Formatting</title><content type='html'>&lt;a href="http://www.tek-tips.com/faqs.cfm?fid=2613"&gt;Link&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I used the above link &amp;amp; created a single formatting function which replaced certain characters (such as vbcrlf) with their HTML equivilents. This was placed in a standard module.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;font-size:85%;"&gt;Function ConvertToHTML(ByVal arg As Object) As String&lt;br /&gt;Dim strTemp As String&lt;br /&gt;strTemp = Replace(arg, vbCrLf, "BR")&lt;br /&gt;Return strTemp&lt;br /&gt;End Function&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The databinding for the label control (the control which displays the data rather than editing it) was then modified from:&lt;br /&gt;&lt;strong&gt;DataBinder.Eval(Container, "DataItem.TaskComments")&lt;/strong&gt; to &lt;strong&gt;&lt;span style="color:#ffff33;"&gt;&lt;span style="color:#000000;"&gt;ConvertToHTML(DataBinder.Eval(Container, "DataItem.TaskComments"))&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;The aspx page cannot read a module function, producing the error 'Function not declared'. The solution to this was to create a wrapper function in the code behind page.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;font-size:85%;"&gt;Public Function ConvertToHTML(ByVal arg As Object) As String&lt;br /&gt;Return modFunctions.ConvertToHTML(arg)&lt;br /&gt;End Function&lt;/span&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-110189936610322466?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/110189936610322466/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=110189936610322466' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/110189936610322466'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/110189936610322466'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/12/aspnet-datagrid-textbox-formatting.html' title='ASP.NET, Datagrid, Textbox, Formatting'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-110181818920305916</id><published>2004-11-30T13:34:00.000Z</published><updated>2004-11-30T12:36:29.203Z</updated><title type='text'>SQL Mail: EXCEPTION_ACCESS_VIOLATION</title><content type='html'>&lt;a href="http://groups.google.co.uk/groups?hl=en&amp;lr=&amp;amp;selm=VA.00005c57.0a8d0113%40compuserve.com"&gt;Link&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This appears to be a problem with later versions of SQL Mail (SP2, SP3). Try reverting to the SP1 release of sqlmap70.dll. This might solve the problem.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-110181818920305916?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://groups.google.co.uk/groups?hl=en&amp;lr=&amp;selm=VA.00005c57.0a8d0113%40compuserve.com' title='SQL Mail: EXCEPTION_ACCESS_VIOLATION'/><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/110181818920305916/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=110181818920305916' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/110181818920305916'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/110181818920305916'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/11/sql-mail-exceptionaccessviolation.html' title='SQL Mail: EXCEPTION_ACCESS_VIOLATION'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-110138383102917044</id><published>2004-11-25T11:55:00.000Z</published><updated>2004-11-25T11:57:11.030Z</updated><title type='text'>IBM x-series Server Will Not Boot From CD</title><content type='html'>If the integral CDROM drive is configured as a slave drive in this machine, it will not be able to boot from a CD. It must be the master drive in order to boot.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-110138383102917044?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/110138383102917044/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=110138383102917044' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/110138383102917044'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/110138383102917044'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/11/ibm-x-series-server-will-not-boot-from.html' title='IBM x-series Server Will Not Boot From CD'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-110130607274498434</id><published>2004-11-24T14:19:00.000Z</published><updated>2004-11-30T10:45:23.500Z</updated><title type='text'>Access Denied, ASP.NET, Domain Controller, Identity Impersonate</title><content type='html'>Access Denied, ASP.NET, Domain Controller, Identity Impersonate&lt;br /&gt;&lt;br /&gt;If attempting to run an ASP.NET application from a web server which is also a domain controller you may encounter an 'Access Denied' error message, when the application uses indentity impersonation...&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-110130607274498434?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://support.microsoft.com/default.aspx?scid=kb;en-us;824308' title='Access Denied, ASP.NET, Domain Controller, Identity Impersonate'/><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/110130607274498434/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=110130607274498434' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/110130607274498434'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/110130607274498434'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/11/access-denied-aspnet-domain-controller.html' title='Access Denied, ASP.NET, Domain Controller, Identity Impersonate'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-109889431386763049</id><published>2004-10-27T17:24:00.000+01:00</published><updated>2004-10-27T17:25:13.866+01:00</updated><title type='text'>Magic File Renamer</title><content type='html'>&lt;a href="http://doodu.tripod.com/"&gt;http://doodu.tripod.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Magic File Renamer...&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-109889431386763049?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/109889431386763049/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=109889431386763049' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109889431386763049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109889431386763049'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/10/magic-file-renamer.html' title='Magic File Renamer'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-109880306586731275</id><published>2004-10-26T16:03:00.000+01:00</published><updated>2004-11-30T10:45:53.460Z</updated><title type='text'>Intranet site is identified as an Internet site when you use an FQDN or an IP address </title><content type='html'>Intranet site is identified as an Internet site when you use an FQDN or an IP address&lt;br /&gt;&lt;br /&gt;When attempting to open an access file using a FQDN it is incorrectly identified as an internet site.&lt;br /&gt;&lt;a href="http://support.microsoft.com/?id=303650"&gt;http://support.microsoft.com/?id=303650&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-109880306586731275?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://support.microsoft.com/?id=303650' title='Intranet site is identified as an Internet site when you use an FQDN or an IP address '/><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/109880306586731275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=109880306586731275' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109880306586731275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109880306586731275'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/10/intranet-site-is-identified-as.html' title='Intranet site is identified as an Internet site when you use an FQDN or an IP address '/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-109844419932020524</id><published>2004-10-22T13:21:00.000+01:00</published><updated>2004-11-30T10:46:25.410Z</updated><title type='text'>DCPROMO: failed to modify the necessary properties for machine account </title><content type='html'>DCPROMO: failed to modify the necessary properties for machine account&lt;br /&gt;&lt;br /&gt;&lt;a href="http://groups.google.co.uk/groups?hl=en&amp;lr=&amp;amp;amp;amp;amp;threadm=34f201c42947%2416ad27c0%24a401280a%40phx.gbl&amp;rnum=1&amp;amp;prev=/groups%3Fhl%3Den%26lr%3D%26q%3Ddcpromo%2Bfailed%2Bmodify%2Bnecessary%2Bproperties%2Bmachine%2Baccount%26meta%3Dgroup%253Dmicrosoft.public.win2000.*"&gt;Discussion Thread&lt;/a&gt;&lt;br /&gt;&lt;a href="http://support.microsoft.com/?id=232070"&gt;Microsoft Article&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-109844419932020524?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://groups.google.co.uk/groups?hl=en&amp;lr=&amp;threadm=34f201c42947%2416ad27c0%24a401280a%40phx.gbl&amp;rnum=1&amp;prev=/groups%3Fhl%3Den%26lr%3D%26q%3Ddcpromo%2Bfailed%2Bmodify%2Bnecessary%2Bproperties%2Bmachine%2Baccount%26meta%3Dgroup%253Dmicrosoft.public.wi' title='DCPROMO: failed to modify the necessary properties for machine account '/><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/109844419932020524/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=109844419932020524' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109844419932020524'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109844419932020524'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/10/dcpromo-failed-to-modify-necessary.html' title='DCPROMO: failed to modify the necessary properties for machine account '/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-109819678579792457</id><published>2004-10-19T15:39:00.000+01:00</published><updated>2004-11-30T10:46:48.456Z</updated><title type='text'>SQL Server 2000 Operations Guide: Capacity Planning </title><content type='html'>SQL Server 2000 Operations Guide: Capacity Planning&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/sqlops6.mspx"&gt;Link&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-109819678579792457?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/sqlops6.mspx' title='SQL Server 2000 Operations Guide: Capacity Planning '/><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/109819678579792457/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=109819678579792457' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109819678579792457'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109819678579792457'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/10/sql-server-2000-operations-guide.html' title='SQL Server 2000 Operations Guide: Capacity Planning '/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-109768544498054650</id><published>2004-10-13T17:36:00.000+01:00</published><updated>2004-10-13T17:48:14.013+01:00</updated><title type='text'>Register DLL with Right-Click</title><content type='html'>&lt;a href="http://www.mydesktophelp.com/tips/t3.htm"&gt;http://www.mydesktophelp.com/tips/t3.htm&lt;/a&gt;&lt;br /&gt;This .REG file allows DLL/OCX files to be registered with a simple right-click.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-109768544498054650?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.mydesktophelp.com/tips/t3.htm' title='Register DLL with Right-Click'/><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/109768544498054650/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=109768544498054650' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109768544498054650'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109768544498054650'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/10/register-dll-with-right-click.html' title='Register DLL with Right-Click'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-109768470391483610</id><published>2004-10-13T17:24:00.000+01:00</published><updated>2004-11-30T10:47:08.840Z</updated><title type='text'>Debug Stored Procedure: EXCEPTION_ACCESS_VIOLATION </title><content type='html'>Debug Stored Procedure: EXCEPTION_ACCESS_VIOLATION&lt;br /&gt;&lt;br /&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;270061"&gt;Link&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-109768470391483610?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://groups.google.co.uk/groups?hl=en&amp;lr=&amp;threadm=uG4SLIGsDHA.2340%40TK2MSFTNGP12.phx.gbl&amp;rnum=4&amp;prev=/groups%3Fhl%3Den%26lr%3D%26q%3DDEBUG%2B%2BEXCEPTION_ACCESS_VIOLATION%2BStored%2BProcedure%26btnG%3DSearch%26meta%3Dgroup%253Dmicrosoft.public.sql' title='Debug Stored Procedure: EXCEPTION_ACCESS_VIOLATION '/><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/109768470391483610/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=109768470391483610' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109768470391483610'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109768470391483610'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/10/debug-stored-procedure_13.html' title='Debug Stored Procedure: EXCEPTION_ACCESS_VIOLATION '/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-109766351263221268</id><published>2004-10-13T11:29:00.000+01:00</published><updated>2004-10-13T11:31:52.633+01:00</updated><title type='text'>asp:textbox format</title><content type='html'>&lt;span style="font-family:trebuchet ms;"&gt;You cannot include DataFormatString in an asp:textbox like you can an asp:boundcolumn. However, you can format it in the binding expression as shown in the link:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Trebuchet MS;"&gt;DataBinder.Eval(Container, "DataItem.DateRequired", "{0:d}")&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-109766351263221268?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://groups.google.co.uk/groups?q=asp+textbox+date+format&amp;hl=en&amp;lr=&amp;group=microsoft.public.*&amp;selm=u5f5RvllDHA.3688%40TK2MSFTNGP11.phx.gbl&amp;rnum=3' title='asp:textbox format'/><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/109766351263221268/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=109766351263221268' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109766351263221268'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109766351263221268'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/10/asptextbox-format.html' title='asp:textbox format'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-109765930539481300</id><published>2004-10-13T10:19:00.000+01:00</published><updated>2004-10-13T10:39:48.220+01:00</updated><title type='text'>SQL Parameter Possibly Null</title><content type='html'>&lt;span style="font-family:trebuchet ms;"&gt;I needed to include a date column in my datagrid which could possible be null. I therefore had to insert null, or the value entered by the user if appropriate. I wrote a small function which created the parameter:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Trebuchet MS;"&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Function CreateSQLDateParam(ByRef Name As String, ByRef Val As String) As SqlParameter&lt;br /&gt;Dim SQL_P As SqlParameter&lt;br /&gt;SQL_P = New SqlParameter(Name, SqlDbType.DateTime)&lt;br /&gt;If Val &lt;&gt; "" Then&lt;br /&gt;SQL_P.Value = CDate(Val)&lt;br /&gt;Else&lt;br /&gt;SQL_P.Value = DBNull.Value&lt;br /&gt;End If&lt;br /&gt;Return SQL_P&lt;br /&gt;End Function&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-109765930539481300?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.tek-tips.com/viewthread.cfm?qid=933388' title='SQL Parameter Possibly Null'/><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/109765930539481300/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=109765930539481300' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109765930539481300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109765930539481300'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/10/sql-parameter-possibly-null.html' title='SQL Parameter Possibly Null'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8701057.post-109765756295698559</id><published>2004-10-13T09:42:00.001+01:00</published><updated>2004-11-30T10:40:56.980Z</updated><title type='text'>Setting DataGrid Textbox</title><content type='html'>&lt;span style="font-family:trebuchet ms;"&gt;Setting DataGrid Textbox to current date by default.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Trebuchet MS;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;I needed to set a textbox control within a datagrid footer to display the current date by default. This is the solution I found after a little research. I used the DataGrid_ItemCreated event:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;font-size:85%;"&gt;Private Sub DataGrid_ItemCreated(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles DataGrid.ItemCreated&lt;br /&gt;Dim strTemp As String = "TextBox"&lt;br /&gt;Dim temptext As TextBox&lt;br /&gt;temptext = e.Item.FindControl(strTemp)&lt;br /&gt;If Not temptext Is Nothing Then&lt;br /&gt;temptext.Text = Date.Today&lt;br /&gt;End If&lt;br /&gt;End Sub&lt;/span&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8701057-109765756295698559?l=jgoodman11.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jgoodman11.blogspot.com/feeds/109765756295698559/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8701057&amp;postID=109765756295698559' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109765756295698559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8701057/posts/default/109765756295698559'/><link rel='alternate' type='text/html' href='http://jgoodman11.blogspot.com/2004/10/setting-datagrid-textbox.html' title='Setting DataGrid Textbox'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
