Click here to Skip to main content
15,897,718 members
Home / Discussions / Database
   

Database

 
GeneralRe: BARCODE (Code39) Pin
Ian Darling30-Jun-05 12:54
Ian Darling30-Jun-05 12:54 
GeneralRe: BARCODE (Code39) Pin
OMalleyW1-Jul-05 1:55
OMalleyW1-Jul-05 1:55 
GeneralADO.NET - Best way to use the mighty SELECT Pin
BinaryHead22-Jun-05 3:53
BinaryHead22-Jun-05 3:53 
GeneralRe: ADO.NET - Best way to use the mighty SELECT Pin
Colin Angus Mackay22-Jun-05 6:03
Colin Angus Mackay22-Jun-05 6:03 
GeneralRe: ADO.NET - Best way to use the mighty SELECT Pin
david cohoon22-Jun-05 8:06
david cohoon22-Jun-05 8:06 
GeneralRe: ADO.NET - Best way to use the mighty SELECT Pin
BinaryHead22-Jun-05 22:25
BinaryHead22-Jun-05 22:25 
Generalreplication: remote login error Pin
NickKnife22-Jun-05 2:02
NickKnife22-Jun-05 2:02 
GeneralSQL Server 2000 CE Edition... Pin
Jan van den Baard22-Jun-05 1:54
professionalJan van den Baard22-Jun-05 1:54 
GeneralSQL SERVER 2005 INSTED OF Trigger Pin
Yaakov Davis22-Jun-05 1:28
Yaakov Davis22-Jun-05 1:28 
GeneralSQL Server Manager 2005 animated wait thingie Pin
nxtwothou21-Jun-05 10:37
nxtwothou21-Jun-05 10:37 
GeneralConnection Pooling Pin
anju21-Jun-05 8:30
anju21-Jun-05 8:30 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay21-Jun-05 8:38
Colin Angus Mackay21-Jun-05 8:38 
GeneralRe: Connection Pooling Pin
anju21-Jun-05 8:44
anju21-Jun-05 8:44 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay21-Jun-05 8:57
Colin Angus Mackay21-Jun-05 8:57 
GeneralRe: Connection Pooling Pin
anju21-Jun-05 9:11
anju21-Jun-05 9:11 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay21-Jun-05 9:18
Colin Angus Mackay21-Jun-05 9:18 
GeneralRe: Connection Pooling Pin
anju21-Jun-05 9:23
anju21-Jun-05 9:23 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay21-Jun-05 10:04
Colin Angus Mackay21-Jun-05 10:04 
GeneralRe: Connection Pooling Pin
anju21-Jun-05 10:14
anju21-Jun-05 10:14 
GeneralRe: Connection Pooling Pin
Luis Alonso Ramos21-Jun-05 16:58
Luis Alonso Ramos21-Jun-05 16:58 
GeneralRe: Connection Pooling Pin
Colin Angus Mackay21-Jun-05 20:25
Colin Angus Mackay21-Jun-05 20:25 
GeneralRe: Connection Pooling Pin
Mike Dimmick22-Jun-05 2:43
Mike Dimmick22-Jun-05 2:43 
I'd agree with that in general, but there are times that it's not practical, for example if you have a service that's running as SYSTEM with the database on another machine. Yes, I know that it's bad practice to have a service running as SYSTEM unless absolutely necessary - unfortunately this is a legacy service with UI and therefore has to run as an interactive service, hence it has to run as SYSTEM.

It's useful to note that you don't need a domain to set this up, but if you don't have one, you'll need to create user accounts for the appropriate users on the server hosting SQL Server, and add them to SQL Server's logins. You then need to synchronize the passwords for those user accounts between the machine that the client runs on and the server hosting SQL.

One thing you can do with Windows Authentication that you can't with SQL Server Authentication is to set up groups of users with particular permissions.

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: Connection Pooling Pin
Colin Angus Mackay22-Jun-05 2:58
Colin Angus Mackay22-Jun-05 2:58 
GeneralRe: Connection Pooling Pin
Luis Alonso Ramos22-Jun-05 14:21
Luis Alonso Ramos22-Jun-05 14:21 
GeneralUsing Zip component to Zip files Pin
Wilbur J. Pereira21-Jun-05 2:56
Wilbur J. Pereira21-Jun-05 2:56 

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.