Skip to content

Commit 34c5541

Browse files
authored
Merge pull request #17777 from MicrosoftDocs/master
Syncing release branch from master
2 parents 7d599b7 + d4b4df5 commit 34c5541

5 files changed

Lines changed: 44 additions & 1 deletion

File tree

docs/relational-databases/system-tables/backupset-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ monikerRange: ">=aps-pdw-2016||>=sql-server-2016||=sqlallproducts-allversions||>
5050
|**software_major_version**|**tinyint**|[!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] major version number. Can be NULL.|
5151
|**software_minor_version**|**tinyint**|[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] minor version number. Can be NULL.|
5252
|**software_build_version**|**smallint**|[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] build number. Can be NULL.|
53-
|**time_zone**|**smallint**|Difference between local time (where the backup operation is taking place) and Coordinated Universal Time (UTC) in 15-minute intervals at the time the backup operation started. Values can be -48 through +48, inclusive. A value of 127 indicates unknown. For example, -20 is Eastern Standard Time (EST) or five hours after UTC. Can be NULL.|
53+
|**time_zone**|**smallint**|Difference between local time (where the backup operation is taking place) and Coordinated Universal Time (UTC) in 15-minute intervals using the time zone information at the time the backup operation started. Values can be -48 through +48, inclusive. A value of 127 indicates unknown. For example, -20 is Eastern Standard Time (EST) or five hours after UTC. Can be NULL.|
5454
|**mtf_minor_version**|**tinyint**|[!INCLUDE[msCoName](../../includes/msconame-md.md)] Tape Format minor version number. Can be NULL.|
5555
|**first_lsn**|**numeric(25,0)**|Log sequence number of the first or oldest log record in the backup set. Can be NULL.|
5656
|**last_lsn**|**numeric(25,0)**|Log sequence number of the next log record after the backup set. Can be NULL.|
39.9 KB
Loading
38.3 KB
Loading
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
description: "Workaround to enable copying from find and replace window "
3+
title: Enable copying from find and replace window
4+
ms.prod: sql
5+
ms.prod_service: "sql-tools"
6+
ms.technology: ssms
7+
ms.topic: conceptual
8+
ms.assetid: c28ffa44-7b8b-4efa-b755-c7a3b1c11ce4
9+
author: dzsquared
10+
ms.author: drskwier
11+
ms.reviewer: maghan, sstein
12+
ms.custom: seo-lt-2019
13+
ms.date: 11/03/2020
14+
---
15+
16+
# Workaround to enable copying from find and replace window
17+
18+
[!INCLUDE[Applies to](../../includes/appliesto-ss-asdb-asdw-xxx-md.md)]
19+
20+
A workaround is required to enable copying from find and replace window. If you find you are unable to copy from find and replace window in SQL Server Management Studio, follow the [workaround](#workaround) below.
21+
22+
## Error Message
23+
24+
When you attempt to copy text from the find and replace window in SQL Server Management Studio, you get an error message.
25+
26+
> Unsaved documents cannot be cut or copied to the clipboard from the miscellaneous files project. You must save the unsaved document(s) before cutting or copying them.
27+
28+
![Error dialog for: Unsaved documents cannot be cut or copied to the clipboard from the miscellaneous files project. You must save the unsaved document(s) before cutting or copying them](../media/troubleshoot/unable-copy-find-replace-window.png)
29+
30+
## Workaround
31+
32+
To enable copying text from the find and replace window, follow these steps:
33+
34+
1. In the **Tools** menu, open **Options**.
35+
36+
2. Under **Environment**>**Documents**, uncheck the item for "Show Miscellaneous files in Solution Explorer"
37+
38+
3. Close and reopen SQL Server Management Studio
39+
40+
![Options window with "Show Miscellaneous files in Solution Explorer" unchecked](../media/troubleshoot/fix-copy-find-replace-window.png)
41+

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8815,6 +8815,8 @@
88158815
href: ssms/configure-wmi-to-show-server-status-in-sql-server-tools.md
88168816
- name: Configure Login Auditing
88178817
href: ssms/configure-login-auditing-sql-server-management-studio.md
8818+
- name: Enable copying from find and replace window
8819+
href: ssms/troubleshoot/enable-copying-find-replace-window.md
88188820
- name: Troubleshoot
88198821
items:
88208822
- name: Get full memory dump

0 commit comments

Comments
 (0)