Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Can SQL Sver 2005 recevie emails with Insert statements?

Can SQL Sver 2005 recevie emails with Insert statements?

Scheduled Pinned Locked Moved Database
databasesql-serversysadminhelpquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    obymathew
    wrote on last edited by
    #1

    Hi, Can SQL Server 2005 receive emails with INSERT statements? I am trying to insert data into SQL Server 2005 from a non-windows platform. It seems that I have two options, either the SQL mail(if it can recevie emails) or the Endpoints feature. Does anyone has worked on similar solutions? Any other way to approach the issue? Please give insights into!! thanks in advance, -matt-

    C M 2 Replies Last reply
    0
    • O obymathew

      Hi, Can SQL Server 2005 receive emails with INSERT statements? I am trying to insert data into SQL Server 2005 from a non-windows platform. It seems that I have two options, either the SQL mail(if it can recevie emails) or the Endpoints feature. Does anyone has worked on similar solutions? Any other way to approach the issue? Please give insights into!! thanks in advance, -matt-

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      obymathew wrote:

      Can SQL Server 2005 receive emails with INSERT statements?

      No. It can only send mail.

      obymathew wrote:

      I am trying to insert data into SQL Server 2005 from a non-windows platform. It seems that I have two options, either the SQL mail(if it can recevie emails) or the Endpoints feature. Does anyone has worked on similar solutions? Any other way to approach the issue? Please give insights into!!

      Web Services might be another approach. I would, however, be very wary of allowing an external process supply raw SQL Statements. If you can get it to call stored procedures only then it might be a bit more secure.

      Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Follow up on hiring a software developer * The Value of Smaller Methods My website | blog

      M 1 Reply Last reply
      0
      • C Colin Angus Mackay

        obymathew wrote:

        Can SQL Server 2005 receive emails with INSERT statements?

        No. It can only send mail.

        obymathew wrote:

        I am trying to insert data into SQL Server 2005 from a non-windows platform. It seems that I have two options, either the SQL mail(if it can recevie emails) or the Endpoints feature. Does anyone has worked on similar solutions? Any other way to approach the issue? Please give insights into!!

        Web Services might be another approach. I would, however, be very wary of allowing an external process supply raw SQL Statements. If you can get it to call stored procedures only then it might be a bit more secure.

        Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Follow up on hiring a software developer * The Value of Smaller Methods My website | blog

        M Offline
        M Offline
        Mike Dimmick
        wrote on last edited by
        #3

        Voted down to shoot the messenger?

        DoEvents: Generating unexpected recursion since 1991

        C 1 Reply Last reply
        0
        • O obymathew

          Hi, Can SQL Server 2005 receive emails with INSERT statements? I am trying to insert data into SQL Server 2005 from a non-windows platform. It seems that I have two options, either the SQL mail(if it can recevie emails) or the Endpoints feature. Does anyone has worked on similar solutions? Any other way to approach the issue? Please give insights into!! thanks in advance, -matt-

          M Offline
          M Offline
          Mike Dimmick
          wrote on last edited by
          #4

          Microsoft have a JDBC Driver[^] if you're using Java. Other than that you will have to implement some form of front-end server software - possibly using Web Services, as Colin suggests - to receive and translate queries.

          DoEvents: Generating unexpected recursion since 1991

          1 Reply Last reply
          0
          • M Mike Dimmick

            Voted down to shoot the messenger?

            DoEvents: Generating unexpected recursion since 1991

            C Offline
            C Offline
            Colin Angus Mackay
            wrote on last edited by
            #5

            Mike Dimmick wrote:

            Voted down to shoot the messenger?

            I dunno. It happens. I no longer really care. I got a spate of ones for a period of days during the summer. I guess I must have upset somebody. I find that I'm growing more intolerant of people who refuse to learn stuff, (as you can probably tell from my blog) and I probably upset one of them. Curiously, I was talking to our new hire at the office Christmas party about what he thought of our interview process (mainly because I designed a fair few of the questions). He said he was really apprehensive about the technical test and was really worried about it, but when he saw the specification I handed him he suddenly realised it was a piece of piss. (Which it is! It isn't designed to trip anybody up - Everyone in the development team has taken the test, or varients of it as it was being developed). Anyway, the point about the aprehensiveness has been taken on board so next time round we'll be supplying a bit of information to the recruitment agent to give to the candidate to alleviate any fears any future candidates may have about it.

            Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Follow up on hiring a software developer * The Value of Smaller Methods My website | blog

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups