I'm developing a new module for an ASP.NET application. In the process I'm creating a number of new tables and stored procedures. I would like an easy to migrate those tables/procedures AND the permissions I have set.
I know I can right-click the table in Management Studio and script the table out, but that script doesn't include the permissions.
Whats the best way to migrate tables and stored procs?
Start Free Trial