As in my organization creating database is restricted and only I do have access for local server with windows authentication(no username and password). When I try to create a database at local server @SSMS
and @SqlCmd
. I'm getting error message as:
CREATE DATABASE permission denied in database 'master'.
Is there any chance to create a database at my local server? Any loopholes?
Note: I am not local administrator of my machine