I am unable to create a database backup, as the user which I login is not a superuser and it doesn’t have all privileges.
How can I create a user that has all permissions over the databases?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use below script to create a login with sysadmin permission for all databases. Replace ‘test’ with your username.
Then create your backup..