I want to send an SMS as a User logs in to the sql server database. is this possible in sql express? please help me with the code.
i would use a trigger for sending the message. As soon as the user would log into an sql database with correct credentials he would be send an sms on his mobile, message body comprising his Username.
For SMS what features shall i have on my PC. i have Windows XP and have a broadband internet connection. i would search for some free SMS APIs on the internet or buy one if not available,
but what's the whole criteria of implementing this task from bottom to top?