sqlpackage.exe: any way to ignore users on export?

Viewed 6857

I'm trying to create a bacpac file to export my databases to azure.
Is there anyway of making it ignore the users, while creating an export package (sqlpackage /a:Export) ?

2 Answers
Related