{{theTime}}

Search This Blog

Total Pageviews

Windows 8.3 file naming setting is disabled for the product

To enable Windows 8.3 file naming setting use fsutil command

Example:  c:\> fsutil 8dot3name set C: 0

No comments:

Generate Insert Sql from Select Statement

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