dbTalk Databases Forums  

Domain or Workgroup

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss Domain or Workgroup in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mernick
 
Posts: n/a

Default Domain or Workgroup - 07-26-2006 , 04:28 PM






We recently moved our main application from a work group environment, to a
server environment.

What are the trade offs in having our users becoming part of our new domain
or to remain in their work group and access SQL Server through Server
Authentication?

Hope to hear from you soon

Robert Mernick



Reply With Quote
  #2  
Old   
Arnie Rowland
 
Posts: n/a

Default Re: Domain or Workgroup - 07-26-2006 , 05:57 PM






As far as SQL Server 2000 is concerned, Domain users are the way to go.
Windows authentication provides better security, better password control,
less 'user' maintenance for the DBA, etc..

It really is a 'no-brainer'.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote

Quote:
We recently moved our main application from a work group environment, to a
server environment.

What are the trade offs in having our users becoming part of our new
domain
or to remain in their work group and access SQL Server through Server
Authentication?

Hope to hear from you soon

Robert Mernick





Reply With Quote
  #3  
Old   
Mernick
 
Posts: n/a

Default Re: Domain or Workgroup - 07-26-2006 , 06:13 PM



Thank you so much for the quick reply.

I was hoping to keep the users in the workgroup rather than as domain
members because this is a fairly mature system and they have two years worth
of work under there current user name setup. Contacts, word processor
documents, etc.. Moving everything over seems like quite a job.

Also during our testing I was getting a fair amount of sporatic system type
error messages if we went a couple of hours without using a work station.
Something like "Could not generate a SPSI context". It required rebooting to
reconnect to the domain.

I have a friend who has a system with 120 users, and he strongly recommends
staying away from enrolling everyone in the domain, since it will add so much
complexity to the system.

You thoughts would be greatly appreciated.

Thanks again,

Robert Mernick

"Arnie Rowland" wrote:

Quote:
As far as SQL Server 2000 is concerned, Domain users are the way to go.
Windows authentication provides better security, better password control,
less 'user' maintenance for the DBA, etc..

It really is a 'no-brainer'.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote in message
news:7A762C88-472D-4094-B560-14C5D6C972D3 (AT) microsoft (DOT) com...
We recently moved our main application from a work group environment, to a
server environment.

What are the trade offs in having our users becoming part of our new
domain
or to remain in their work group and access SQL Server through Server
Authentication?

Hope to hear from you soon

Robert Mernick






Reply With Quote
  #4  
Old   
10001110101
 
Posts: n/a

Default Re: Domain or Workgroup - 07-27-2006 , 08:01 AM



What is your current infrastructure setup? Are there specific Domain
Administrators or would you be administering the domain? How many SQL
Servers are there - are they joined to the domain or part of the
workgroup?

You will need to consider the value of migrating your users and
workstations to the domain. The initial setup of the migration may be
a lot of work, but after it has been set up and moves to maintenance
mode, it may be easier to maintain than your current setup if you have
the expertise to do so in-house. There are some methods and tools that
can assist you with this migration should you decide to do so.

As far as the error message (should read SSPI) that is likely a DNS or
name resolution issue. Seeing as your infrastructure seems disparate,
this could be for any number of reasons.


Mernick wrote:
Quote:
Thank you so much for the quick reply.

I was hoping to keep the users in the workgroup rather than as domain
members because this is a fairly mature system and they have two years worth
of work under there current user name setup. Contacts, word processor
documents, etc.. Moving everything over seems like quite a job.

Also during our testing I was getting a fair amount of sporatic system type
error messages if we went a couple of hours without using a work station.
Something like "Could not generate a SPSI context". It required rebooting to
reconnect to the domain.

I have a friend who has a system with 120 users, and he strongly recommends
staying away from enrolling everyone in the domain, since it will add so much
complexity to the system.

You thoughts would be greatly appreciated.

Thanks again,

Robert Mernick

"Arnie Rowland" wrote:

As far as SQL Server 2000 is concerned, Domain users are the way to go.
Windows authentication provides better security, better password control,
less 'user' maintenance for the DBA, etc..

It really is a 'no-brainer'.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote in message
news:7A762C88-472D-4094-B560-14C5D6C972D3 (AT) microsoft (DOT) com...
We recently moved our main application from a work group environment, to a
server environment.

What are the trade offs in having our users becoming part of our new
domain
or to remain in their work group and access SQL Server through Server
Authentication?

