About 1,180,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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?

  4. 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 …

  5. how to reset SQL Server sa password - Stack Overflow

    Jan 25, 2014 · 3.Run SSMS (Sql Server Management Studio) as administrator,and login by windows authentication. 4.Now select security tab and select logins and find 'sa' user and select …

  6. 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 …

  7. SQL Server reporting services administrative access

    I have a server which has SQL server reporting services installed within it and I need to give permission to a user to administer reporting services/have the content manager role. I however I did ...

  8. How to add Sysadmin login to SQL Server? - Stack Overflow

    Apr 18, 2017 · I have installed SQL Server 2008 using Windows Authentication in my laptop for my own use. I want to add Sysadmin account/role using SQL Server Login type. I checked this post, but it's …

  9. Execute xp_cmdshell command as specific user - Stack Overflow

    Jul 7, 2009 · I am administrator on the MS SQL server and I have allowed xp_cmdshell execution accordingly. However, there is still a problem: When I call xp_cmdshell, the user executing the …

  10. 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 …