Skip to content

Commit c0aea81

Browse files
committed
[Issues] Fix multiple files due to correcting git issues
1 parent d4b1a4f commit c0aea81

7 files changed

Lines changed: 766 additions & 714 deletions
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: markingmyname
3+
ms.author: maghan
4+
ms.date: 04/11/2023
5+
ms.service: sql
6+
ms.subservice: ssms
7+
ms.topic: include
8+
---
9+
10+
This feature works with SSMS version 16.5.3 and earlier.

docs/relational-databases/import-export/specify-data-formats-for-compatibility-when-using-bcp-sql-server.md

Lines changed: 101 additions & 96 deletions
Large diffs are not rendered by default.

docs/relational-databases/import-export/specify-field-and-row-terminators-sql-server.md

Lines changed: 184 additions & 171 deletions
Large diffs are not rendered by default.

docs/relational-databases/manage/use-utility-explorer-to-manage-the-sql-server-utility.md

Lines changed: 70 additions & 54 deletions
Large diffs are not rendered by default.

docs/ssms/object/options-sql-server-object-explorer-commands.md

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,41 @@ title: "Options (SQL Server Object Explorer - Commands)"
33
description: "Options (SQL Server Object Explorer - Commands)"
44
author: "markingmyname"
55
ms.author: "maghan"
6-
ms.date: "01/19/2017"
6+
ms.date: 04/11/2023
77
ms.service: sql
88
ms.subservice: ssms
99
ms.topic: conceptual
1010
f1_keywords:
11-
- "VS.ToolsOptionsPages.Sql_Server_Object_Explorer.ObjectExplorerCommands"
11+
- "VS.ToolsOptionsPages.SQL_Server_Object_Explorer.Commands"
1212
---
13+
1314
# Options (SQL Server Object Explorer - Commands)
15+
1416
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
15-
When you right-click a table or view in Object Explorer, the following two options for displaying rows in the table are presented:
16-
17-
- **Select Top 1000 Rows**
18-
19-
Creates a script in the Query Editor that selects the top 1000 rows.
20-
21-
- **Edit Top 200 Rows**
22-
23-
Opens the table in the Visual Database Tools with 200 rows populated.
24-
25-
Use the **General Scripting Options** dialog box to change the number of rows that will be opened.
26-
27-
## General Scripting Options
17+
18+
When you right-click a table or view in Object Explorer, the following two options for displaying rows in the table are presented:
19+
20+
- **Select Top 1000 Rows**
21+
22+
Creates a script in the Query Editor that selects the top 1000 rows.
23+
24+
- **Edit Top 200 Rows**
25+
26+
Opens the table in the Visual Database Tools with 200 rows populated.
27+
28+
Use the **General Scripting Options** dialog box to change the number of rows that will be opened.
29+
30+
## General Scripting Options
31+
2832
**Value for Select Top \<n\> Audit record command**
29-
Specifies the number of audit rows to return. The default is 1000 rows
30-
33+
Specifies the number of audit rows to return. The default is 1000 rows
34+
3135
**Value for Edit Top \<n\> Rows command**
32-
Specifies the number of rows to return when you are editing rows in a table. The default is 200 rows.
33-
36+
Specifies the number of rows to return when you are editing rows in a table. The default is 200 rows.
37+
3438
**Value for Select Top \<n\> Rows command**
35-
Specifies the number of rows to be returned that is specified in the Query Editor script that is created. The default is 1000 rows.
36-
37-
## See Also
38-
[SQL Server Audit (Database Engine)](../../relational-databases/security/auditing/sql-server-audit-database-engine.md)
39+
Specifies the number of rows to be returned that is specified in the Query Editor script that is created. The default is 1000 rows.
40+
41+
## Next setps
42+
43+
- [SQL Server Audit (Database Engine)](../../relational-databases/security/auditing/sql-server-audit-database-engine.md)

docs/tools/bcp-utility.md

Lines changed: 325 additions & 329 deletions
Large diffs are not rendered by default.

docs/tools/sql-server-profiler/filter-events-in-a-trace-sql-server-profiler.md

Lines changed: 48 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4,51 +4,58 @@ titleSuffix: SQL Server Profiler
44
description: Find out how to set a filter to limit the events that SQL Server Profiler captures during a trace. Read about the formats required for certain filters.
55
author: markingmyname
66
ms.author: maghan
7-
ms.date: 03/01/2017
7+
ms.date: 04/11/2023
88
ms.service: sql
99
ms.subservice: profiler
1010
ms.topic: conceptual
1111
---
1212

1313
# Filter Events in a Trace (SQL Server Profiler)
1414

