<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/" version="2.0">
    <channel>
        <title>Arthur Zubarev</title>
        <link>http://geekswithblogs.net/Compudicted/Default.aspx</link>
        <description> Compudicted</description>
        <language>en-US</language>
        <copyright>Compudicted</copyright>
        <managingEditor>arthur.zubarev@GMail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>Arthur Zubarev</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/Compudicted/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Compudicted" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
            <title>Request for the permission of type 'System.Data.SqlClient.SqlClientPermission failed Error</title>
            <link>http://geekswithblogs.net/Compudicted/archive/2009/06/30/request-for-the-permission-of-type-system.data.sqlclient.sqlclientpermission-failed-error.aspx</link>
            <description>&lt;p&gt;After some time working on another SQL CLR I am getting an error&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=' failed.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;This procedure needed to access a stored procedure on a remote server. Running that stored procedure within SQL Server Management Studio completed successfully. It just would not execute from my SQL CLR &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/sad_smile.gif" /&gt;!&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;Doing online research did not lead to a solution. &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;Nearly completely tired I dropped by my DBA with this issue who decided to&lt;/font&gt;&lt;font face="Arial"&gt;&lt;font face="Arial"&gt; add SQL Account of the target SQL Server to the SQL Server box I was running this stored procedure on and bum no more issue &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/regular_smile.gif" /&gt;! &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133167"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133167" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Compudicted/aggbug/133167.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Compudicted</dc:creator>
            <guid>http://geekswithblogs.net/Compudicted/archive/2009/06/30/request-for-the-permission-of-type-system.data.sqlclient.sqlclientpermission-failed-error.aspx</guid>
            <pubDate>Tue, 30 Jun 2009 20:09:18 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Compudicted/comments/133167.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Compudicted/archive/2009/06/30/request-for-the-permission-of-type-system.data.sqlclient.sqlclientpermission-failed-error.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Compudicted/comments/commentRss/133167.aspx</wfw:commentRss>
        </item>
        <item>
            <title>CREATE ASSEMBLY Failed Error</title>
            <link>http://geekswithblogs.net/Compudicted/archive/2009/06/30/create-assembly-failed-error.aspx</link>
            <description>&lt;p&gt;&lt;font face="Arial"&gt;I was doing some new CLR Stored Procedures in SQL Server 2005 and at a certain point received error:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;CREATE ASSEMBLY failed because method 'MyMethod' on type 'StoredProcedures'&lt;br /&gt;
in safe assembly 'MyAssembly' is storing to a static field. Storing to a static field is not allowed in safe assemblies.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;Interestingly, despite all the procedures inside SQL CLR stored procedures have to be declared as static, no static fields are allowed outside them. So in my case declaring a static variable outside &lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;SqlProcedure.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"&gt;[Microsoft.SqlServer.Server.&lt;span style="COLOR: #2b91af"&gt;SqlProcedure&lt;/span&gt;]&lt;/span&gt;&lt;span style="FONT-FAMILY: Arial; FONT-SIZE: 9pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;attribute caused this error.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;So if you really want to share state outside stored procedures using SQL Server 2005 you will need to be creative.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;In SQL Server 2008 this can be done using table variables.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133166"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133166" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Compudicted/aggbug/133166.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Compudicted</dc:creator>
            <guid>http://geekswithblogs.net/Compudicted/archive/2009/06/30/create-assembly-failed-error.aspx</guid>
            <pubDate>Tue, 30 Jun 2009 19:59:22 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Compudicted/comments/133166.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Compudicted/archive/2009/06/30/create-assembly-failed-error.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Compudicted/comments/commentRss/133166.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Let's Jaiku!</title>
            <link>http://geekswithblogs.net/Compudicted/archive/2009/04/23/lets-jaiku.aspx</link>
            <description>&lt;p&gt;Everyone knows what Twitter is today. Has anybody heard of &lt;a href="http://www.jaiku.com"&gt;Jaiku&lt;/a&gt;? Well, me neither, until today!&lt;/p&gt;
