1

Im kinda new to VS2010 Database Project Deployment. So before, using this one, I usually create a deployment script using vbscript where all the database scripts are complied into one file. Using vbscript i can specify which data objects will come first. Normally, i run table scripts first, then user-defined function scripts, stored procedures, so on..

I want to know how I can control which data objects are to be executed first. Whats happening now when deploying the database project, the stored procedures are executed first before the user-defined functions. Those stored procedures are dependent on the user-defined functions.

Thanks! Rinn

1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.