|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, April 21, 2011 11:07 PM
Points: 1,
Visits: 6
|
|
hello i am using SQl Server 2005 . i want to send a mail through sqlserver 2005 i used same code those you have to mention in a your website but after that i dont receive a mail in my email id. so what is the problem i dont understand ? i used your code after that i got a message mail queue then i run a select query then description error is activation failed. so tell me what i the problem. i used sql server 2005 is a free version so this is not a issue tell me . Regards, Richi Agarwal
|
|
|
|
|
SSChampion
        
Group: General Forum Members
Last Login: Today @ 6:32 AM
Points: 11,792,
Visits: 28,082
|
|
mail functions are based on the service broker functionality, which is not included in the express versions of 2005/2008; you'll want to buy a developer version for under $50 dollars to be able to test your mail functions.
what is included/not included in 2005 Express: http://msdn.microsoft.com/en-us/library/ms165636%28en-US,SQL.90%29.aspx
Lowell
--There is no spoon, and there's no default ORDER BY in sql server either. Actually, Common Sense is so rare, it should be considered a Superpower. --my son
|
|
|
|