FR - Refresh DB Scripts

On this forum you can see a list of new features requested by users and you can also cast your own vote (you need to login to vote).
Post Reply
PointsWell
Posts: 1457
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

FR - Refresh DB Scripts

Post by PointsWell »

When you create a BSV you can create database scripts for stored procedures, triggers etc.

When you put this into test the first time then it creates these scripts in the database.

When you put it into Production the first time it creates these in the prod database.

If you are perfect then you never have to touch your stored procedures (or whatever you've put into the script) ever again.

If you are a normal person you will want to edit the script or add additional scripts after that initial script creation. In which case you are s*** outta luck because the scripts are a one and done.

Appreciate that it may be difficult to edit existing database scripts but the ability to continually add stored procedures is required otherwise you are into the depths of your db manager and have to remember to propagate these from test to prod and however many other prod BSVs you have. Massive scope for errors and omissions
Post Reply