Hope to hear from you soon

Robert Mernick







Reply With Quote
  #5  
Old   
Arnie Rowland
 
Posts: n/a

Default Re: Domain or Workgroup - 07-27-2006 , 09:24 AM



Actually, when properly installed, Domains are more robust and provide a
'simpler' set of maintenance issues, with a concomitant higher level of
security. But it may require having someone with more expertise available to
get it set up and staff 'trained' on the differences. I have clients with
both small and large domains, and the total maintenance for all computers on
the network dropped significantly after converting from Peer-Peer to a
Domain infrastructure.

The "...SSPI context" message is probably due to an application attempting
to connect to a server and not being properly configured.

About moving 'things' over... There is an issue around keeping user
profiles -but there are tools that will take care of that for us. Normally,
there is nothing to 'move over'. Sometimes, however, when a domain is
installed, since better security is now available, file storage may be
revised in order to take advantage of the increased security and possibly
even centralized backup.

Robert, I guess the key question is: "Do you have someone available to
assist with the proper installation, configuration, and training, and that
could be 'on call' for ongoing assistance?"

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote

Quote:
Thank you so much for the quick reply.

I was hoping to keep the users in the workgroup rather than as domain
members because this is a fairly mature system and they have two years
worth
of work under there current user name setup. Contacts, word processor
documents, etc.. Moving everything over seems like quite a job.

Also during our testing I was getting a fair amount of sporatic system
type
error messages if we went a couple of hours without using a work station.
Something like "Could not generate a SPSI context". It required rebooting
to
reconnect to the domain.

I have a friend who has a system with 120 users, and he strongly
recommends
staying away from enrolling everyone in the domain, since it will add so
much
complexity to the system.

You thoughts would be greatly appreciated.

Thanks again,

Robert Mernick

"Arnie Rowland" wrote:

As far as SQL Server 2000 is concerned, Domain users are the way to go.
Windows authentication provides better security, better password control,
less 'user' maintenance for the DBA, etc..

It really is a 'no-brainer'.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote in message
news:7A762C88-472D-4094-B560-14C5D6C972D3 (AT) microsoft (DOT) com...
We recently moved our main application from a work group environment,
to a
server environment.

What are the trade offs in having our users becoming part of our new
domain
or to remain in their work group and access SQL Server through Server
Authentication?

Hope to hear from you soon

Robert Mernick








Reply With Quote
  #6  
Old   
10001110101
 
Posts: n/a

Default Re: Domain or Workgroup - 07-27-2006 , 10:24 AM



Must be a huge consulting firm that you run out of your home address.

Thanks for restating what I mentioned.
Arnie Rowland wrote:
Quote:
Actually, when properly installed, Domains are more robust and provide a
'simpler' set of maintenance issues, with a concomitant higher level of
security. But it may require having someone with more expertise available to
get it set up and staff 'trained' on the differences. I have clients with
both small and large domains, and the total maintenance for all computers on
the network dropped significantly after converting from Peer-Peer to a
Domain infrastructure.

The "...SSPI context" message is probably due to an application attempting
to connect to a server and not being properly configured.

About moving 'things' over... There is an issue around keeping user
profiles -but there are tools that will take care of that for us. Normally,
there is nothing to 'move over'. Sometimes, however, when a domain is
installed, since better security is now available, file storage may be
revised in order to take advantage of the increased security and possibly
even centralized backup.

Robert, I guess the key question is: "Do you have someone available to
assist with the proper installation, configuration, and training, and that
could be 'on call' for ongoing assistance?"

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote in message
news:A900BED2-959A-4750-932F-542C62E3E8EB (AT) microsoft (DOT) com...
Thank you so much for the quick reply.

I was hoping to keep the users in the workgroup rather than as domain
members because this is a fairly mature system and they have two years
worth
of work under there current user name setup. Contacts, word processor
documents, etc.. Moving everything over seems like quite a job.

Also during our testing I was getting a fair amount of sporatic system
type
error messages if we went a couple of hours without using a work station.
Something like "Could not generate a SPSI context". It required rebooting
to
reconnect to the domain.

I have a friend who has a system with 120 users, and he strongly
recommends
staying away from enrolling everyone in the domain, since it will add so
much
complexity to the system.

You thoughts would be greatly appreciated.

Thanks again,

Robert Mernick

"Arnie Rowland" wrote:

