Sep 11, 2011

Change ownership of sql database

SQL query to change ownership of sql database:
SQL Statement:
ALTER AUTHORIZATION ON DATABASE::{databasename} TO {username}

No comments:

Post a Comment

Be the first to comment on this post.