<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.inetium.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Julie Schlosser</title><subtitle type="html" /><id>http://blogs.inetium.com/blogs/jschlosser/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.inetium.com/blogs/jschlosser/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.inetium.com/blogs/jschlosser/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.31106.3070">Community Server</generator><updated>2008-04-01T10:57:00Z</updated><entry><title>SQL Server version and edition information - SERVERPROPERTY Function (SQL 2005)</title><link rel="alternate" type="text/html" href="/blogs/jschlosser/archive/2008/04/09/sql-server-version-and-edition-information-serverproperty-function-sql-2005.aspx" /><id>/blogs/jschlosser/archive/2008/04/09/sql-server-version-and-edition-information-serverproperty-function-sql-2005.aspx</id><published>2008-04-09T16:06:00Z</published><updated>2008-04-09T16:06:00Z</updated><content type="html">&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;</content><author><name>jschlosser</name><uri>http://blogs.inetium.com/members/jschlosser/default.aspx</uri></author><category term="SQL Server 2005" scheme="http://blogs.inetium.com/blogs/jschlosser/archive/tags/SQL+Server+2005/default.aspx" /></entry><entry><title>CheckAsm - Assembly dependency viewer for .NET assemblies</title><link rel="alternate" type="text/html" href="/blogs/jschlosser/archive/2008/04/01/great-tool-checkasm-assembly-dependency-viewer-for-net-assemblies.aspx" /><id>/blogs/jschlosser/archive/2008/04/01/great-tool-checkasm-assembly-dependency-viewer-for-net-assemblies.aspx</id><published>2008-04-01T15:57:00Z</published><updated>2008-04-01T15:57:00Z</updated><content type="html">&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;</content><author><name>jschlosser</name><uri>http://blogs.inetium.com/members/jschlosser/default.aspx</uri></author></entry></feed>