<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.inetium.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Julie Schlosser</title><link>http://blogs.inetium.com/blogs/jschlosser/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>SQL Server version and edition information - SERVERPROPERTY Function (SQL 2005)</title><link>http://blogs.inetium.com/blogs/jschlosser/archive/2008/04/09/sql-server-version-and-edition-information-serverproperty-function-sql-2005.aspx</link><pubDate>Wed, 09 Apr 2008 16:06:00 GMT</pubDate><guid isPermaLink="false">7346ef18-9fb1-4a4e-be41-9add5078176c:17041</guid><dc:creator>jschlosser</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.inetium.com/blogs/jschlosser/rsscomments.aspx?PostID=17041</wfw:commentRss><comments>http://blogs.inetium.com/blogs/jschlosser/archive/2008/04/09/sql-server-version-and-edition-information-serverproperty-function-sql-2005.aspx#comments</comments><description>&lt;p&gt;I recently needed service pack and edition information for a SQL Server 2005 installation on a server I was working on.&amp;nbsp; I figured I could get this information by simply using the Help --&amp;gt; About file menu option from within the Management Studio.&amp;nbsp; No luck, this didn&amp;#39;t give me&amp;nbsp;edition and&amp;nbsp;version&amp;nbsp;information.&lt;/p&gt;
&lt;p&gt;I was able to get this information by using the SERVERPROPERTY Function.&lt;/p&gt;
&lt;p&gt;SELECT&amp;nbsp; SERVERPROPERTY (&amp;#39;productlevel&amp;#39;), SERVERPROPERTY (&amp;#39;edition&amp;#39;)&lt;/p&gt;
&lt;p&gt;For a complete list of properties that this function can return see:&amp;nbsp;&amp;nbsp;&lt;a href="http://support.microsoft.com/kb/321185"&gt;http://support.microsoft.com/kb/321185&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For help using this function see: &lt;a href="http://msdn2.microsoft.com/en-us/library/ms174396.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms174396.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/321185"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.inetium.com/aggbug.aspx?PostID=17041" width="1" height="1"&gt;</description><category domain="http://blogs.inetium.com/blogs/jschlosser/archive/tags/SQL+Server+2005/default.aspx">SQL Server 2005</category></item><item><title>CheckAsm - Assembly dependency viewer for .NET assemblies</title><link>http://blogs.inetium.com/blogs/jschlosser/archive/2008/04/01/great-tool-checkasm-assembly-dependency-viewer-for-net-assemblies.aspx</link><pubDate>Tue, 01 Apr 2008 15:57:00 GMT</pubDate><guid isPermaLink="false">7346ef18-9fb1-4a4e-be41-9add5078176c:17023</guid><dc:creator>jschlosser</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.inetium.com/blogs/jschlosser/rsscomments.aspx?PostID=17023</wfw:commentRss><comments>http://blogs.inetium.com/blogs/jschlosser/archive/2008/04/01/great-tool-checkasm-assembly-dependency-viewer-for-net-assemblies.aspx#comments</comments><description>&lt;p&gt;We were recently troubleshooting an installation of a Windows Forms Application.&amp;nbsp; We couldn&amp;#39;t run the executable.&amp;nbsp; We figured we were missing a dependent assembly, but didn&amp;#39;t have a fast way to figure out which one.&amp;nbsp; We came upon this great tool that quickly pointed us to the missing assembly.&amp;nbsp; Not only did it help us to figure out which assembly we were missing, it helped us to determine which assemblies we were including that we didn&amp;#39;t need to.&lt;/p&gt;
&lt;p&gt;CheckAsm is very similar to &lt;a href="http://www.dependencywalker.com/"&gt;Dependency Walker&lt;/a&gt; (depends.exe), but for .NET assemblies rather than system assemblies.&amp;nbsp; It saved us a lot of time and is really easy to use.&amp;nbsp; It is a great free tool.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://checkasm.booring.net/"&gt;http://checkasm.booring.net/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.inetium.com/aggbug.aspx?PostID=17023" width="1" height="1"&gt;</description></item></channel></rss>