As far as SQL Server 2000 is concerned, Domain users are the way to go.
Windows authentication provides better security, better password control,
less 'user' maintenance for the DBA, etc..

It really is a 'no-brainer'.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote in message
news:7A762C88-472D-4094-B560-14C5D6C972D3 (AT) microsoft (DOT) com...
We recently moved our main application from a work group environment,
to a
server environment.

What are the trade offs in having our users becoming part of our new
domain
or to remain in their work group and access SQL Server through Server
Authentication?

Hope to hear from you soon

Robert Mernick







Reply With Quote
  #7  
Old   
Arnie Rowland
 
Posts: n/a

Default Re: Domain or Workgroup - 07-27-2006 , 10:34 AM



OR a very nice condo I have in the same building as my business address...
;-)

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"10001110101" <G10001110101 (AT) gmail (DOT) com> wrote

Quote:
Must be a huge consulting firm that you run out of your home address.

Thanks for restating what I mentioned.
Arnie Rowland wrote:
Actually, when properly installed, Domains are more robust and provide a
'simpler' set of maintenance issues, with a concomitant higher level of
security. But it may require having someone with more expertise available
to
get it set up and staff 'trained' on the differences. I have clients with
both small and large domains, and the total maintenance for all computers
on
the network dropped significantly after converting from Peer-Peer to a
Domain infrastructure.

The "...SSPI context" message is probably due to an application
attempting
to connect to a server and not being properly configured.

About moving 'things' over... There is an issue around keeping user
profiles -but there are tools that will take care of that for us.
Normally,
there is nothing to 'move over'. Sometimes, however, when a domain is
installed, since better security is now available, file storage may be
revised in order to take advantage of the increased security and possibly
even centralized backup.

Robert, I guess the key question is: "Do you have someone available to
assist with the proper installation, configuration, and training, and
that
could be 'on call' for ongoing assistance?"

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote in message
news:A900BED2-959A-4750-932F-542C62E3E8EB (AT) microsoft (DOT) com...
Thank you so much for the quick reply.

I was hoping to keep the users in the workgroup rather than as domain
members because this is a fairly mature system and they have two years
worth
of work under there current user name setup. Contacts, word processor
documents, etc.. Moving everything over seems like quite a job.

Also during our testing I was getting a fair amount of sporatic system
type
error messages if we went a couple of hours without using a work
station.
Something like "Could not generate a SPSI context". It required
rebooting
to
reconnect to the domain.

I have a friend who has a system with 120 users, and he strongly
recommends
staying away from enrolling everyone in the domain, since it will add
so
much
complexity to the system.

You thoughts would be greatly appreciated.

Thanks again,

Robert Mernick

"Arnie Rowland" wrote:

As far as SQL Server 2000 is concerned, Domain users are the way to
go.
Windows authentication provides better security, better password
control,
less 'user' maintenance for the DBA, etc..

It really is a 'no-brainer'.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote in message
news:7A762C88-472D-4094-B560-14C5D6C972D3 (AT) microsoft (DOT) com...
We recently moved our main application from a work group
environment,
to a
server environment.

What are the trade offs in having our users becoming part of our new
domain
or to remain in their work group and access SQL Server through
Server
Authentication?

Hope to hear from you soon

Robert Mernick









Reply With Quote
  #8  
Old   
Arnie Rowland
 
Posts: n/a

Default Re: Domain or Workgroup - 07-27-2006 , 10:38 AM



That seemed like a very uncalled for attempt at belittlement, very
'un-professional', and I didn't appreciate it.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"10001110101" <G10001110101 (AT) gmail (DOT) com> wrote

Quote:
Must be a huge consulting firm that you run out of your home address.

Thanks for restating what I mentioned.
Arnie Rowland wrote:
Actually, when properly installed, Domains are more robust and provide a
'simpler' set of maintenance issues, with a concomitant higher level of
security. But it may require having someone with more expertise available
to
get it set up and staff 'trained' on the differences. I have clients with
both small and large domains, and the total maintenance for all computers
on
the network dropped significantly after converting from Peer-Peer to a
Domain infrastructure.

The "...SSPI context" message is probably due to an application
attempting
to connect to a server and not being properly configured.

About moving 'things' over... There is an issue around keeping user
profiles -but there are tools that will take care of that for us.
Normally,
there is nothing to 'move over'. Sometimes, however, when a domain is
installed, since better security is now available, file storage may be
revised in order to take advantage of the increased security and possibly
even centralized backup.

