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

The Archive Base Latest Questions

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

I am trying to figure out how to test for connectivity to a SQL

  • 0

I am trying to figure out how to “test for connectivity” to a SQL Server database from DOS. If the connection fails I need to detect the failure.

sqlcmd -Q "select 'a test'" -S .\SQLEXPRESS

You’ll notice that that command doesn’t return a true/false value. Also, if the instance doesn’t exist, it times out. I want something like this that doesn’t have a “timeout” issue that makes the user wait:

if ( connectivity exists to local )  (
  setup DSN for local
) else (
  setup DSN for local\SQLEXPRESS
)

Strangely, osql.exe -L doesn’t work for me even though I do have a listening instance.

  • 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-12T17:28:16+00:00Added an answer on May 12, 2026 at 5:28 pm

    Timeout: I do not think you will be able to avoid a timeout, if you really want to “check for connectivity”. But see below for an alternative.

    Boolean response: It is enough if the command returns a valid errorlevel. For example, the following code should work:

    osql -E -S SERVER\INSTANCE -Q ""
    if ERRORLEVEL 1 (
      exit script
    ) else (
      setup DSN
    )
    

    Timeout-free alternative: If the SQL Server is always located on the local machine and you just want to check whether a specific instance is installed or not, try having a look in the registry (using the reg command). HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\InstalledInstances is what you’re looking for.

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

Sidebar

Related Questions

Just trying to figure out what others are using to test their database procedures
I'm trying to figure out how to test-drive software that launches external processes that
Trying to figure out how to adequately test my accounts controller. I am having
I am trying to figure out how to correctly and efficiently unit test my
Having a nightmare trying to figure out event Bubbling.. Full test case : <html>
I am trying to figure out why a regex with negative look ahead fails
I'm trying to figure out how to test middleware in django. The middleware I'm
I'm trying to figure out the best way to unit test this class: public
I'm trying to figure out the best way of writing a unit test for
I have been trying to figure out the best practices to write test-friendly code,

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.