Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Common/Generic Stored Procedures.

    After lots of thinking and considering the comments above, I decided to change the sql statements into dynamic sql. I converted most of it but then there are procedures that...

  • RE: Views VS. Tables

    Another factor to create view is if you want to expose only few columns of the table to other external application.

  • RE: Modified Store Procedures

    You can also create a trigger on syscomments table for update/insert/delete to send a email , that way you would be notified if anyone tries to change something in the...

  • RE: Common/Generic Stored Procedures.

    Just on a second thouhgt, i was thinking to have all procedures in central database and all developers would work on that, any changes to the procedures and that proc would...

  • RE: Common/Generic Stored Procedures.

    Thanks. The above was just a sample, but my actual procedures are very lenthy, uses temp tables and cursors. I am just trying to avoid to make dynamic sql and...

Viewing 5 posts - 1 through 5 (of 5 total)