{{theTime}}

Search This Blog

Total Pageviews

your current security settings do not allow this file to be downloaded

Update the Internet Explorer Security Options to enable File Download
Goto Open Internet Explorer --> Tools -->Security Tab-->Internet Zone-->CustomLevel-->File Download -Enable.

No comments:

Generate Insert Sql from Select Statement

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