&lt;p&gt;Apparently Twitter got competition. My cursory look revealed that Jaiku is more feature reach and options laden than Twitter.&lt;/p&gt;
&lt;p&gt;Jaiku is operated by Google, so if you already have GMail getting in contact with your friends is a breeze. Additionally, anyone can operate its engine (JaikuEngine) and it is Open Source (sweet)! Go to &lt;a href="http://tinyurl.com/awkpcf"&gt;http://tinyurl.com/awkpcf&lt;/a&gt; for more info.&lt;/p&gt;
&lt;p&gt;Just go and explore it or join me on Jaiku &lt;font face=""&gt;&lt;a href="http://arthurz.jaiku.com/"&gt;http://arthurz.jaiku.com/&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;object width="200" height="200"&gt;
      &lt;param name="movie" value="http://www.jaiku.com/themes/classic/badge-simple.swf?feedURL=http://arthurz.jaiku.com/feed/badge" /&gt;
      &lt;param name="wmode" value="transparent" /&gt;
      &lt;embed src="http://www.jaiku.com/themes/classic/badge-simple.swf?feedURL=http://arthurz.jaiku.com/feed/badge" type="application/x-shockwave-flash" wmode="transparent" width="200" height="200"&gt;&lt;/embed&gt;
  &lt;/object&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=131419"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=131419" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Compudicted/aggbug/131419.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Compudicted</dc:creator>
            <guid>http://geekswithblogs.net/Compudicted/archive/2009/04/23/lets-jaiku.aspx</guid>
            <pubDate>Fri, 24 Apr 2009 04:56:33 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Compudicted/comments/131419.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Compudicted/archive/2009/04/23/lets-jaiku.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Compudicted/comments/commentRss/131419.aspx</wfw:commentRss>
        </item>
        <item>
            <title>The Adorable HippoEdit</title>
            <link>http://geekswithblogs.net/Compudicted/archive/2009/03/26/the-adorable-hippoedit.aspx</link>
            <description>&lt;img style="MARGIN-RIGHT: 10px" height="79" width="61" align="left" alt="" src="/images/geekswithblogs_net/Compudicted/HippoIcon.jpg" /&gt;
&lt;h3&gt;&lt;font face="Arial"&gt;The Adorable HippoEdit&lt;/font&gt;&lt;/h3&gt;
&lt;p&gt;Not so long time ago, just out of my curiosity, I downloaded off &lt;a href="http://www.giveawayoftheday.com/"&gt;Giveaway of the Day&lt;/a&gt; an new editor called &lt;a href="http://www.hippoedit.com/"&gt;HippoEdit&lt;/a&gt; for me to experiment. &lt;/p&gt;
&lt;p&gt;Besides, I am always on the look for new tools and utilities, and it will be needless to say I like all kind of software especially that gives me a fresh, new look at the old things. Some stay with me forever and some I let go sooner or later. But I feel every program or application contributed something, at times it could be good design I may recall about when implementing something for my job.&lt;/p&gt;
&lt;p&gt;Frankly, I was mostly driven by desire to replace one or more of my old friends - editors I was not satisfied with any more, and believe me, a have accumulated more than a few. So my criteria were very tough to pass.&lt;/p&gt;
&lt;p&gt;To my astonishment HippoEdit was sharp from the day its cute smiley icon appeared on my desktop!&lt;/p&gt;
&lt;p&gt;Well, my first and the strongest impression to date - it is the smartest, most extendible and fun to use editor.&lt;/p&gt;
&lt;p&gt;Here I will tell you why:&lt;/p&gt;
&lt;p&gt;Despite its icon's jolly image and look do not let yourself be fooled - HippoEdit is extremely powerful.&lt;/p&gt;
&lt;p&gt;Its main target audience is software developers and database administrators with support to most modern and even rare programming languages, to name a few, and I think I have not seen any editor for MS Windows with support for ABAP, Pascal, Cobol, etc. I am no talking about code folding, project support, a very neat syntax highlighting, custom code templates, colored file tabs, 2 way bookmarking system, RegEx searches, seamless web browsing, external tools support, a powerful search engine, support for various encoding and lots more, all in all, to me, it blows most free and many other commercial editors. &lt;/p&gt;
&lt;p&gt;Here is how HippoEdit editing session looks like on my laptop:&lt;/p&gt;
&lt;p&gt;&lt;img height="719" width="764" alt="" src="/images/geekswithblogs_net/Compudicted/HE_Session.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;I would encourage you to take it for a test drive!&lt;/p&gt;
&lt;p&gt;The HippoEdit has an active &lt;a href="http://forum.hippoedit.com/"&gt;forum&lt;/a&gt; where anyone can contribute to the Editor or ask a question. &lt;/p&gt;
&lt;p&gt;The moderators are very knowledgeable, polite and always reply in nearly no time &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/regular_smile.gif" /&gt;.&lt;/p&gt;
&lt;p&gt;I have several suggestions to the creators and strongly believe features as Spell Checker and a Macro Engine are a must for today's Editor and they will appear soon.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=130455"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=130455" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Compudicted/aggbug/130455.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Compudicted</dc:creator>
            <guid>http://geekswithblogs.net/Compudicted/archive/2009/03/26/the-adorable-hippoedit.aspx</guid>
            <pubDate>Thu, 26 Mar 2009 19:58:30 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Compudicted/comments/130455.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Compudicted/archive/2009/03/26/the-adorable-hippoedit.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Compudicted/comments/commentRss/130455.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Launching an Arbitrary VBScript From Within MSI Package</title>
            <link>http://geekswithblogs.net/Compudicted/archive/2009/02/22/launching-an-arbitrary-vbscript-from-within-msi-package.aspx</link>
            <description>&lt;p&gt;Recently I was given a task of building an MSI package that among other things needed to include a VBScript in it. The VBScript would run at the end of the installation process.&lt;br /&gt;
