Tuesday, March 25, 2014
How to register an ActiveX control (.ocx) manually
The following example registers the Microsoft MAPI ActiveX Control
without displaying any messages:
Thursday, March 20, 2014
Duplicate Table in SQL Server from SSMS
SELECT * INTO NewTable
FROM OldTable
Source: http://stackoverflow.com/questions/3602346/
duplicating-a-table-using-microsoft-sql-server-mangement
Friday, March 07, 2014
Linux : Edit /etc/fstab from Repair filesystem” prompt
Use following command to mount the filesystem with writable permission:
After this you can go and change /etc/fstab file. Restart your computer and that’s it.
Repair filesystem # mount -w -o remount /
After this you can go and change /etc/fstab file. Restart your computer and that’s it.
Subscribe to:
Posts (Atom)