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

49
49
50
50
8. Once Complete, click **Close**.
51
51
@@ -65,7 +65,7 @@ The management packs must be installed. See [Install the SCOM Management Packs &


48
48
49
49
5. Click **Close**.
50
50
@@ -64,7 +64,7 @@ For older versions of PDW without APS, download the[System Center Monitoring Pac

Copy file name to clipboardExpand all lines: docs/big-data-cluster/data-virtualization-csv.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
@@ -66,15 +66,15 @@ Click **Next**.
66
66
67
67
Azure Data Studio provides a preview of the imported data.
68
68
69
-

69
+

70
70
71
71
Once done viewing the preview, click **Next** to continue
72
72
73
73
## Modify Columns
74
74
75
75
In the next window, you may modify the columns of the external table you intend to create. You are able to alter the column name, change the data type and allow for nullable rows.
76
76
77
-

77
+

78
78
79
79
After you verify the destination columns, click **Next**.
Copy file name to clipboardExpand all lines: docs/dma/dma-assess-sql-data-estate-to-sqldb.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
@@ -126,11 +126,11 @@ After you successfully create a migration project, under **Assessment tools**, i
126
126
127
127
5. After the assessment completes, select **Upload to Azure Migrate**.
128
128
129
-

129
+

130
130
131
131
6. Sign in to the Azure portal.
132
132
133
-

133
+

134
134
135
135
7. Select the subscription and Azure Migrate project into which you want to upload the assessment results, and then select **Upload**.
Copy file name to clipboardExpand all lines: docs/dma/dma-consolidatereports.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
@@ -91,7 +91,7 @@ Create a database called **EstateInventory** and a table called **DatabaseInvent
91
91
- DatabaseName
92
92
- AssessmentFlag
93
93
94
-

94
+

95
95
96
96
If this database isn't on the tools computer, ensure that the tools computer has network connectivity to this SQL Server instance.
97
97
@@ -108,7 +108,7 @@ Create a database called **EstateInventory** and a table called **InstanceInvent
108
108
- Port
109
109
- AssessmentFlag
110
110
111
-

111
+


105
105
106
106
Choose a start time and select a location for the log file. Then select **Create** to start the diagnostics collection.

109
109
110
110
### Detailed errors
111
111
112
112
You can increase the level of tracing collected by the instance and repeat the scenario to gather more detailed logging. To do so, select **Properties** under **Actions** and then add a new property in the **Advanced Settings** grid on the **Advanced** tab. Set the name of the property to `trace` and then set the value to `SOURCE`.

119
119
120
120
## ORA-00942 Table of view does not exist
121
121
122
122
This is a common error displayed in the **Status** message field of the CDC Instance. The instance retries numerous times, so the status icon will change to green momentarily, but then it will fail with the red exclamation and UNEXPECTED status.

125
125
126
126
```
127
127
"ERROR","computername","ERROR","UNEXPECTED",
@@ -147,7 +147,7 @@ The list of all the necessarily permissions is detailed in the help file include
147
147
148
148
You can set the user account by selecting the CDCInstance from the left pane and selecting the Properties button in the Actions right-most pane within the **CDC Designer** window. You can change the Oracle log mining authentication account from the properties dialogue page.

Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-availability-group-cross-platform.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
@@ -63,7 +63,7 @@ The steps to create the AG are the same as the steps to create an AG for read-sc
63
63
64
64
The following image shows this complete step.
65
65
66
-

66
+

67
67
68
68
1. Configure hosts file on both servers or register the server names with DNS.
69
69
@@ -104,7 +104,7 @@ The steps to create the AG are the same as the steps to create an AG for read-sc
104
104
105
105
In the following diagram, ownership and group are set correctly for the certificate and key.
106
106
107
-

107
+

108
108
109
109
110
110
1. On the secondary replica, create a database login and password and create a master key.
<imgsrc="./media/sql-server-linux-develop-use-ssdt/git-repository.png"alt="Screenshot of the Local Git Repository section with the New option called out."style="width: 300px;"/>
46
46
47
47
4. Click **Create**. After the local Git repository is created, double-click **SSDTRepo**.
48
48
49
49
5. Click **New** in the **Solutions** section. Select **SQL Server** under **Other Languages** node in the **New Project** dialog.
<imgsrc="./media/sql-server-linux-develop-use-ssdt/new-project.png"alt="Screenshot of the Solutions section with the New option and SQL Server option called out."style="width: 480px;"/>
52
52
53
53
6. Type in **TutorialDB** for the name and click **OK** to create a new database project.
54
54
@@ -64,15 +64,15 @@ SQL Server on Linux is supported by SSDT version 17.0 RC or later.
64
64
65
65
4. Using table designer, add two columns, Name `nvarchar(50)` and Location `nvarchar(50)`, as shown in the picture. SSDT generates the `CREATE TABLE` script as you add the columns in the designer.
<imgsrc="./media/sql-server-linux-develop-use-ssdt/add-columns.png"alt="Screenshot of the table designer with the Name and Location values called out."style="width: 480px;"/>
68
68
69
69
5. Save the **Table1.sql** file.
70
70
71
71
## Build and validate the database
72
72
73
73
1. Open the database project menu on **TutorialDB** and select **Build**. SSDT compiles .sql source code files in your project and builds a Data-tier Application package (dacpac) file. This can be used to publish a database to your SQL Server instance on Linux.
<imgsrc="./media/sql-server-linux-develop-use-ssdt/build.png"alt="Screenshot showing the TutorialDB with the Build option called out."style="width: 400px;"/>
76
76
77
77
2. Check the build success message in **Output** window in Visual Studio.

Copy file name to clipboardExpand all lines: docs/relational-databases/extended-events/advanced-viewing-of-target-data-from-extended-events-in-sql-server.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@ Grouping rows together by matching values in a given column, is the first step t
284
284
285
285
On the extended events toolbar, the **Grouping** button starts a dialog you can use to group the displayed data by a given column. The next screenshot shows a dialog being used to group by the *name* column.
286
286
287
-

287
+

288
288
289
289
After the grouping is achieved, the display has a new look, as shown next.
290
290
@@ -297,11 +297,11 @@ After the grouping is achieved, the display has a new look, as shown next.
297
297
298
298
After the displayed data has been grouped, you can proceed to aggregate data in other columns. The next screenshot shows the grouped data is being aggregated by *count*.
299
299
300
-

300
+

301
301
302
302
After the aggregation is achieved, the display has a new look, as shown next.
303
303
304
-

304
+

0 commit comments