August 17, 2011 at 10:23 am
Hi I have admin privelege on windows server but not able to connect to sql server instance using SSMS.
Where Can I give the access to sqlserver?
Thanks.
August 17, 2011 at 10:34 am
Please ensure "SQL Server services" are running.
August 17, 2011 at 10:35 am
I'm assume that you can connect locally?
Make sure that remote connections check box is checked and that TCP/IP is enabled.
For instructions refer to the following
http://www.sqlservercentral.com/Forums/Topic1085068-391-1.aspx
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 17, 2011 at 10:38 am
Is it a named instance? How are you trying to connect? Do you get an error message?
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
August 17, 2011 at 10:38 am
What is the error message?
M&M
August 17, 2011 at 11:10 am
Its a named instance and got the following error.
Login failed for domain\username.(Microsoft Sql Server ,Error:18456).
The sql server is up and running and being used by others.
I was given admin privileges on the server, but when I try to connect to DB through SSMS I am getting the above error.
August 17, 2011 at 11:34 am
Have you checked the SQL Server error log?
http://msdn.microsoft.com/en-us/library/ms366351(v=sql.100).aspx
You may also try this troubleshooting tool.
http://blogs.msdn.com/sqlsecurity/archive/2010/03/29/sql-server-authentication-troubleshooter.aspx
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 17, 2011 at 12:17 pm
sounds like security: remember in SQL 2008, or whenever installed on win7/server2003 and above, local admins on a box are no longer admins in SQL.
connect as sa, add your domain login , make sure you give yourself admin priviledges.
Lowell
August 17, 2011 at 12:26 pm
You were told that you have permissions but I would verify.
Go to someone that you feel comfortable and verify what roles you are a member of, etc.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
August 17, 2011 at 1:27 pm
I would also verify that there is only one instance on that server.
It is a named instance, are you connecting to like the following:
Servername\InstanceName
or just
Servername
?
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply