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 7602851
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T23:31:02+00:00 2026-05-30T23:31:02+00:00

Is connecting to two SQL databases at the same time possible ? I mean

  • 0

Is connecting to two SQL databases at the same time possible ? I mean from one database I am reading records and comparing them with some data like email address and based on the decision that whether that email address exists in the database or not I am storing a new record in another database.

Is this kind of double operation possible ?

I am connecting with databases using SqlConnection and SqlCommand statements of C#.net

Thank you.

  • 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-30T23:31:04+00:00Added an answer on May 30, 2026 at 11:31 pm

    Yes this is possible.

    You can either return a value to your asp.net application, and then connect to another database like:

    cmdEmailExists SqlCommand = new SqlCommand("SQL HERE...", Conn1);
    
    if (((int)cmdEmailExists.ExecuteScalar())>0){
       cmdInsert SqlCommand = new SqlCommand("SQL INSERT HERE...", Conn2)
       cmdInsert.ExecuteNonQuery();
    }
    

    Where Conn1 and Conn2 are 2 different SqlConnection‘s connecting to 2 different databases.

    Or this can be done at SQL end like:

    IF EXISTS(SELECT Email FROM [Database1].dbo.tbl)
    BEGIN
       INSERT INTO [Database2].dbo.tbl ..........
    END
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got two processes with connections to the same SQL CE .sdf database file.
In this scenario there are two database servers: one is in our LAN (Server
Please take a look at two connection strings, One to Access database and the
We have a SQL Server 2005 database, and currently all our users are connecting
I have a SQL database and a Oracle database with the same schema. Therefore
I have a web site which uses one SQL database but the hosting company
I am migrating a mysql database from one site to another. Its encodign: utf8
I have two SQL Server databases with identical schemas, but different data. I also
I have a situation that requires two SQL Compact edition databases to synchronise with
Does anybody know why when connecting two dial-up modems the maximum protocol you can

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.