{{theTime}}

Search This Blog

Total Pageviews

Error DNS_PROBE_FINISHED_NXDOMAIN

This error will be thrown when DNS address could not be found.  To fix the problem try running Windows Network Diagnostics.

No comments:

Generate Insert Sql from Select Statement

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