Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2007-01-18 : 08:38:17
|
jason writes "Actually, in my project, i want to make a console application by triggering database in sql 2005 in .Net technology. Let me explain in detail. In registration form of my website, there is a column of user's email besides other columns, so whenevrer user will register himself/herself on my website , his records will automatically updated in database and a console application will trigger that database to generate confirmatory mail to him to greet users. I am not getting exact idea on" can a databse trigger a console application in sql 2005 using .Net technology" . Can u plz help me in that.It is an urgent one.With regards and wishesThanx" |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2007-01-18 : 09:10:14
|
Better to put the email request into a table and have the email poll that table to send the email. Then if your email dies it will still be sent and you will have a history.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|