{{theTime}}

Search This Blog

Total Pageviews

Features of Jdk5.0

Generics, Autoboxing, Enums, Variable-length arguments, Enhanced for loop, static imports, annotations. Read More

No comments:

Generate Insert Sql from Select Statement

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