same database from two different DASP accounts

Discussion in 'Databases' started by JerSchneid, Sep 7, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Someone from DASP might be better suited to answer this, but i'm pretty sure it is possible and you won't see any difference in performance when connecting from a secondary account because the SQL server is on a different box from either of your web server boxes anyway.
     
  2. JerSchneidthank you very much for reply. I want to ask someone from DASP answer if it's not true.
     
  3. yes you can do this.

    impact on performance? if you have 10 connections to the db on one site and 10 connections to the db on your other site, then you'll be using up 20 connections to the db.

    the performance impact will be determined by the number of connections and queries, not the number of sites accessing the database.

    just be sure to close your connections.





    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  4. Is it possible to have access to the same databasefrom two different DASP accounts and what impact on performance will this polygamy have (I mean accessing database from the second account)?

    Post Edited By Moderator (Joel Thoms) : 9/7/2006 11:36:44 PM GMT
     
  5. Thanks, this is what I needed to know.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page