{{theTime}}

Search This Blog

Total Pageviews

How to send Ctrl Alt Del command to Remote Desktop

Use the shortcut key Ctrl + Alt + End   to perform Ctrl + Alt + Del.

No comments:

Generate Insert Sql from Select Statement

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