alberteinstein
Technical User
- Nov 8, 2002
- 72
Hi
Iam running Sql Server 2000.Usually any sql code patches (that are written by me) are applied manually - that is the user opens the sql file and executes it himself in query analyzer to apply the patch at their end.
I wish to automate this process in such a way that I give the user ONE installer file so that all patches are applied automatically with little user intereference required( Username,password to database could be entered at the begining of the installer)
Can you tell me what is the best way to achieve this?
Should the code be written in VB and QA be called from there?
Or can it be achieved using installers like Nullsoft?
Has anyone done this? Please Help.
Thank You.
Iam running Sql Server 2000.Usually any sql code patches (that are written by me) are applied manually - that is the user opens the sql file and executes it himself in query analyzer to apply the patch at their end.
I wish to automate this process in such a way that I give the user ONE installer file so that all patches are applied automatically with little user intereference required( Username,password to database could be entered at the begining of the installer)
Can you tell me what is the best way to achieve this?
Should the code be written in VB and QA be called from there?
Or can it be achieved using installers like Nullsoft?
Has anyone done this? Please Help.
Thank You.