{{theTime}}

Search This Blog

Total Pageviews

Java Podcast

If interested in Java technology podcast, click here
Java Posse podcast

No comments:

Generate Insert Sql from Select Statement

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