Robert, I guess the key question is: "Do you have someone available to
assist with the proper installation, configuration, and training, and
that
could be 'on call' for ongoing assistance?"

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote in message
news:A900BED2-959A-4750-932F-542C62E3E8EB (AT) microsoft (DOT) com...
Thank you so much for the quick reply.

I was hoping to keep the users in the workgroup rather than as domain
members because this is a fairly mature system and they have two years
worth
of work under there current user name setup. Contacts, word processor
documents, etc.. Moving everything over seems like quite a job.

Also during our testing I was getting a fair amount of sporatic system
type
error messages if we went a couple of hours without using a work
station.
Something like "Could not generate a SPSI context". It required
rebooting
to
reconnect to the domain.

I have a friend who has a system with 120 users, and he strongly
recommends
staying away from enrolling everyone in the domain, since it will add
so
much
complexity to the system.

You thoughts would be greatly appreciated.

Thanks again,

Robert Mernick

"Arnie Rowland" wrote:

As far as SQL Server 2000 is concerned, Domain users are the way to
go.
Windows authentication provides better security, better password
control,
less 'user' maintenance for the DBA, etc..

It really is a 'no-brainer'.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote in message
news:7A762C88-472D-4094-B560-14C5D6C972D3 (AT) microsoft (DOT) com...
We recently moved our main application from a work group
environment,
to a
server environment.

What are the trade offs in having our users becoming part of our new
domain
or to remain in their work group and access SQL Server through
Server
Authentication?

Hope to hear from you soon

Robert Mernick









Reply With Quote
  #9  
Old   
10001110101
 
Posts: n/a

Default Re: Domain or Workgroup - 07-27-2006 , 10:44 AM



Much like many of your other comments in this newsgroup. Treat others
as you expect to be treated and you won't have that problem.

People come to this group for guidance and suggestions. Adding
comments which contradict others' suggestions or material in a
demeaning manner will make you unpopular very quickly.

With that said, I apologize. I should not have stooped to your level.

Arnie Rowland wrote:
Quote:
That seemed like a very uncalled for attempt at belittlement, very
'un-professional', and I didn't appreciate it.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"10001110101" <G10001110101 (AT) gmail (DOT) com> wrote in message
news:1154013850.463260.210280 (AT) m73g2000cwd (DOT) googlegroups.com...
Must be a huge consulting firm that you run out of your home address.

Thanks for restating what I mentioned.
Arnie Rowland wrote:
Actually, when properly installed, Domains are more robust and provide a
'simpler' set of maintenance issues, with a concomitant higher level of
security. But it may require having someone with more expertise available
to
get it set up and staff 'trained' on the differences. I have clients with
both small and large domains, and the total maintenance for all computers
on
the network dropped significantly after converting from Peer-Peer to a
Domain infrastructure.

The "...SSPI context" message is probably due to an application
attempting
to connect to a server and not being properly configured.

About moving 'things' over... There is an issue around keeping user
profiles -but there are tools that will take care of that for us.
Normally,
there is nothing to 'move over'. Sometimes, however, when a domain is
installed, since better security is now available, file storage may be
revised in order to take advantage of the increased security and possibly
even centralized backup.

Robert, I guess the key question is: "Do you have someone available to
assist with the proper installation, configuration, and training, and
that
could be 'on call' for ongoing assistance?"

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote in message
news:A900BED2-959A-4750-932F-542C62E3E8EB (AT) microsoft (DOT) com...
Thank you so much for the quick reply.

I was hoping to keep the users in the workgroup rather than as domain
members because this is a fairly mature system and they have two years
worth
of work under there current user name setup. Contacts, word processor
documents, etc.. Moving everything over seems like quite a job.

Also during our testing I was getting a fair amount of sporatic system
type
error messages if we went a couple of hours without using a work
station.
Something like "Could not generate a SPSI context". It required
rebooting
to
reconnect to the domain.

I have a friend who has a system with 120 users, and he strongly
recommends
staying away from enrolling everyone in the domain, since it will add
so
much
complexity to the system.

You thoughts would be greatly appreciated.

Thanks again,

Robert Mernick

"Arnie Rowland" wrote:

As far as SQL Server 2000 is concerned, Domain users are the way to
go.
Windows authentication provides better security, better password
control,
less 'user' maintenance for the DBA, etc..

