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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T22:14:29+00:00 2026-05-10T22:14:29+00:00

What steps do I take? Any gotchas to be aware of or tips to

  • 0

What steps do I take? Any gotchas to be aware of or tips to enhance the IDE experience that are specific to SQL Server when using Emacs?

  • 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. 2026-05-10T22:14:29+00:00Added an answer on May 10, 2026 at 10:14 pm

    Connecting

    To connect to a SQL Server database instance from Emacs:

    M-x sql-ms RET M-x sql-mode      

    You will be prompted for standard connection information specifically the following:

    • User
    • Password
    • Server
    • Database

    For SQL Server Authentication, type in the necessary user and password info. However, if connecting via Windows Authentication, then press RETURN for both user and password leaving them blank.

    Viewing Output Results

    Note that to see the text of any output results in the *SQL* buffer, the ‘go’ statement should be called at some point. A couple of ways of doing this.

    For example, this sql statement will execute but it will not show any result text in the *SQL* buffer in its current format:

    select 'foo' as bar 

    However, if a ‘go’ is appended to the end:

    select 'foo' as bar go 

    the following will be displayed in the *SQL* buffer:

     bar     -----   foo  (1 row affected) 

    Alternatively, if you do not want to have ‘go’ statements littering the text of your SQL script then call ‘go’ on the fly to see all output results since the last time that the previous ‘go’ statement was sent to the sql process:

    C-c C-s go RET 

    This is helpful if you need to view any error messages that might not initially show in the *SQL* buffer.

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

Sidebar

Related Questions

In short, what are the steps that one needs to take in order to
I'm a little confused with the next steps to take on a project I'm
I have read some threads regarding this and I did already take steps to
Netscape fails to read a lot of jQuery written. What steps do you take
I would like to better understand the basic steps needed to a take an
I have an application that integrates with Facebook using Oauth 2. I can authorize
Has anyone had any experience trying to write a custom Membership Provider for the
After I perform a large delete on a table what steps should I take
I'm wondering if there is any way that a MySQL database could be compromised?
Is there any way to control the progress bar that is shown on the

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.