Click here to Skip to main content
15,888,113 members
Home / Discussions / Database
   

Database

 
AnswerRe: Nesting a stored proc call in a where clause? Pin
Dave290923-Sep-09 14:54
Dave290923-Sep-09 14:54 
AnswerRe: Nesting a stored proc call in a where clause? Pin
Ashfield23-Sep-09 21:16
Ashfield23-Sep-09 21:16 
QuestionRe: Nesting a stored proc call in a where clause? Pin
Dave290924-Sep-09 12:37
Dave290924-Sep-09 12:37 
GeneralSQL AZURE Service Pin
abhigad23-Sep-09 13:38
abhigad23-Sep-09 13:38 
QuestionHow we can handle mails if exchange server is down Pin
Anuj Banka23-Sep-09 0:31
Anuj Banka23-Sep-09 0:31 
AnswerRe: How we can handle mails if exchange server is down Pin
Johan Hakkesteegt23-Sep-09 0:49
Johan Hakkesteegt23-Sep-09 0:49 
GeneralRe: How we can handle mails if exchange server is down Pin
Anuj Banka23-Sep-09 1:31
Anuj Banka23-Sep-09 1:31 
GeneralRe: How we can handle mails if exchange server is down Pin
Johan Hakkesteegt23-Sep-09 2:23
Johan Hakkesteegt23-Sep-09 2:23 
The core problem is, what happens when your trigger is unable to send a message, right?

The question is what do you want to happen? Should your solution use an alternative medium (for example POP)? But what if the connection between the database server and the rest of the network is broken? Then you won't be able to access any alternative at all.

From your original message I understand that you are already sending emails through triggers.

Why not use our approach, but adapted to work with triggers?
Trigger --> if sending message fails --> message to table
SQL job --> check table every minute or so --> send message using same code you are using in your triggers
Message sent successful --> flag message in table as sent or delete from table.

My advice is free, and you may get what you paid for.

GeneralRe: How we can handle mails if exchange server is down Pin
Anuj Banka23-Sep-09 2:48
Anuj Banka23-Sep-09 2:48 
GeneralRe: How we can handle mails if exchange server is down Pin
Johan Hakkesteegt23-Sep-09 2:49
Johan Hakkesteegt23-Sep-09 2:49 
GeneralRe: How we can handle mails if exchange server is down Pin
Anuj Banka23-Sep-09 17:53
Anuj Banka23-Sep-09 17:53 
QuestionQuery Problem Pin
Syed Shahid Hussain22-Sep-09 23:48
Syed Shahid Hussain22-Sep-09 23:48 
AnswerRe: Query Problem Pin
Eddy Vluggen23-Sep-09 0:11
professionalEddy Vluggen23-Sep-09 0:11 
GeneralRe: Query Problem Pin
Syed Shahid Hussain23-Sep-09 0:49
Syed Shahid Hussain23-Sep-09 0:49 
GeneralRe: Query Problem Pin
Eddy Vluggen23-Sep-09 1:40
professionalEddy Vluggen23-Sep-09 1:40 
GeneralRe: Query Problem Pin
Syed Shahid Hussain23-Sep-09 3:40
Syed Shahid Hussain23-Sep-09 3:40 
GeneralRe: Query Problem Pin
Eddy Vluggen23-Sep-09 6:18
professionalEddy Vluggen23-Sep-09 6:18 
AnswerRe: Query Problem Pin
Dave290924-Sep-09 12:55
Dave290924-Sep-09 12:55 
QuestionHow to Install MySql in silent mode with Setup Application Pin
Paramhans Dubey22-Sep-09 18:55
professionalParamhans Dubey22-Sep-09 18:55 
AnswerRe: How to Install MySql in silent mode with Setup Application Pin
Vineeta Agarwal22-Sep-09 21:12
Vineeta Agarwal22-Sep-09 21:12 
AnswerRe: How to Install MySql in silent mode with Setup Application Pin
Nisha Agrawal23-Sep-09 23:01
Nisha Agrawal23-Sep-09 23:01 
GeneralRe: How to Install MySql in silent mode with Setup Application Pin
Paramhans Dubey24-Sep-09 0:44
professionalParamhans Dubey24-Sep-09 0:44 
AnswerRe: How to Install MySql in silent mode with Setup Application [modified] Pin
Nisha Agrawal24-Sep-09 2:19
Nisha Agrawal24-Sep-09 2:19 
GeneralRe: How to Install MySql in silent mode with Setup Application Pin
Paramhans Dubey25-Sep-09 18:48
professionalParamhans Dubey25-Sep-09 18:48 
GeneralRe: How to Install MySql in silent mode with Setup Application Pin
Member 77398999-Mar-11 8:04
Member 77398999-Mar-11 8:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.