Because I used to build install packages on and off in the past that also included various VBScripts I did not think twice, simply rolled up my sleeves and started a new Setup project in Visual Studio.&lt;br /&gt;
While doing an initial build I noticed that it is not so easy to incorporate some advanced features into the project as chaining other MSI packages, starting and stopping services, creating environmental variables, etc.&lt;br /&gt;
Finally, to my disappointment, I could not get the VBScript executed at the end of my installation package!&lt;br /&gt;
An error about VBScript not being able to run popped up.&lt;br /&gt;
What a surprise, I was tempted to blame the Visual Studio for that failure and simply decided to switch to another install tool to try.&lt;br /&gt;
Although this time I wanted the luxury of having a tool easy to work with that would have the features I needed and also flexible enough. After some digging into the Internet I was able to find an excellent alternative from wItem &lt;a href="http://www.witemsoft.com/togo/"&gt;Installer2Go&lt;/a&gt;.&lt;br /&gt;
Alas, after building an MSI package this time five times as fast with it I received the same result. The script would not run!&lt;br /&gt;
I started to suspect something is wrong with my script and did the installation with logging turned on via command line.&lt;br /&gt;
Well, the error was there it was can’t create object: WScript.Shell Hmm, I puzzled for a moment and scratched my head, I was sure I had successfully deployed several MSIs with a VBScript in them before.&lt;br /&gt;
After some research the issue became evident: &lt;span style="FONT-WEIGHT: bold"&gt;You cannot use the WScript object in scripts that are called by MSIExec&lt;/span&gt;.&lt;br /&gt;
An excellent article is &lt;a href="http://www.spinnersoftware.com/kb/en/msi/customactions.html"&gt;this&lt;/a&gt; at SpinnerSoftware or a discussion thread on the &lt;a href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.platformsdk.msi&amp;amp;tid=f3ac71ad-df08-4746-9321-996ce538f807&amp;amp;cat=&amp;amp;lang=&amp;amp;cr=&amp;amp;sloc=&amp;amp;m=1&amp;amp;p=1"&gt;Microsoft's Communities&lt;/a&gt; website.&lt;br /&gt;
This does make sense to me, one cannot have a handle to WSH from MSI.&lt;br /&gt;
Well, &lt;strike&gt;the only&lt;/strike&gt; positive outcome is I now have a very nice Installer at hand I will be using.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update: &lt;/strong&gt;Justed used another approach and it works. You can instead create an executable off the same, slightly modified VBScript (only a Sub Main procedure needs to be added), the tool I used is a freeware &lt;a href="http://www.softpedia.com/get/Programming/Coding-languages-Compilers/VisualBasicScript-Compiler.shtml"&gt;ScriptPad&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129604"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129604" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Compudicted/aggbug/129604.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Compudicted</dc:creator>
            <guid>http://geekswithblogs.net/Compudicted/archive/2009/02/22/launching-an-arbitrary-vbscript-from-within-msi-package.aspx</guid>
            <pubDate>Mon, 23 Feb 2009 01:11:36 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Compudicted/comments/129604.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Compudicted/archive/2009/02/22/launching-an-arbitrary-vbscript-from-within-msi-package.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Compudicted/comments/commentRss/129604.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Forcing MSI Installation Into a Specific Directory</title>
            <link>http://geekswithblogs.net/Compudicted/archive/2009/02/17/forcing-msi-installation-into-a-specific-directory.aspx</link>
            <description>&lt;div&gt;Yesterday I was doing an upgrade to a product and I needed to install it into the path where the old version used to be. I only needed to figure out what install option I need.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;I knew MS Installer supports a vast number of command line options, I hoped that it will be easy to find the correct one, but looking into the MSDN’s help did not help finding the necessary Public Property right away, it simply was not immediately obvious. &lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;So I tried one property then another and finally in frustration decided to turn on the logging to see what the MSI package is doing when I change the default destination path. &lt;/div&gt;
