Re: Database Access



EvanK wrote:
> Do you create the group in SQL Server on the NT Domain?
>

Sort of. You create the group in the NT domain, then grant access to the
group in SQL Server. That way, you're not adding users in two places. New
users are simply added to the NT domain group, automatically granting them
the same database access as the other users in the group.

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


.



Relevant Pages

  • Re: Performance issue with row size and order by
    ... You are probably observing in-memory sort versus on-disk sort. ... The amount of memory sort uses is dynamically tuned. ... SQL Server Storage Engine Development ...
    (microsoft.public.sqlserver.server)
  • Re: How top actually works
    ... So the next one shows that order by clause has affected the result set ... sort these N rows according to my order by clause. ... Ie. you are telling SQL Server ... This is much the same as with rownum in Oracle, ...
    (comp.databases.ms-sqlserver)
  • Re: Writing a GUID to a SQL table
    ... I strongly suspect that it is SQL Server, ... >> Please reply to the newsgroup. ... This email account is my spam trap so I ...
    (microsoft.public.inetserver.asp.db)
  • Re: Establishing Precedence In ORDERBY Condition Causing Problems.
    ... That query looks very much like the SELECT in the procedure you ... The ORDER BY CASE @sort is supposed to only tell SQL to return data ... far as I can call you have <bigquery> thrice in your procedure: ... I was SQL Server 2000 when I wrote this SPROC but we have since ...
    (comp.databases.ms-sqlserver)
  • Re: index versus order by question
    ... How does sql server then sort the table? ... The table in quesion is still sorted accoring to the clustered index. ... I suggest you check out the "Physical Database Architecture" section in Books Online. ...
    (microsoft.public.sqlserver.setup)

Quantcast