Search code examples
visual-studio-2013database-projectcreateuser

creating roles in database project


I`m using database project in visual studio 2013(professional).

All other thing works great, but I`m facing the issue with create user command. even I have already created user for dbproj on server with all access. Even I have only import database in database project and try to build though it showing me error.

Below command showing me error. "Create user [dbproj] for Login [dbproj]".

Please help me out...

Thanks in Advance.


Solution

  • If same command I write into the postDeploymentScript then it works in my case.