Forum Replies Created

Viewing 15 posts - 24,946 through 24,960 (of 26,484 total)

  • RE: Database Mail Reply To account

    Jack,

    Keep us posted on what you find. I have determined that this issue does exist on my two PeopleSoft database servers and I have asked our sys admins to...

  • RE: Database Mail Reply To account

    Decided to try DB Mail from my desktop install of SQL Server 2005, and I ran into the same problem you are having with your server. Here is version...

  • RE: Database Mail Reply To account

    Todd Engen (3/28/2008)


    Jack,

    This might be a .NET Framework 2.0 service pack 1 issue.

    Based on three servers, the only one that appeared to work was the one without SP1. Here's...

  • RE: remove oldest records from duplicates

    Your welcome. I've been there with the brain freeze issue.

    😎

  • RE: remove oldest records from duplicates

    Todd Biggins (3/27/2008)


    Brain freeze! Using the following example:

    Lastname FirstName DateModified

    Smith Jim ...

  • RE: concurrency

    If you would please provide the DDL for your tables, sample data in the form of inserts with unioned selects, this would help greatly. You have already provided the...

  • RE: Database Mail Reply To account

    Our Exchange guru (I mean administrrator) is out this week. When he gets back I'll ask him if there is anything different on the Exchange side. If I...

  • RE: Database Mail Reply To account

    Here is how our accounts and profiles are setup.

  • RE: Database Mail Reply To account

    You'd be amazed at what some of the ref's I work with do in the real world. Take this one for instance: Professor at UCCS in the Computer Science...

  • RE: Database Mail Reply To account

    I will be leaving work shortly. I have a school event for my youngest followed with my hitting the High School pitch (got a JV game to officiate!).

    Next week...

  • RE: Database Mail Reply To account

    Okay, I used sp_send_dbmail to send an email to one of my coworkers, who replied to it, and it went just where I expected it to go, me. So...

  • RE: Database Mail Reply To account

    Jack Corbett (3/21/2008)


    A quick update. I switched to using gmail as the smtp server and still no joy on the Reply To setting.

    Lynn,

    What mail server are...

  • RE: Database Mail Reply To account

    Interesting. I have a reply-to address setup for my Database Mail profiles and it seems to work just fine. I'd be interested in hear what you find in...

  • RE: concurrency

    Just curious, but what is wrong with the following code:

    update dbo.TeamBalance set

    Balance = Balance - @Purchase

    where

    TeamId = @TeamId

    and...

  • RE: union help please

    Jeff Moden (3/20/2008)


    That would have been a good one to ask for some data on... 😉

    Yea, not being very consistant on that am I. But I had some time...

Viewing 15 posts - 24,946 through 24,960 (of 26,484 total)