About 1,170,000 results
Open links in new tab
  1. How do I grant myself admin access to a local SQL Server instance?

    Mar 27, 2012 · 76 Yes - it appears you forgot to add yourself to the sysadmin role when installing SQL Server. If you are a local administrator on your machine, this blog post can help you use SQLCMD to …

  2. Login to Microsoft SQL Server Error: 18456 - Stack Overflow

    Jul 8, 2016 · I am getting this error while trying to connect to the SQL Server. Microsoft SQL Server Error: 18456 Can anybody tell me what the error code means?

  3. Differencies between Synapse Administrator and Synapse SQL …

    Aug 29, 2024 · There is a difference between the role of Synapse Administrator and Synapse SQL Administrator. Synapse Administrator manages the Synapse instance, for items like Synapse …

  4. sqlexpress local database administrator password - Stack Overflow

    0 Since SQL 2005 the Express edition is installed with windows authentication. In the configuration (management studio, connect to the server and choose database properties) you can activate sql …

  5. sql server - SQL "login failed for user [username]" error for windows ...

    I'm writing a windows service that needs to connect to a SQL server to retrieve some information. However, the server doesn't allow me to connect: login failed for user [domain/username].

  6. No SQL Server Express logins have permission to create db

    Apr 5, 2010 · I assume SQL Authentication is disabled and builtin\users is not sysadmin (ie. you locked yourself out). Stop the Express service, start the server in admin mode (sqlservr -m -s …

  7. What is the default username and password of my SQL Server Express?

    Aug 7, 2010 · 7 If you are using SQL Server authentication you could try the username sa and blank password but I am not sure whether this is by default. Integrated Windows authentication should …

  8. Create an new administrator level login in Azure SQL?

    I believe there's no server role in Azure SQL Database that grants access to all databases. dbmanager lets you create databases, loginmanager lets you create logins, but the server-level principal login …

  9. How to identify server admin account name in windows Azure SQL …

    Feb 4, 2017 · There are two administrative accounts (Server admin and Active Directory admin) that act as administrators. My requirement is to find out the names of these accounts. I have looked into sys.

  10. Adding an administrator user to SQL Server 2008

    Dec 5, 2015 · I already have a windows user that is an administrator, how do I add that user to SQL? Answers: In SQL Management Studio, create a new login and add it to the sysadmin server role. In …