15-
[!INCLUDE [SQL Server Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdbmi.md)]
16-
17-
Filters limit the events collected in a trace. If a filter is not set, all events of the selected event classes are returned in the trace output. It is not mandatory to set a filter for a trace. However, a filter minimizes the overhead that is incurred during tracing.
18-
19-
You add filters to trace definitions by using the **Events Selection** tab of the **Trace Properties** or **Trace Template Properties** dialog box.
20-
21-
### To filter events in a trace
22-
23-
1. In the **Trace Properties** or **Trace Template Properties** dialog box, click the **Events Selection** tab.
24-
25-
The **Events Selection** tab contains a grid control. The grid control is a table that contains each of the traceable event classes. The table contains one row for each event class. The event classes may differ slightly, depending on the type and version of server to which you are connected. The event classes are identified in the **Events** column of the grid and are grouped by event category. The remaining columns list the data columns that can be returned for each event class.
26-
27-
2. Click **Column Filters.**
28-
29-
The **Edit Filter** dialog box appears. The **Edit Filter** dialog box contains a list of comparison operators that you can use to filter events in a trace.
30-
31-
3. To apply a filter, click the comparison operator, and type a value to use for the filter.
32-
33-
4. Click **OK**.
34-
35-
**Considerations:**
36-
37-
- If you set filter conditions on the **StartTime** and **EndTime** data columns of the Events Selection tab, then make sure that:
38-
39-
- The date you enter matches this format: `YYYY/MM/DD HH:mm:sec`.
40-
41-
-OR-
42-
43-
- **Use regional settings to display date and time values** is checked in the **General Options** dialog box. To view the **General Options** dialog box, on the [!INCLUDE[ssSqlProfiler](../../includes/sssqlprofiler-md.md)] **Tools** menu, click **Option**.
44-
45-
-AND-
46-
47-
- The date you enter is between January 1, 1753 and December 31, 9999.
48-
49-
- If tracing events from the **osql** utility or from the **sqlcmd** utility, always append **%** to filters on the **TextData** data column.
50-
51-
## See Also
52-
[SQL Server Profiler](../../tools/sql-server-profiler/sql-server-profiler.md)
53-
54-
15+
[!INCLUDE [SQL Server Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdbmi.md)]
16+
17+
Filters limit the events collected in a trace. If a filter is not set, all events of the selected event classes are returned in the trace output. It is not mandatory to set a filter for a trace. However, a filter minimizes the overhead that is incurred during tracing.
18+
19+
You add filters to trace definitions by using the **Events Selection** tab of the **Trace Properties** or **Trace Template Properties** dialog box.
20+
21+
## Filter events in a trace
22+
23+
1. In the **Trace Properties** or **Trace Template Properties** dialog box, select the **Events Selection** tab.
24+
25+
The **Events Selection** tab contains a grid control. The grid control is a table that contains each of the traceable event classes. The table contains one row for each event class. The event classes may differ slightly, depending on the type and version of server to which you are connected. The event classes are identified in the **Events** column of the grid and are grouped by event category. The remaining columns list the data columns that can be returned for each event class.
26+
27+
1. Select **Column Filters.**
28+
29+
The **Edit Filter** dialog box appears. The **Edit Filter** dialog box contains a list of comparison operators that you can use to filter events in a trace.
30+
31+
1. To apply a filter, select the comparison operator, and type a value to use for the filter.
32+
33+
1. Select **OK**.
34+
35+
**Considerations:**
36+
37+
- If you set filter conditions on the **StartTime** and **EndTime** data columns of the Events Selection tab, then make sure that:
38+
39+
- The date you enter matches this format: `YYYY/MM/DD HH:mm:sec`.
40+
41+
-OR-
42+
43+
- **Use regional settings to display date and time values** is checked in the **General Options** dialog box. To view the **General Options** dialog box, on the [!INCLUDE[ssSqlProfiler](../../includes/sssqlprofiler-md.md)] **Tools** menu, select **Option**.
44+
45+
-AND-
46+
47+
- The date you enter is between January 1, 1753 and December 31, 9999.
48+
49+
- If tracing events from the **osql** utility or from the **sqlcmd** utility, always append **%** to filters on the **TextData** data column.
50+
51+
> [!NOTE]
52+
> The checkbox for **Exclude rows that do not contain values** may filter out rows with:
53+
>
54+
> - NULL values
55+
> - Empty strings (which technically are values)
56+
57+
while NOT filtering out events where the column itself is not present.
58+
59+
## Next steps
60+
61+
- [SQL Server Profiler](../../tools/sql-server-profiler/sql-server-profiler.md)

0 commit comments

Comments
 (0)