Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why do applications use single logon to SQL Server?

applications logon SQL Server
0
Posted

Why do applications use single logon to SQL Server?

0

Sometimes, there is a good reason for this. Some developers make their software so that it can be deployed on a number of database back-end solutions (MS SQL, MySQL, ORACLE, IBM DB2, Sybase, etc.). For this reason, they would rather write their authentication procedures once, in their compiled software, and be done with it. Of course the “right” way to do it would be to have the database back-end manage authentication, but this turns into a support nightmare for the developer. Take it from someone who’s been there — if you do it the “right” way, you’ll end up spending most of your valuable tech support engineers’ time supporting MS SQL or ORACLE or DB2 issues, when they really should only be supporting the application itself. It is tempting to just say, “Well, that’s a Microsoft/Oracle/IBM problem” if you’re that tech support engineer. But in the end you must support your customer. This means that now all your support engineers have to become experts in five different database package

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123