{{theTime}}

Search This Blog

Total Pageviews

java.lang.OutOfMemoryError: PermGen space. How to resolve

Update the --launcher.XXMaxPermSize1024m option in eclipse.ini

No comments:

Generate Insert Sql from Select Statement

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