ErrorControlSystem icon indicating copy to clipboard operation
ErrorControlSystem copied to clipboard

How to update the Existance Tables and StoredProcedures or Functions

Open bezzad opened this issue 9 years ago • 2 comments

When in a server and that database has exist my Tables and StoresProcedures and Functions , have a problem to update my new changed codes on that database. How to know my new codes is equal by database codes or not? How to know my Tables columns equals by database columns? ...

bezzad avatar Apr 13 '15 11:04 bezzad

Maybe ALTER SP and Func in apllication startup is good for this job!

bezzad avatar Apr 13 '15 11:04 bezzad

Create a Function by name GetLastModify() to give a table same a key/value pair dictionary to check the last updates date by existance methods date and if has a new version of stored procedures or functions then update that.

bezzad avatar Jul 03 '15 16:07 bezzad