{{theTime}}

Search This Blog

Total Pageviews

How to export outlook emails/notes/contacts to a file


How to export outlook emails/notes/contacts to a file

Go to Outlook Click File --> Open --> Import --> Export to File (mention output format).

No comments:

Generate Insert Sql from Select Statement

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