Shandy's Blog

Where Andrew Sutton, aka Shandy rants and rambles on as the fancy takes him

This blog hosted by:
http://blogs.vbcity.com      
  Home :: Syndication  :: Login

My name is Andrew Sutton, aka Shandy.

I am currently living and working in the UK within the garment industry as an IT specialist. This blog contains mainly IT related issues.

I was a Microsoft VB MVP for a couple of years (Apr 2004-Mar 2006) and was a vbCityLeader between April 2003 and June 2007.

If you are looking for my Sri Lanka or Morocco experiences check out Shandy's Sri Lanka Blog or Shandy's Morocco Blog. My personal (Non IT) blog is now at Shandy's Place

AprMay 2007Jun
SMTWTFS
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

Articles

Archives

Topics

Image Galleries

.NET

Blogs I Read

Others

VB.Classic

Tuesday, May 22, 2007 #

I give in. Having spent the last week on and off trying to allow a SQL Server authenticated user to execute the xp_SendMail stored procedure I am at a loss as to what to do to allow this to happen. It looks like I am going to have to rewrite my code to utilise the new Database Mail method, something I could really do without at the moment. I will still need my code to execute the xp_sendmail stored procedure because my code still needs to use the xp_sendmail on SQL 2000 servers.

I suppose the alternative is to change the login from the specific one I have created, which can only access stored procedures I give it execute acess to (it cannot access views nor tables directly), and allow my application to login as the sa user. Ironically making the SQL Server 2005 less not more secure.

posted @ 10:42 AM | Feedback (1)