Click here to Skip to main content
15,861,125 members

Comments by SIJUTHOMASP (Top 5 by date)

SIJUTHOMASP 12-Jul-13 8:38am View    
I think probably this one could help you for that direction:
http://www.mssqltips.com/sqlservertip/2578/setup-sql-server-database-mail-to-use-a-gmail-hotmail-yahoo-or-aol-account/
SIJUTHOMASP 12-Jul-13 8:29am View    
Hi, According to your initial statement "how can i recieve the email from the server. ", assuming that the scenario is that you need to receive email from SQL server? is that correct? Or the requirement is to read from gmail pop server and download in sql server 2012? Could you please elaborate? I don't think with the use of Database Mail you could read from gmail server.
SIJUTHOMASP 12-Jul-13 8:19am View    
Is your dll is directly referenced and taken from bin only or do you have any reference in web.config to take it from GAC ? If do you have any old version dll in GAC which is referenced while you accessed it from IIS. Do you have any scenarios like that.
SIJUTHOMASP 25-Apr-13 7:47am View    
Are you saying that, the update statement directly executed in SQL server and still it was updating first row right?
Update with out a where condition should update all those rows. If that is happening in your direct execution as well, is there any other program trying to update the same table parallel?
SIJUTHOMASP 25-Apr-13 7:42am View    
Please try to execute your update statement directly in SQL Management studio and see if it is updating all records?

Updating first row only happening when it is used in the application?