I have a problem.
I have two sql server . If I login to one server and go to tab
Security-->Login In one server I can see all the user
but in the other server i can see only two server .
Is there any permission issue or anything else.
Please help me
Thanks,
Hemant
Could be. Are you the administrator for both servers? Should you see all
logins? What version of SQL Server are you using? In what tool do you go
this tab?
--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
thanks ,
Hemant
"Erland Sommarskog" <esq...@sommarskog.se> wrote in message
news:Xns9CCDEFF1B...@127.0.0.1...
Are you sure you are connecting to the the second one with admin
permissions?
"Hemant" <Hem...@nomail.com> wrote in message
news:OYSMecZb...@TK2MSFTNGP02.phx.gbl...
SELECT is_srvrolemember('sysadmin')
Does it return 1 on both servers?
How do you login? Windows Authentication or SQL Authentication?