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
Copy file name to clipboardExpand all lines: docs/ssms/tutorials/ssms-tricks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,8 +189,8 @@ The error log is a file that contains details about things occurring in your SQL
189
189
- There are several errorlog.* files in this location. The file name that ends with *.log is the current error log file. The file names that end with numbers are previous log files. A new log is created every time the SQL server restarts.
190
190
6. Open the errorlog.log file in Notepad.
191
191
192
-
## Determine your SQL server name
193
-
You have a few options for determining the name of your SQL server before and after you connect to your SQL server.
192
+
## <aname="determine-sql-server-name"></a>Find your SQL server name
193
+
You have a few options for finding the name of your SQL server before and after you connect to your SQL server.
194
194
195
195
### Before you connect to the SQL server
196
196
1. Follow the steps to locate the [SQL Server error log on disk](#finding-your-error-log-if-you-cannot-connect-to-sql).
0 commit comments