You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -365,15 +367,17 @@ The splitter bar allows you to view one session with two panes. You can scroll i
365
367
366
368

367
369
368
-
Also you can view some very useful features like annotations and Map mode, detailed instruction here: [SSMS Tip #1: Annotations and Map Mode for Vertical Scroll Bar]
370
+
Also you can view some very useful features like annotations and Map mode, detailed instruction:
371
+
1.[SSMS Tip #1: Annotations and Map Mode for Vertical Scroll Bar]
372
+
2.[SQL Server Management Studio Scroll Bar Enhancements](https://witsociety.wordpress.com/2018/12/13/sql-server-management-studio-scroll-bar-enhancements/)
369
373
370
374
Annotations show the relative position of certain aspects of the script, such as errors, changes, etc.
371
375
There are four types of annotations, the first three of which are shown in their own columns on the left side of the scroll bar:
372
376
373
-
- "Changes" are show in yellow (unsaved) and green (saved). These occupy the left column.
374
-
- "Marks" are shown in maroon (Breakpoints) and black (Bookmarks). These occupy the left column.
375
-
- "Errors" are shown in red. These occupy the right column.
376
-
- "Caret Position" is a thin, blue line going horizontally across the scroll bar. This represents the line of the script that the cursor is on.
377
+
-**"Changes"** are show in yellow (unsaved) and green (saved). These occupy the left column.
378
+
-**"Marks"** are shown in maroon (Breakpoints) and black (Bookmarks). These occupy the left column.
379
+
-**"Errors"** are shown in red. These occupy the right column.
380
+
-**"Caret Position"** is a thin, blue line going horizontally across the scroll bar. This represents the line of the script that the cursor is on.
377
381
378
382
379
383
<aid="17"></a>
@@ -749,6 +753,21 @@ For a user without specialized domain knowledge, importing data can often be a c
749
753
PROSE analyzes data patterns in your input file to infer column names, types, delimiters, and more. This framework learns the structure of the file and does all of the hard work so our users don't have to.
750
754
751
755
756
+
<a id="37"></a>
757
+
## AutoRecover in SSMS
758
+
With the default settings, you can lose up to 5 minutes of work on a sudden reboot.
759
+
The recovered information will be kept for 7 days so there is some time to get your files.
760
+
These settings can be modified, changing how often auto recover happens and how long the information is retained.
761
+
It depends on the criticality of things that you work on as to how often you would want AutoRecover to save your scripts.
762
+
This feature can be turned off but it is not recommended.
763
+
764
+
To change the settings, go to: `Tools -> Options -> Environment -> AutoRecover`.
765
+
766
+
More details [here](https://witsociety.wordpress.com/2019/04/11/autorecover-in-ssms/)
767
+
768
+

769
+
770
+
752
771
<a id="reference"></a>
753
772
Reference:
754
773
- [Free Course: SQL Server Management Studio Shortcuts & Secrets](https://sqlworkbooks.com/course/sql-server-management-studio-shortcuts-secrets/) (by Kendra Little)
0 commit comments