Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is this black flag in my code break bar?

Tags:

sql-server

What is this? I fat fingered a key combo and I have no idea what it is..

I know its a dumb question but I tried googling it and nothing has come up. Maybe I do not kknow what to google to answer this for myself?

enter image description here

like image 898
Doug Coats Avatar asked Oct 29 '25 12:10

Doug Coats


1 Answers

It's a bookmark, toggled using CTRL+K, CTRL+K.

You can also navigate between bookmarks using CTRL+K, CTRL+N for next bookmark, and CTRL+K, CTRL+P for previous bookmark.

They're also available through the Edit > Bookmarks menu.

SSMS Edit Bookmarks menu

like image 188
Diado Avatar answered Nov 01 '25 07:11

Diado