Skip to content

An SQL Server Management Studio 20 extension. Implements an auto-rollback feature.

License

Notifications You must be signed in to change notification settings

ycherkes/SsmsRollbackMode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SsmsRollbackMode

An SQL Server Management Studio 20 extension. Wraps the query with a transaction. So all the query execution side effects, excepting an identity seed, will be rolled back.

As I found out later, this is the equivalent of the "Test mode" of ApexSQL Complete extension - see an article.

How to install (2 ways):

  • Build the solution with Visual Studio 2022 in Administrator mode
  • Unzip release archive to C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE\Extensions\

Usage: Main menu -> Tools -> Rollback Mode

SsmsRollbackModeDemo

PayPal

Any donations during this time will be directed to local charities at my own discretion.

About

An SQL Server Management Studio 20 extension. Implements an auto-rollback feature.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages