SQL Server 2008 Management Studio: how to disable the SAVE prompt

I was wondering if anyone knows how to do this.

I tried to look at some of the options in SQL Server Management Studio 2008, but I canโ€™t find how to do this, I am sure it is simple.

Can someone tell me where to disable this?

Thanks,

EDIT: this is a tooltip that appears anytime when you open a new query window, do your stuff, and then try to close without saving.

+7
source share
2 answers

You cannot disable it

However, if you want to do something, vote for it when connecting:

http://connect.microsoft.com/SQLServer/feedback/details/308372/permit-nameless-windows-that-do-not-need-saving-in-ssms

+8
source

If you are talking about "Save changes to the following items?" hint when closing the request window, I think (unfortunately), the answer is no:

https://connect.microsoft.com/SQLServer/feedback/details/629405/

0
source

All Articles