{{theTime}}

Search This Blog

Total Pageviews

fastJar ant target

ant tips: fastJar syntax: "fastJar jarfile="test.zip" basedir="../jars" zipDirs="."

No comments:

Generate Insert Sql from Select Statement

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