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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:11:47+00:00 2026-05-11T01:11:47+00:00

When writing destructive queries (e.g., DELETE or UPDATE) in SQL Server Management Studio I

  • 0

When writing destructive queries (e.g., DELETE or UPDATE) in SQL Server Management Studio I always find myself wishing I could preview the results of the query without actually running it. Access very conveniently allows you to do this, but I prefer to code my SQL by hand which, sadly, Access is very poor at.

So my question is twofold:

  1. Is there an add-on for SSMS, or a separate tool that is furnished with good SQL hand-coding facilities that can also preview the result of a destructive query, similar to Access?

  2. Are there any techniques or best practices for doing previews ‘by hand’; e.g., somehow using transactions?

It seems to me that doing this sort of thing is fundamentally important but yet I can’t seem to find anything via Google (I’m probably just looking for the wrong thing – I am terribly ignorant on this matter). At present I’m taking a rather hairy belt and braces approach of commenting in and out select/delete/update lines and making sure I do backups. There’s got to be a better way, surely?

Can anyone help?

  • 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-11T01:11:47+00:00Added an answer on May 11, 2026 at 1:11 am

    I would use the OUTPUT clause present in SQL SERVER 2008 onwards…

    OUTPUT Clause (Transact-SQL)

    Something like…

    BEGIN TRANSACTION  DELETE [table] OUTPUT deleted.* WHERE [woof]   ROLLBACK TRANSACTION 

    INSERTs and UPDATEs can use the ‘inserted’ table too. The MSDN article covers it all.

    EDIT:

    This is just like other suggestions of SELECT then DELETE inside a transaction, except that it actually does both together. So you open a transaction, delete/insert/update with an OUTPUT clause, and the changes are made while ALSO outputting what was done. Then you can choose to rollback or commit.

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

Sidebar

Ask A Question

Stats

  • Questions 63k
  • Answers 63k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Regular expression: ((?:--|/\*)[^~]*)~(\*/)? C# code to use it: string code… May 11, 2026 at 10:37 am
  • added an answer The FormView control has a DataItem property. Give the DataBound… May 11, 2026 at 10:37 am
  • added an answer There's no function to retrieve such information, it would just… May 11, 2026 at 10:37 am

Related Questions

When writing destructive queries (e.g., DELETE or UPDATE) in SQL Server Management Studio I
When writing a switch statement, there appears to be two limitations on what you
When writing multi-threaded applications, one of the most common problems experienced are deadlocks. My
When writing multithreaded applications, one of the most common problems experienced is race conditions.
When writing production-quality VC++ code, is the use of recursion acceptable? Why or why
When writing code do you consciously program defensively to ensure high program quality and
When writing a T-SQL script that I plan on re-running, often times I use
When writing a custom server, what are the best practices or techniques to determine
When writing C/C++ code, in order to debug the binary executable the debug option
When writing manual SQL its pretty easy to estimate the size and shape of

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.