&lt;div&gt;Examining the produced file immediately yielded results – bingo, the right property was very evident, buried in the middle of my install log - TARGETDIR. The rest was easy: &lt;/div&gt;
&lt;div&gt;I created a custom command line install directive&lt;/div&gt;
&lt;pre&gt;&lt;span style="BACKGROUND: black; COLOR: white"&gt;&lt;font size="2"&gt;msiexec /passive TARGETDIR="C:\MyTagretDirectory" /i MyProject.msi&lt;/font&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;div&gt;And was able to get the desired path pre-populated!&lt;/div&gt;
&lt;div&gt; &lt;a target="_parent" href="/images/geekswithblogs_net/Compudicted/TargetDirectoryinMSI.JPG"&gt;&lt;img height="138" alt="Install Path" width="496" align="middle" src="/images/geekswithblogs_net/Compudicted/TargetDirectoryinMSI.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;a target="_self" href="/images/geekswithblogs_net/Compudicted/TargetDirectoryinMSI.JPG"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;In my case I did not want the user to interact with the installer and therefore added the /passive option which reduces the MS Installer GUI to merely a progress bar.&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129466"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129466" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Compudicted/aggbug/129466.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Compudicted</dc:creator>
            <guid>http://geekswithblogs.net/Compudicted/archive/2009/02/17/forcing-msi-installation-into-a-specific-directory.aspx</guid>
            <pubDate>Tue, 17 Feb 2009 19:31:19 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Compudicted/comments/129466.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Compudicted/archive/2009/02/17/forcing-msi-installation-into-a-specific-directory.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Compudicted/comments/commentRss/129466.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Hot To Properly Schedule a Job on Windows</title>
            <link>http://geekswithblogs.net/Compudicted/archive/2008/08/28/hot-to-schedule-a-job.aspx</link>
            <description>&lt;p&gt;&lt;font face="Arial"&gt;&lt;font face="Arial"&gt;I needed to automate creation of a job last night on a Windows computer. I was able to find examples of such a script, but realized that they lack a very important part - the ability to schedule a job taking into consideration the Time Zone the computer is in. This is important as the VBScript needs the time zone offset to schedule the script accurately. For people residing in different time zones the offset value will be different and this is also a factor for scheduling a job on computers in different time zones. I thought why not to overcome this limitation and make scheduling jobs easier? I was able to craft such a script. I think the time zone alignment is a necessary part of any job scheduling script. &lt;/font&gt;&lt;/font&gt;&lt;font face="Arial"&gt;&lt;font face="Arial"&gt;The code is below:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;br /&gt;
&lt;font color="#33cc66"&gt;'Purpose: Schedule a Windows Scheduler Task&lt;br /&gt;
'Notes..: The script is capable of adjusting itself to the time zone of the computer&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;font color="#0000ff"&gt;Dim&lt;/font&gt; offset&lt;br /&gt;
&lt;font color="#0000ff"&gt;Dim&lt;/font&gt; strComputer&lt;br /&gt;
&lt;font color="#0000ff"&gt;Dim&lt;/font&gt; errJobCreated&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;font color="#33cc66"&gt;'Use local machine&lt;br /&gt;
&lt;/font&gt;strComputer = "&lt;font color="#008080"&gt;.&lt;/font&gt;"&lt;br /&gt;
&lt;font color="#0000ff"&gt;For Each&lt;/font&gt; os &lt;font color="#0000ff"&gt;In&lt;/font&gt; GetObject("winmgmts:").InstancesOf ("Win32_OperatingSystem")&lt;br /&gt;
  offset = &lt;font color="#0000ff"&gt;CStr&lt;/font&gt;(os.CurrentTimeZone)&lt;br /&gt;
&lt;font color="#0000ff"&gt;Next&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;font color="#33cc66"&gt;'Schedule notepad to run at 12:30 pm every other work day&lt;/font&gt; &lt;br /&gt;
&lt;font color="#0000ff"&gt;Set&lt;/font&gt; objWMIService = GetObject("winmgmts:" _&lt;br /&gt;
    &lt;font color="#808000"&gt;&amp;amp;&lt;/font&gt; "{impersonationLevel=impersonate}!\\" &lt;font color="#808000"&gt;&amp;amp;&lt;/font&gt; strComputer &amp;amp; "\root\cimv2")&lt;br /&gt;
    &lt;br /&gt;