It really is a 'no-brainer'.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote in message
news:7A762C88-472D-4094-B560-14C5D6C972D3 (AT) microsoft (DOT) com...
We recently moved our main application from a work group
environment,
to a
server environment.

What are the trade offs in having our users becoming part of our new
domain
or to remain in their work group and access SQL Server through
Server
Authentication?

Hope to hear from you soon

Robert Mernick








Reply With Quote
  #10  
Old   
Arnie Rowland
 
Posts: n/a

Default Re: Domain or Workgroup - 07-27-2006 , 11:06 AM



Let's take this off line.



Apparently, for some reason, you feel that I 'contradicted a response you
made.



Rather than continuing this childish and unprofessional banter:



Much like many of your other comments in this newsgroup. Treat others
as you expect to be treated and you won't have that problem.

People come to this group for guidance and suggestions. Adding
comments which contradict others' suggestions or material in a
demeaning manner will make you unpopular very quickly.

With that said, I apologize. I should not have stooped to your level.



How about providing some specifics.



If you felt 'belittled', it certainly wasn't intentional. If I offered
contradictory information to an OP, then I obviously thought that there was
merit in providing additional information. I have no problem with that.



At least I have enough self confidence to publicly identify myself.


--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"10001110101" <G10001110101 (AT) gmail (DOT) com> wrote

Quote:
Much like many of your other comments in this newsgroup. Treat others
as you expect to be treated and you won't have that problem.

People come to this group for guidance and suggestions. Adding
comments which contradict others' suggestions or material in a
demeaning manner will make you unpopular very quickly.

With that said, I apologize. I should not have stooped to your level.

Arnie Rowland wrote:
That seemed like a very uncalled for attempt at belittlement, very
'un-professional', and I didn't appreciate it.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"10001110101" <G10001110101 (AT) gmail (DOT) com> wrote in message
news:1154013850.463260.210280 (AT) m73g2000cwd (DOT) googlegroups.com...
Must be a huge consulting firm that you run out of your home address.

Thanks for restating what I mentioned.
Arnie Rowland wrote:
Actually, when properly installed, Domains are more robust and provide
a
'simpler' set of maintenance issues, with a concomitant higher level
of
security. But it may require having someone with more expertise
available
to
get it set up and staff 'trained' on the differences. I have clients
with
both small and large domains, and the total maintenance for all
computers
on
the network dropped significantly after converting from Peer-Peer to a
Domain infrastructure.

The "...SSPI context" message is probably due to an application
attempting
to connect to a server and not being properly configured.

About moving 'things' over... There is an issue around keeping user
profiles -but there are tools that will take care of that for us.
Normally,
there is nothing to 'move over'. Sometimes, however, when a domain is
installed, since better security is now available, file storage may be
revised in order to take advantage of the increased security and
possibly
even centralized backup.

Robert, I guess the key question is: "Do you have someone available to
assist with the proper installation, configuration, and training, and
that
could be 'on call' for ongoing assistance?"

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote in message
news:A900BED2-959A-4750-932F-542C62E3E8EB (AT) microsoft (DOT) com...
Thank you so much for the quick reply.

I was hoping to keep the users in the workgroup rather than as
domain
members because this is a fairly mature system and they have two
years
worth
of work under there current user name setup. Contacts, word
processor
documents, etc.. Moving everything over seems like quite a job.

Also during our testing I was getting a fair amount of sporatic
system
type
error messages if we went a couple of hours without using a work
station.
Something like "Could not generate a SPSI context". It required
rebooting
to
reconnect to the domain.

I have a friend who has a system with 120 users, and he strongly
recommends
staying away from enrolling everyone in the domain, since it will
add
so
much
complexity to the system.

You thoughts would be greatly appreciated.

Thanks again,

Robert Mernick

"Arnie Rowland" wrote:

As far as SQL Server 2000 is concerned, Domain users are the way to
go.
Windows authentication provides better security, better password
control,
less 'user' maintenance for the DBA, etc..

It really is a 'no-brainer'.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Mernick" <Mernick (AT) discussions (DOT) microsoft.com> wrote in message
news:7A762C88-472D-4094-B560-14C5D6C972D3 (AT) microsoft (DOT) com...
We recently moved our main application from a work group
environment,
to a
server environment.

What are the trade offs in having our users becoming part of our
new
domain
or to remain in their work group and access SQL Server through
Server
Authentication?

Hope to hear from you soon

Robert Mernick










Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.