Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable "save" prompt in SQL Server Management Studio 2005

I just want to close all my query windows without saving, but SSMS always prompts me and I can't find the turn-off switch. Any ideas?

like image 292
Caveatrob Avatar asked Jan 06 '11 21:01

Caveatrob


3 Answers

In SQL Server Management Studio 2016 you can unchecked the Prompt to save unsaved T-SQL query windows on close:

enter image description here

The option is under the Query Execution\SQL Server\General sub-menu.

Once unchecked, the annoying prompt for saving is disabled.

like image 111
gotqn Avatar answered Oct 14 '22 23:10

gotqn


There isn't an off switch - currently!

Microsoft are reluctant to add one, but you can perhaps join the growing throng of people who are trying to persuade them:

prompting-for-modified-windows-when-closing-ssms-should-be-optional

like image 31
Martin Avatar answered Oct 15 '22 01:10

Martin


The feature doesn't exist, but you can vote for it here.

like image 22
Joe Stefanelli Avatar answered Oct 14 '22 23:10

Joe Stefanelli