Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3997776
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:26:35+00:00 2026-05-20T07:26:35+00:00

I have used both SQL and LDAP, but in a recent conversation with one

  • 0

I have used both SQL and LDAP, but in a recent conversation with one of my peers I came to realize that there may be more to it. And that it could be beneficial to consider LDAP over SQL at times.

So my challenge/request/question: Can you explain to me the advantages (and disadvantages) of LDAP over SQL “in the elevator”. That is, a short 2-3 minutes presentation.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T07:26:36+00:00Added an answer on May 20, 2026 at 7:26 am

    LDAP is a protocol for accessing directories, SQL is a query language for databases.

    Both systems store data, but the big difference is: directories (like Active Directory) are tuned towards a lot more reads than writes, e.g. reading information should be very easy, trivial indeed (and offer great performance), while updating can be a bit of a pain. Also: directories are often distributed, e.g. spread across multiple servers/locations, and offer mechanisms to easily replicate read-only data across locations.

    SQL databases on the other hand are geared towards a more balanced load of read and write, and thus, writes must also be as easy as possible.

    So this boils down to:

    • if you have data (like user accounts, permissions) that are mostly read (but not very often updated), then a directory sounds like a great solution

    • if you need to frequently insert new data and update existing data, then a database is much more suited to your needs. Don’t try to create an order entry system inside a directory – it’s a poor match…..

    Those distinctions aren’t “absolute” or clear – it’s often a judgment call whether to put something into your database, or whether it belongs into a directory.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have a user control that is used on both an /Address/Edit and
We used to have a search, that checks two columns for some words. Both
I have an application that (currently) needs to uses DBs served by both SQL
I have always used || (two pipes) in OR expressions, both in C# and
I have used an update command to update the whole table in an Sql
I have used getopt in Python and was hoping there would be something similar
I am working on optimizing one of the SQL Job. Here I have few
I don't have access to a SQL Server Express installation at the moment, but
I have a stored procedure in a MS-SQL 2005 database that: Creates two temp
I have an a client that executes some sql and gets the results in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.