{{theTime}}

Search This Blog

Total Pageviews

How to default Max RAM in Windows using Command Line?

Run the command

x:\bcdedit\deletevalue {default} truncatememory.

No comments:

Generate Insert Sql from Select Statement

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