&lt;font color="#0000ff"&gt;Set&lt;/font&gt; objNewJob = objWMIService.Get("Win32_ScheduledJob")&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;errJobCreated = objNewJob.Create _&lt;br /&gt;
    ("Notepad.exe", "********123000.000000" &amp;amp; offset , _&lt;br /&gt;
        True , 1 OR 4 OR 16, , , JobID) &lt;br /&gt;
  &lt;br /&gt;
&lt;font color="#0000ff"&gt;If&lt;/font&gt; errJobCreated = &lt;font color="#993300"&gt;0&lt;/font&gt; &lt;font color="#0000ff"&gt;Then&lt;/font&gt;&lt;br /&gt;
 &lt;font color="#ff00ff"&gt;Wscript.Echo&lt;/font&gt; "Scheduled task has been successfully created."&lt;br /&gt;
&lt;font color="#0000ff"&gt;Else&lt;/font&gt;&lt;br /&gt;
 &lt;font color="#ff00ff"&gt;Wscript.Echo&lt;/font&gt; "New scheduled task creation has FAILED!."&lt;br /&gt;
&lt;font color="#0000ff"&gt;End IF&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124756"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124756" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Compudicted/aggbug/124756.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Compudicted</dc:creator>
            <guid>http://geekswithblogs.net/Compudicted/archive/2008/08/28/hot-to-schedule-a-job.aspx</guid>
            <pubDate>Thu, 28 Aug 2008 16:33:46 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Compudicted/comments/124756.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Compudicted/archive/2008/08/28/hot-to-schedule-a-job.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Compudicted/comments/commentRss/124756.aspx</wfw:commentRss>
        </item>
        <item>
            <title>SQL Server 2008 RTM First Impressions</title>
            <link>http://geekswithblogs.net/Compudicted/archive/2008/08/20/sql-server-2008-rtm-first-impressions.aspx</link>
            <description>&lt;p&gt;I have decided to continue my article on the SQL Server 2008 RTM exploration update 3 in form of a new post.&lt;/p&gt;
&lt;p&gt;I am up and running with the SQL Server 2008 with no issues. &lt;/p&gt;
&lt;p&gt;The SQL Server Configuration Manager is a nice replacement for Surface Area Configuration and SQL Browser and it needs little attention. I spent literally 2 minutes just glancing at the settings. Nothing much to change.&lt;/p&gt;
&lt;p&gt;Among the new things are SSMS enhancements like the built in ability to debug T-SQL be it a stored procedure or just a SQL Statement, very nice.&lt;/p&gt;
&lt;p&gt;Another feature I liked is the ability to edit data directly:&lt;/p&gt;
&lt;p&gt;&lt;img height="222" alt="SSSM Features 1" width="232" align="left" src="/images/geekswithblogs_net/Compudicted/SSMSFeature1.jpg" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;SSMS allows you to only get first 200 rows. The feature became tricky when I needed to edit 10 specific rows. I have resolve this riddle by right-clicking on the status bar after I obtain the first 200 rows. It brings you a menu where you can choose to have the SQL editor pane for example where you can fine tune your query, see picture below:&lt;/p&gt;
&lt;p&gt;&lt;img height="242" alt="SSMS Feature 2" width="333" align="left" src="/images/geekswithblogs_net/Compudicted/SSMSFeature2.jpg" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;This works unlike the command Select First 1000 Rows where you get the SQL editor right away ready to accept your modifications.&lt;/p&gt;
&lt;p&gt;So far so good, my next posting will be encrypting databases.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124597"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124597" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Compudicted/aggbug/124597.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Compudicted</dc:creator>
            <guid>http://geekswithblogs.net/Compudicted/archive/2008/08/20/sql-server-2008-rtm-first-impressions.aspx</guid>
            <pubDate>Thu, 21 Aug 2008 04:32:47 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Compudicted/comments/124597.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Compudicted/archive/2008/08/20/sql-server-2008-rtm-first-impressions.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Compudicted/comments/commentRss/124597.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Top 10 source code search engines</title>
            <link>http://geekswithblogs.net/Compudicted/archive/2008/08/09/top-10-source-code-search-engines.aspx</link>
            <description>&lt;p&gt;I have came across something very useful via &lt;a href="http://www.stumbleupon.com"&gt;StumbleUpon&lt;/a&gt; for software developers:&lt;br /&gt;
