Monday, January 02, 2006

Contact Me

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:

Anonymous said...

One of the most informative blog !!! Keep on coding...

Anonymous said...

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!

Omnibuzz said...

Nice one dude....
One day I hope to have a blog like yours :)

Denis said...

Omnibuzz,

Thanks, just keep adding content and you will ;-)

Unknown said...

MySQL version of your email ....

SELECT CONVERT(0x73716C736572766572636F646540676D61696C2E636F6D USING utf8) as email;