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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T10:07:12+00:00 2026-05-16T10:07:12+00:00

I want check my SQL server connection before to connect with DB, and I

  • 0

I want check my SQL server connection before to connect with DB, and I need to update the status of SQL Server connection in my GUI.

Here is the code I am checking SQL connection, but I couldn’t able to get status frequently

Scenario :

  • Stop the sql server service from services window
  • Running the project and will show status “Connection Not Available”
  • Start Sql server service and displaying “Connection Live”
  • And Again Stop SQL server service and i am not getting the status as “”Connection Not
    Available”. It’s returning status as “Connection Live”
  • It’s not getting to the catch block

Code:

  private void timer1_Tick(object sender, EventArgs e)
    {
        bool Flag = false;
        try
        {
            using (SqlConnection con = new SqlConnection(strcon))
            {
                con.Open();
            }
        }
        catch (SqlException s)
        {
            Flag = true;
            label1.Text = "Connection Not available";
        }
        finally
        {
            if (Flag == false)
            {
                label1.Text = "Connection Live";
            }
        }
    }
  • 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-16T10:07:13+00:00Added an answer on May 16, 2026 at 10:07 am

    If there server is unavailable, your application will hang while it tries to connect. This should be run in a background worker and the status updated with a callback.

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

Sidebar

Related Questions

In SQL Server when I want to check performance, I clear all buffers -
I want to check whether a Tag (Case-Sensitive) exists in SQL Server 2005 table
i want to check my server connection to know if its available or not
I am trying to connection to MS SQL SERVER 2008 database (students), i want
Using SQL Server I want to check two values in two table. I have
Using SQL Server 2000 I Want to Check the colum value whether it is
In MS SQL Server if I want to check the results from a Stored
I am writing some new SQL queries and want to check the query plans
I want to check checkbox like $('#riderCheck').attr('checked','true') on some condition. but the problem is
I want to check if my many column in datagridview is empty. here my

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.