Top 10 source code search engines&lt;br /&gt;
&lt;a href="http://www.cavdar.net/2008/08/01/my-top-10-source-code-search-engines/"&gt;http://www.cavdar.net/2008/08/01/my-top-10-source-code-search-engines/&lt;/a&gt;&lt;/p&gt;
&lt;p style="font-weight: bold;"&gt;I have decided to give an update to my article after I read a new related &lt;a href="http://shrinkify.com/p7d"&gt;posting &lt;/a&gt;by Scott Hanselman. &lt;/p&gt;
&lt;p&gt; Enjoy! &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fCompudicted%2farchive%2f2008%2f08%2f09%2ftop-10-source-code-search-engines.aspx"&gt;&lt;img border="0" alt="kick it on DotNetKicks.com" src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fCompudicted%2farchive%2f2008%2f08%2f09%2ftop-10-source-code-search-engines.aspx" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124335"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124335" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Compudicted/aggbug/124335.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Compudicted</dc:creator>
            <guid>http://geekswithblogs.net/Compudicted/archive/2008/08/09/top-10-source-code-search-engines.aspx</guid>
            <pubDate>Sun, 10 Aug 2008 04:24:54 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Compudicted/comments/124335.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Compudicted/archive/2008/08/09/top-10-source-code-search-engines.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Compudicted/comments/commentRss/124335.aspx</wfw:commentRss>
        </item>
        <item>
            <title>SQL Server 2008 Released Today - Update 2</title>
            <link>http://geekswithblogs.net/Compudicted/archive/2008/08/07/sql-server-2008-release-giving-a-try.aspx</link>
            <description>&lt;p&gt;An RTM of MS SQL Server 2008 has finally been released today!&lt;/p&gt;
&lt;p&gt;Being an MCITP in SQL Server I will definitely give it a try especially when Microsoft is so nice with providing a free 180 Enterprise evaluation version that you can find here: &lt;a href="http://www.microsoft.com/sqlserver/2008/en/us/trial-software.aspx"&gt;http://www.microsoft.com/sqlserver/2008/en/us/trial-software.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I will be trying out first the data encryption capabilities.&lt;/p&gt;
&lt;p&gt;Update 1:&lt;/p&gt;
&lt;p&gt;The download come as an image, and It took quite a while to set the things up as I decided to try it on a non production machine first because the installer prompted me to get the .Net Framework 3.5 SP1 that is known for several bugs that may need attention; a good, though a small summary on the bugs is &lt;a href="http://feeds.feedburner.com/~r/AyendeRahien/~3/365603718/Waiting-for-the-Service-Pack-I-dont-think-so.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I have just finished installing the SQL Server up. Overall I can see huge improvements in the way the installer is designed, it is very user friendly.&lt;/p&gt;
&lt;p&gt;Update 2:&lt;/p&gt;
&lt;p&gt;I had zero issues installing and configuring the SQL Server 2008 default instance on my test Intel Quad Core Vista machine.&lt;/p&gt;
&lt;p&gt;This is unlike some other people who reported hardware issues and other hurdles. Reading some blogs I found people had difficulties mostly getting the SQL Server 2008 sample databases, so to this regard I recommend &lt;a href="http://betav.com/blog/billva/index.xml"&gt;William Vaughan's&lt;/a&gt; blog.&lt;/p&gt;
&lt;p&gt;My personal experience was not as painful getting the sample databases because while installing them (running a sample database installer) I copied the path where the installer wanted to place the databases to. Sure I was surprised to not to see the .mdb file for the AdventureWorks (naturally I was expecting to just attach the database), so fiddling around within the directories the installer created I found AdventureWorks2008.bak file in .\Program Files\Microsoft SQL Server\100\Tools\Samples - voila! Next my DBA's hand reached out to SSMS and restored it in under 1 min. I guess, this is good to know if one messes up the database and needs to restore the pristine instance.&lt;/p&gt;
&lt;p&gt;I am ready to rock-n-roll!&lt;/p&gt;
&lt;p&gt;Update 3 to follow.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124296"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=124296" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Compudicted/aggbug/124296.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Compudicted</dc:creator>
            <guid>http://geekswithblogs.net/Compudicted/archive/2008/08/07/sql-server-2008-release-giving-a-try.aspx</guid>
            <pubDate>Thu, 07 Aug 2008 18:42:49 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Compudicted/comments/124296.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Compudicted/archive/2008/08/07/sql-server-2008-release-giving-a-try.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Compudicted/comments/commentRss/124296.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>
