Click here to Skip to main content
15,898,991 members
Home / Discussions / Database
   

Database

 
GeneralRe: Subquery returned more than 1 value Pin
jonathan152-Jul-07 7:09
jonathan152-Jul-07 7:09 
GeneralRe: Subquery returned more than 1 value Pin
Sam Heller2-Jul-07 9:53
Sam Heller2-Jul-07 9:53 
AnswerRe: Subquery returned more than 1 value [modified] Pin
Harini N K3-Jul-07 0:58
Harini N K3-Jul-07 0:58 
GeneralRe: Subquery returned more than 1 value Pin
Praveen02928-Aug-07 0:29
Praveen02928-Aug-07 0:29 
AnswerRe: Subquery returned more than 1 value Pin
DQNOK3-Jul-07 5:05
professionalDQNOK3-Jul-07 5:05 
Questionsecure DB Pin
merwa2-Jul-07 0:21
merwa2-Jul-07 0:21 
AnswerRe: secure DB Pin
leckey2-Jul-07 11:48
leckey2-Jul-07 11:48 
AnswerRe: secure DB Pin
Mike Dimmick2-Jul-07 12:28
Mike Dimmick2-Jul-07 12:28 
You really cannot disable or rename the dbo schema. You cannot disable Windows Authentication entirely - the options are either Windows Authentication, or Mixed Mode which is both Windows Authentication and SQL Server Authentication.

You can delete the BUILTIN\Administrators login (I think, but I'm not willing to try it - back up your master database first and make sure you have another login in the sysadmin role, or have SQL Server authentication enabled and know your sa password). You can certainly change that login from a GRANT to a DENY, but I think that will have the effect of denying access to anyone in the Administrators group even if they would be GRANTed access through another login.

However, Windows Authentication is generally considered Best Practice as the account details are not stored in the SQL Server database server itself (SQL Server login passwords are stored in master), and therefore cannot be compromised through SQL Server itself. Also, before SQL Server 2005, SQL Server passwords were passed in the clear - anyone with a network sniffer can see the passwords. SQL Server 2005 Native Client and .NET Framework 2.0 support encrypted connections, IIRC.

If you're not talking about allowing Administrators to have access you will find any other logins under Security\Logins in Enterprise Manager or Management Studio.

Stability. What an interesting concept. -- Chris Maunder

QuestionMSAccess Pin
nitin32-Jul-07 0:19
nitin32-Jul-07 0:19 
AnswerRe: MSAccess Pin
martin_hughes2-Jul-07 0:29
martin_hughes2-Jul-07 0:29 
GeneralRe: MSAccess Pin
nitin32-Jul-07 0:37
nitin32-Jul-07 0:37 
AnswerRe: MSAccess Pin
Rahul.Goel2-Jul-07 21:41
Rahul.Goel2-Jul-07 21:41 
QuestionTime Out Error Pin
sajmera2-Jul-07 0:11
sajmera2-Jul-07 0:11 
AnswerRe: Time Out Error Pin
kubben2-Jul-07 2:18
kubben2-Jul-07 2:18 
Questiondisplay 2 table records in a single asp page Pin
dheema2-Jul-07 0:02
dheema2-Jul-07 0:02 
AnswerRe: display 2 table records in a single asp page Pin
gauthee10-Jul-07 21:52
gauthee10-Jul-07 21:52 
QuestionWant to add column in table in dynamic query Pin
Khawar Abbas12-Jul-07 0:01
Khawar Abbas12-Jul-07 0:01 
AnswerRe: Want to add column in table in dynamic query Pin
andyharman2-Jul-07 0:31
professionalandyharman2-Jul-07 0:31 
QuestionReading/Writing text files in Oracle Pin
Mangilipelli1-Jul-07 23:32
Mangilipelli1-Jul-07 23:32 
AnswerRe: Reading/Writing text files in Oracle Pin
andyharman2-Jul-07 0:30
professionalandyharman2-Jul-07 0:30 
GeneralRe: Reading/Writing text files in Oracle Pin
Mangilipelli2-Jul-07 4:33
Mangilipelli2-Jul-07 4:33 
Questionsql server2000 Pin
ahmedalisha1-Jul-07 21:15
ahmedalisha1-Jul-07 21:15 
AnswerRe: sql server2000 Pin
andyharman1-Jul-07 22:37
professionalandyharman1-Jul-07 22:37 
AnswerRe: sql server2000 Pin
N a v a n e e t h1-Jul-07 22:42
N a v a n e e t h1-Jul-07 22:42 
AnswerRe: sql server2000 Pin
Sgg2451-Jul-07 23:16
Sgg2451-Jul-07 23:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.