If you want to contact me and let me know that you like this blog or that you hate it or if you have any kind of suggestion then run the code below in Query Analyzer/Managment Studio to get my email (to prevent spam)
SELECT CONVERT(VARCHAR(31),0x73716C736572766572636F646540676D61696C2E636F6D)
5 comments:
One of the most informative blog !!! Keep on coding...
It's a shame we can't all protect our email addys like that... well... we CAN... but most readers wouldn't get it, HA!
Nice one dude....
One day I hope to have a blog like yours :)
Omnibuzz,
Thanks, just keep adding content and you will ;-)
MySQL version of your email ....
SELECT CONVERT(0x73716C736572766572636F646540676D61696C2E636F6D USING utf8) as email;
Post a Comment