I want to create a SQL login in SQL2005.
I tried creating it but it gives me error message
"Create failed for login 'username'. User does not have permissions to perform this actions"

What to do now to create a SQL login in sql 2005

The login you sign in with has to have appropriate administrator-level permissions before you can create a login. You need to log in with a username that has those permissions, or get one of the database administrators to grant your existing login that level of permission. Either that or get your DBA to create the login for you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.