Doevent functionality in SQL Server 2005

  • Doevent functionality in SQL Server 2005 with example

  • giri_engg2001 (9/25/2008)


    Doevent functionality in SQL Server 2005 with example

    Under what circumstance would you ever need that? It would help to have an actual business example to understand why you'd want that.

    In general - if you're trying to create an async processing model in SQL Server, you'd want to look at Service Broker. Within a single process, you usually don't want to be monkeying with threading (since SQL Server handles that for you)

    ----------------------------------------------------------------------------------
    Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?

  • Don't forget DDL triggers.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply