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/linux/sql-server-linux-setup.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
@@ -103,7 +103,7 @@ These commands download the newest package and replace the binaries located unde
103
103
104
104
To rollback or downgrade SQL Server to a previous release, use the following steps:
105
105
106
-
1. Identify the version number for the SQL Server package you want to downgrade to. For a list of package numbers, see the [Release notes](../../linux/sql-server-linux-release-notes.md).
106
+
1. Identify the version number for the SQL Server package you want to downgrade to. For a list of package numbers, see the [Release notes](../linux/sql-server-linux-release-notes.md).
107
107
108
108
1. Downgrade to a previous version of SQL Server. In the following commands, replace `<version_number>` with the SQL Server version number you identified in step one.
109
109
@@ -172,7 +172,7 @@ If your Linux machine does not have access to the online repositories used in th
172
172
> [!TIP]
173
173
> If you successfully installed with the steps in the quick starts, you do not need to download or manually install the SQL Server package(s). This section is only for the offline scenario.
174
174
175
-
1.**Download the database engine package for your platform**. Find package download links in the package details section of the [Release Notes](../../linux/sql-server-linux-release-notes.md).
175
+
1.**Download the database engine package for your platform**. Find package download links in the package details section of the [Release Notes](../linux/sql-server-linux-release-notes.md).
176
176
177
177
1.**Move the downloaded package to your Linux machine**. If you used a different machine to download the packages, one way to move the packages to your Linux machine is with the **scp** command.
Copy file name to clipboardExpand all lines: docs/relational-databases/polybase/polybase-configure-oracle.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
@@ -68,8 +68,8 @@ The following Transact-SQL commands are used in this section:
68
68
CREATE STATISTICS statistics_name ON customer (C_CUSTKEY) WITH FULLSCAN;
69
69
```
70
70
71
-
>[!IMPORTANT] Once the external data Source is configured, you must [CREATE EXTERNAL TABLE](../../t-sql/statements/create-external-table-transact-sql.md) to validate that the external data source has the correct connection information.
72
-
71
+
>[!IMPORTANT]
72
+
>Once the external data source is configured, you must [CREATE EXTERNAL TABLE](../../t-sql/statements/create-external-table-transact-sql.md) to validate that the external data source has the correct connection information.
73
73
74
74
For more information and examples, see the following articles:
Copy file name to clipboardExpand all lines: docs/relational-databases/polybase/polybase-configure-sql-server.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,8 @@ The following Transact-SQL commands are used in this section:
72
72
CREATE STATISTICS statistics_name ON customer (C_CUSTKEY) WITH FULLSCAN;
73
73
```
74
74
75
-
>[!IMPORTANT] Once the external data Source is configured, you must [CREATE EXTERNAL TABLE](../../t-sql/statements/create-external-table-transact-sql.md) to validate that the external data source has the correct connection information.
75
+
>[!IMPORTANT]
76
+
>Once the external data Source is configured, you must [CREATE EXTERNAL TABLE](../../t-sql/statements/create-external-table-transact-sql.md) to validate that the external data source has the correct connection information.
Copy file name to clipboardExpand all lines: docs/relational-databases/polybase/polybase-linux-setup.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,10 @@ You will be prompted to restart the SQL Server instance. Use the following comma
45
45
sudo systemctl restart mssql-server
46
46
```
47
47
48
-
>[!NOTE] After installation, you must [enable the PolyBase feature](#enable).
48
+
>[!NOTE]
49
+
>After installation, you must [enable the PolyBase feature](#enable).
49
50
50
-
If you need an offline installation, locate the PolyBase package download in the [Release notes](../../linux/sql-server-linux-release-notes.md). Then use the same offline installation steps described in the article [Install SQL Server](sql-server-linux-setup.md#offline).
51
+
If you need an offline installation, locate the PolyBase package download in the [Release notes](../../linux/sql-server-linux-release-notes.md). Then use the same offline installation steps described in the article [Install SQL Server](../../linux/sql-server-linux-setup.md#offline).
>After installation, you must [enable the PolyBase feature](#enable).
68
69
69
-
If you need an offline installation, locate the PolyBase package download in the [Release notes](../../linux/sql-server-linux-release-notes.md). Then use the same offline installation steps described in the article [Install SQL Server](sql-server-linux-setup.md#offline).
70
+
If you need an offline installation, locate the PolyBase package download in the [Release notes](../../linux/sql-server-linux-release-notes.md). Then use the same offline installation steps described in the article [Install SQL Server](../../linux/sql-server-linux-setup.md#offline).
>After installation, you must [enable the PolyBase feature](#enable).
87
88
88
89
89
-
If you need an offline installation, locate the PolyBase package download in the [Release notes](../../linux/sql-server-linux-release-notes.md). Then use the same offline installation steps described in the article [Install SQL Server](sql-server-linux-setup.md#offline).
90
+
If you need an offline installation, locate the PolyBase package download in the [Release notes](../../linux/sql-server-linux-release-notes.md). Then use the same offline installation steps described in the article [Install SQL Server](../../linux/sql-server-linux-setup.md#offline).
0 commit comments