{{theTime}}

Search This Blog

Total Pageviews

Remote Monitoring using jconsole


To start jconsole for remote monitoring, the command syntax is jconsole [hostName:portNum]. Detailed notes can be found in http://download.oracle.com/javase/1.5.0/docs/guide/management/jconsole.html

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...