Skip to content

Commit 5e0916d

Browse files
authored
Merge branch 'MicrosoftDocs:main' into patch-1
2 parents 7ce4c6d + 96ee813 commit 5e0916d

File tree

163 files changed

+671
-810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+671
-810
lines changed

.openpublishing.redirection.azure-sql.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,11 @@
629629
"source_path_from_root": "/azure-sql/database/authentication-mfa-ssms-configure.md",
630630
"redirect_url": "/azure/azure-sql/database/authentication-mfa-ssms-overview",
631631
"redirect_document_id": false
632+
},
633+
{
634+
"source_path_from_root": "/azure-sql/database/change-data-capture-overview.md",
635+
"redirect_url": "/sql/relational-databases/track-changes/about-change-data-capture-sql-server",
636+
"redirect_document_id": false
632637
}
633638
]
634639
}

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41785,6 +41785,11 @@
4178541785
"redirect_url": "/sql/sql-server/versioning-system-monikers-ui-sql-server",
4178641786
"redirect_document_id": false
4178741787
},
41788+
{
41789+
"source_path_from_root": "/docs/relational-databases/track-changes/known-issues-and-limitations.md",
41790+
"redirect_url": "/sql/relational-databases/track-changes/about-change-data-capture-sql-server",
41791+
"redirect_document_id": false
41792+
},
4178841793
{
4178941794
"source_path": "docs/relational-databases/track-changes/known-issues-resolutions-with-cdc-for-oracle-attunity.md",
4179041795
"redirect_url": "/sql/integration-services/change-data-capture/known-issues-resolutions-with-cdc-for-oracle-attunity",

azure-sql/database/change-data-capture-overview.md

Lines changed: 0 additions & 404 deletions
This file was deleted.

azure-sql/database/design-first-database-azure-data-studio.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -190,30 +190,6 @@ The following diagram shows how these tables are related to each other. Some of
190190

191191
![Screenshot of created tables in ADS.](./media/design-first-database-tutorial/azure-data-studio-tables-created.png)
192192

193-
## Load data into the tables
194-
195-
1. Create a folder called *sampleData* in your Downloads folder to store sample data for your database.
196-
197-
2. Right-click the following links and save them into the *sampleData* folder.
198-
199-
- [SampleCourseData](https://sqldbtutorial.blob.core.windows.net/tutorials/SampleCourseData)
200-
- [SamplePersonData](https://sqldbtutorial.blob.core.windows.net/tutorials/SamplePersonData)
201-
- [SampleStudentData](https://sqldbtutorial.blob.core.windows.net/tutorials/SampleStudentData)
202-
- [SampleCreditData](https://sqldbtutorial.blob.core.windows.net/tutorials/SampleCreditData)
203-
204-
3. Open a command prompt window and navigate to the *sampleData* folder.
205-
206-
4. Execute the following commands to insert sample data into the tables replacing the values for *server*, *database*, *user*, and *password* with the values for your environment.
207-
208-
```cmd
209-
bcp Course in SampleCourseData -S <server>.database.windows.net -d <database> -U <user> -P <password> -q -c -t ","
210-
bcp Person in SamplePersonData -S <server>.database.windows.net -d <database> -U <user> -P <password> -q -c -t ","
211-
bcp Student in SampleStudentData -S <server>.database.windows.net -d <database> -U <user> -P <password> -q -c -t ","
212-
bcp Credit in SampleCreditData -S <server>.database.windows.net -d <database> -U <user> -P <password> -q -c -t ","
213-
```
214-
215-
You have now loaded sample data into the tables you created earlier.
216-
217193
## Query data
218194

219195
Execute the following queries to retrieve information from the database tables. See [Write SQL queries](/previous-versions/sql/sql-server-2005/express-administrator/bb264565(v=sql.90)) to learn more about writing SQL queries. The first query joins all four tables to find the students taught by 'Dominick Pope' who have a grade higher than 75%. The second query joins all four tables and finds the courses in which 'Noe Coleman' has ever enrolled.

azure-sql/database/features-comparison.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ The following table lists the major features of SQL Server and provides informat
4343
| [Attach a database](/sql/relational-databases/databases/attach-a-database) | No | No |
4444
| [Auditing](/sql/relational-databases/security/auditing/sql-server-audit-database-engine) | Yes, see [Auditing](auditing-overview.md)| Yes, see [Auditing](../managed-instance/auditing-configure.md), with some [differences](../managed-instance/transact-sql-tsql-differences-sql-server.md#auditing) |
4545
| [Azure Active Directory (Azure AD) authentication](authentication-aad-overview.md) | Yes. Azure AD users only. | Yes. Including server-level Azure AD logins. |
46-
| [BACKUP command](/sql/t-sql/statements/backup-transact-sql) | No, only system-initiated automatic backups, see [Automated backups in Azure SQL Database](automated-backups-overview.md?view=azuresql-db&preserve-view=true) | Yes, user initiated copy-only backups to Azure Blob storage (automatic system backups can't be initiated by user), see [Backup differences](../managed-instance/transact-sql-tsql-differences-sql-server.md?view=azuresql-mi&preserve-view=true
47-
#backup) and [Automated backups in Azure SQL Managed Instance](../managed-instance/automated-backups-overview.md?view=azuresql-mi&preserve-view=true).|
46+
| [BACKUP command](/sql/t-sql/statements/backup-transact-sql) | No, only system-initiated automatic backups, see [Automated backups in Azure SQL Database](automated-backups-overview.md?view=azuresql-db&preserve-view=true) | Yes, user initiated copy-only backups to Azure Blob storage (automatic system backups can't be initiated by user), see [Backup differences](../managed-instance/transact-sql-tsql-differences-sql-server.md?view=azuresql-mi&preserve-view=true#backup) and [Automated backups in Azure SQL Managed Instance](../managed-instance/automated-backups-overview.md?view=azuresql-mi&preserve-view=true).|
4847
| [Built-in functions](/sql/t-sql/functions/functions) | Most, see individual functions | Yes, see [Stored procedures, functions, triggers differences](../managed-instance/transact-sql-tsql-differences-sql-server.md#stored-procedures-functions-and-triggers) |
4948
| [BULK INSERT statement](/sql/relational-databases/import-export/import-bulk-data-by-using-bulk-insert-or-openrowset-bulk-sql-server) | Yes, but just from Azure Blob storage as a source. | Yes, but just from Azure Blob Storage as a source, see [differences](../managed-instance/transact-sql-tsql-differences-sql-server.md#bulk-insert--openrowset). |
5049
| [Certificates and asymmetric keys](/sql/relational-databases/security/sql-server-certificates-and-asymmetric-keys) | Yes, without access to file system for `BACKUP` and `CREATE` operations. | Yes, without access to file system for `BACKUP` and `CREATE` operations, see [certificate differences](../managed-instance/transact-sql-tsql-differences-sql-server.md#certificates). |
Binary file not shown.
Binary file not shown.

azure-sql/toc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@
384384
href: database/logical-servers.md
385385
- name: Serverless
386386
href: database/serverless-tier-overview.md
387-
388387
- name: Hyperscale
389388
items:
390389
- name: Overview
@@ -836,8 +835,6 @@
836835
href: database/replication-to-sql-database.md
837836
- name: Replicate schema changes (Data sync)
838837
href: database/sql-data-sync-update-sync-schema.md
839-
- name: Change data capture (CDC)
840-
href: database/change-data-capture-overview.md
841838
- name: Database sharding
842839
items:
843840
- name: Upgrade client library

docs/linux/includes/availability-group-multiple-network-interfaces.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ms.date: 10/12/2022
66
ms.service: sql
77
ms.subservice: linux
88
ms.topic: include
9+
ms.custom:
10+
- linux-related-content
911
---
1012
## Considerations for multiple network interfaces (NICs)
1113

docs/linux/includes/change-docker-password.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ms.date: 06/14/2023
55
ms.service: sql
66
ms.subservice: linux
77
ms.topic: include
8+
ms.custom:
9+
- linux-related-content
810
---
911
The **SA** account is a system administrator on the SQL Server instance that's created during setup. After you create your SQL Server container, the `MSSQL_SA_PASSWORD` environment variable you specified is discoverable by running `echo $MSSQL_SA_PASSWORD` in the container. For security purposes, change your SA password:
1012

0 commit comments

Comments
 (0)