Skip to content

Commit 00367e5

Browse files
small Acrolinx fix
1 parent 4790dca commit 00367e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/sqlserver/introduction-sql-server-linux/includes/3-sql-server-linux-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Another solution for SQL Server on Linux is its ability to run in containers orc
9999

100100
Many organizations have data in different systems. That might be because different teams had different requirements when they selected their system, because you merged with another company, or for some other historical reason. It has traditionally been difficult to integrate data across these system boundaries to answer questions for users.
101101

102-
Suppose you have data in SQL Server that records sales for your product catalog, but the data that records how much it costs to make your products is in a SAP HANA database. You want to create a report that analyzes profit margins. You'll need information from both databases. In the past, you could:
102+
Suppose you have data in SQL Server that records sales for your product catalog, but the data that records how much it costs to make your products is in an SAP HANA database. You want to create a report that analyzes profit margins. You'll need information from both databases. In the past, you could:
103103

104104
- Use an Extract, Transform, Load (ETL) package to migrate data from one database system to the other.
105105
- Query both databases and then write some custom code to join and integrate the results into a single report.

0 commit comments

Comments
 (0)