Home Forums SQL Server 2012 SQL Server 2012 - T-SQL can anyone provide me real time scenarios where you build stored procedures, triggers, cursors? RE: can anyone provide me real time scenarios where you build stored procedures, triggers, cursors?

  • Your "real time" doesn't make any sense to me. Real time happens in SQL Server all the time. You INSERT data - it goes in in "real time". UPDATE/DELETE data - same thing. What are you looking for specifically?

    Also, test databases are best if the actually mirror production data in pretty much every way: hardware, settings, data, etc. You need all of those to make sure your code will perform properly in production.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service