This means you are managing user accounts within the application instead of
SQL Server or Windows (use integrated security) far outweigh the cons.
etc... are all built into SQL Server and/or Windows whereas if you manage
user account info manually, you have to write and maintain code to do that.
"Hari Prasad" <hari_prasad_k@hotmail.com> wrote in message
news:%23jX0Tz%23WFHA.3140@TK2MSFTNGP14.phx.gbl...
> Yes, you are correct.
>
> Thanks
> Hari
>
> "Joh" <joh@mailcity.com> wrote in message
> news:e8Yi%23k%23WFHA.2520@TK2MSFTNGP09.phx.gbl...
>> You mean i have to create one table and put all the users in the table
>> and
>> application hit that table right...
>>
>> "Hari Prasad" <hari_prasad_k@hotmail.com> wrote in message
>> news:O74pHf#WFHA.2448@TK2MSFTNGP10.phx.gbl...
>>> Hi,
>>>
>>> In this case you can have a common database user and keep a application
>>> table to hold all the application users.
>>>
>>> Thanks
>>> Hari
>>> SQL Server Mvp
>>>
>>> "Joh" <joh@mailcity.com> wrote in message
>>> news:uvbyyU%23WFHA.1152@tk2msftngp13.phx.gbl...
>>> > Over here is a call centre and when any new guys come to use
>>> > application
>>> > they have created the database user for that.... this is totally
>>> > wrong.
>>> >
>>> >
>>> >
>>> > "Hari Prasad" <hari_prasad_k@hotmail.com> wrote in message
>>> > news:OYrFU49WFHA.3176@TK2MSFTNGP12.phx.gbl...
>>> >> Hi,
>>> >>
>>> >> There is no harm in creating more database users.
>>> >>
>>> >> we have to save all the users in the table and check their credential
>>> >> from
>>> >> there...???
>>> >>
>>> >> It is always better to create SQL Server Logins (secured) rather than
>>> >> storing users in normal user tables.
>>> >>
>>> >> Thanks
>>> >> Hari
>>> >> SQL Server MVP
>>> >>
>>> >> "Joh" <joh@mailcity.com> wrote in message
>>> >> news:usHtbi9WFHA.2664@TK2MSFTNGP15.phx.gbl...
>>> >> > You mean there is no harm in creating the database users.... or we
>> have
>>> > to
>>> >> > save all the users in the table and check their credential from
>>> >> > there...
>>> >> >
>>> >> > Thanks
>>> >> >
>>> >> > "Jens Süßmeyer" <Jens@Remove_this_For_Contacting.sqlserver2005.de>
>>> >> > wrote
>>> >> > in
>>> >> > message news:uZmH2d9WFHA.2124@TK2MSFTNGP14.phx.gbl...
>>> >> >> Database users or only stored in the database, referenced to the
>>> >> >> server
>>> >> >> users on server level.
>>> >> >>
>>> >> >> --
>>> >> >> HTH, Jens Suessmeyer.
>>> >> >>
>>> >> >> ---
>>> >> >>
http://www.sqlserver2005.de >>> >> >> ---
>>> >> >> "Joh" <joh@mailcity.com> schrieb im Newsbeitrag
>>> >> >> news:eJiTYc9WFHA.3348@TK2MSFTNGP14.phx.gbl...
>>> >> >> > if we create 1000 database users then is this create adverse
>> effect
>>> > on
>>> >> > the
>>> >> >> > master database?
>>> >> >> >
>>> >> >> > Thanks
>>> >> >> >
>>> >> >> >
>>> >> >>
>>> >> >>
>>> >> >
>>> >> >
>>> >>
>>> >>
>>> >
>>> >
>>>
>>>
>>
>>
>
>