June, 2008
Send Online SMS to Rogers, Bell, Fido and Telus
A few months ago, when I had to send a text message (SMS) to someone, I would simply type in 'rogers sms' or 'bell sms' into Google , and the first hit would be that page.
Both companies have since redesigned their sites and it's becoming harder to find their SMS pages. You have to drill down into their menus and pages to find these. So to save time I thought I'd post all the links here:
Move a table from one database to another - MySQL
The reason for my lack of posting is directly related to the workload that I currenly have. A big project that I love working on had me consumed for the past 2 weeks, but within that time, I've learned a ton of new things and I'll be posting more about this in the coming days.
One of the first things I had to do for a project was move a few tables form different database together, into one database. It’s a simple enough command:
RENAME TABLE database1.table1 TO database2.table1;


