March 26, 2008

Setting Up JBoss Tools for Seam Application Development

n the Java enterprise development ecosystem, you’ll find a wide proliferation of frameworks and solutions. However, unlike in the Microsoft development world, very few of them provide an end-to-end solution from the framework right down to development tools. JBoss is one of the few players in the Java world that

Determine the Version and Build Information for Microsoft SQL Server

Use the following query to determine the version and build information for Microsoft SQL Server: select @@microsoftversion / 0x01000000 as version, cast(cast(@@microsoftversion as binary(2)) as int) as build; The query returns the version number will be 7 for SQL Server 7.0, 8 for SQL Server 2000, 9 for SQL Server