{{theTime}}

Search This Blog

Total Pageviews

Interested in RubyonRails?

Ruby on rails is simple & database managed web framework. Interested in and outs of Ruby on rails? Click here

No comments:

Generate Insert Sql from Select Statement

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