Results 1 to 8 of 8

Thread: SQL server 2008 R2 EXPRESS: Do not access the instance

  1. #1
    Join Date
    Jan 2011
    Posts
    102

    SQL server 2008 R2 EXPRESS: Do not access the instance

    I installed SQLSERVER 2008 Express on a Windows Server 2008 R2 64 bit. I left all the default installation: And in that my Instance root directory: C: \ Program Files \ Microsoft SQL Server \ And theSQL Server Databse Engine NT AUTHORITY \ NETWORK SERVICE Automatic And the SQL Server Browser NT AUTHORITY \ LOCAL SERVICE Disabled And then put the password in the same. And in it I wanted to access the database through Microsoft SQL Server Management Studio but I ask but over here I wanted to know that what should I put in login and password fields? I tried with NOMEDELDOMINIO \ Administrator but do not enter. how do I do?

  2. #2
    Join Date
    May 2009
    Posts
    543

    Re: SQL server 2008 R2 EXPRESS: Do not access the instance

    The information available in Books Online for Microsoft SQL Server 2008 Compact Edition (SQL Server Compact Edition) let you know in detail the features of SQL Server Compact Edition. SQL Server Compact Edition is a database platform for mobile devices designed for developers who carry portable devices for Microsoft Windows. The main features are worth mentioning an archive data efficiently, the component of query processor for query optimization and connectivity features reliable and scalable. For more information about SQL Server Compact Edition.

  3. #3
    Join Date
    May 2009
    Posts
    511

    Re: SQL server 2008 R2 EXPRESS: Do not access the instance

    SQL Server Management Studio allows you to manage all types of services in SQL Server. When you connect to a server where you installed SQL Server asks: is the type of service you want to administer. If you installed SQL Server Express Edition you need to connect to the Database Engine. SQL Server Compact Edition is the version of "standalone" SQL Server (have a look here ).
    • [Server Name] is the DNS name or IP address of the server you want to connect.
    • [Authentication]: can Windows Authentication or SQL Server Authentication.

    In the first case you must use an account type DOMAIN \ username or SERVER \ username (depends if you are in an Active Directory domain or you are using a local user on the server where you installed SQL.

  4. #4
    Join Date
    May 2009
    Posts
    539

    Re: SQL server 2008 R2 EXPRESS: Do not access the instance

    In the second case you must use an account created specifically between the logins to SQL Server (see How to create a SQL Server account ). You may also be used for administrative purposes, you know, who are already among the logins created by the default setup of SQL Server, but keep in mind that a member with full privileges available and therefore is not suitable, for example, to connect a web application!

  5. #5
    Join Date
    May 2009
    Posts
    527

    Re: SQL server 2008 R2 EXPRESS: Do not access the instance

    About it I got some information for the website so I hope that it will help you. If you want then you can for it. So in your case, you simply log on the server as DOMAIN \ Administrator, open the connection window in SSMS and select Database Engine for the Server Type, servername or IP address for the Name Server and Windows Authentication as the authentication mode and you should go smoothly .

  6. #6
    Join Date
    Nov 2009
    Posts
    758

    Re: SQL server 2008 R2 EXPRESS: Do not access the instance

    Administrator for the user, the considerations made for the user knows: as a user with very high, you may wish to include in the SQL Server logins YOUR domain account and grant this user rights need to map the role suitable. About it I got some information for the website so I hope that it will help you. If you want then you can for it.

  7. #7
    Join Date
    Dec 2010
    Posts
    102

    Re: SQL server 2008 R2 EXPRESS: Do not access the instance

    It means that your SQL Server instance name (SQLExpress). To log in you must enable the SQL Server Browser SQL Server Configuration Manager or via the Windows Services applet and specify the name separated by a backslash after the server's DNS name or IP address (if you can authenticate locally specify localhost (local), or the "." to identify the server). If I installed a default instance configured with the standard TCP port 1433, it had no name and to refer would be enough to specify the server name (or IP) that hosts it, without opening the SQL Server Browser.

  8. #8
    Join Date
    Dec 2010
    Posts
    109

    Re: SQL server 2008 R2 EXPRESS: Do not access the instance

    During installation it asks you if you're logged in with which the system should also be an administrator of (or you can set a specific user). If I remember correctly this screen was introduced with SQL Server 2005 SP2. In the past, any user who belongs to local Administrators group was automatically sysadmin of the instance and this is not always true.

Similar Threads

  1. Server 2003 users get access denied on server 2008 shares
    By lightgate in forum Active Directory
    Replies: 1
    Last Post: 10-05-2011, 11:03 PM
  2. Replies: 7
    Last Post: 24-11-2009, 11:27 AM
  3. SQL Server Express 2008 connection problem
    By Heather5 in forum Software Development
    Replies: 3
    Last Post: 28-10-2009, 11:30 PM
  4. Special features of SQL Server Express 2008
    By GunFighter in forum Windows Software
    Replies: 3
    Last Post: 12-08-2009, 02:39 PM
  5. Window Server 2008 Remote access help please
    By Aidenpry in forum Networking & Security
    Replies: 2
    Last Post: 20-05-2009, 08:54 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,115,647.91688 seconds with 17 queries