Stored Procedures identify Problem

  • hi friends ,

    i am working in asp.net with sql server2005

    and i am giving my stored procedure script to my clients

    but i dont know that which client which script is missing or script not updated

    so can u tell me that can i give the any type of version or numbering to my stored procedures

    that i can easily identify the my procedure change or missing

    or any other way to solve this problem

    thanx...

  • You can use versioning on stored procedures by suffixing the procedure with ;n where n is the version.

    Look in Books Online for "CREATE PROCEDURE (Transact-SQL)".



    Shamless self promotion - read my blog http://sirsql.net

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

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