Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 66f64af

Browse files
committed
Added card and image for DEA.
1 parent d385bfd commit 66f64af

2 files changed

Lines changed: 100 additions & 9 deletions

File tree

docs/lp/sql-server/load-move-data.md

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hide_bc: true
44
experimental: true
55
experiment_id: "81ba5f65-59fb-4d"
66
title: SQL Server - Load and move data
7-
description: Explore the features that help you move, load, and manage your data with SQL Server.
7+
description: Explore the features that help you load, move, and migrate databases and data with SQL Server.
88
ms.topic: hub-page
99
featureFlags:
1010
- clicktale
@@ -138,6 +138,25 @@ featureFlags:
138138
</div>
139139
</a>
140140
</li>
141+
<li>
142+
<a href="/sql/dea/database-experimentation-assistant-overview">
143+
<div class="cardSize">
144+
<div class="cardPadding">
145+
<div class="card">
146+
<div class="cardImageOuter">
147+
<div class="cardImage">
148+
<img src="media/load-move-data/database-experimentation-assistant.svg" alt="" />
149+
</div>
150+
</div>
151+
<div class="cardText">
152+
<h3>Database Experimentation Assistant (DEA)</h3>
153+
<p>Assists in evaluating a target version of SQL Server for an existing workload.</p>
154+
</div>
155+
</div>
156+
</div>
157+
</div>
158+
</a>
159+
</li>
141160
<li class="fullSpan">
142161
<div class="container intro">
143162
<h2>Load and Move Data</h2>
@@ -200,37 +219,37 @@ featureFlags:
200219
</a>
201220
</li>
202221
<li>
203-
<a href="/sql/relational-databases/replication/sql-server-replication/">
222+
<a href="/sql/integration-services/sql-server-integration-services">
204223
<div class="cardSize">
205224
<div class="cardPadding">
206225
<div class="card">
207226
<div class="cardImageOuter">
208227
<div class="cardImage">
209-
<img src="media/load-move-data/replication.svg" alt="" />
228+
<img src="media/load-move-data/ssis.svg" alt="" />
210229
</div>
211230
</div>
212231
<div class="cardText">
213-
<h3>Replication</h3>
214-
<p> A set of technologies for copying and distributing data and database objects from one database to another and then synchronizing between databases to maintain consistency.</p>
232+
<h3>SQL Server Integration Services (SSIS)</h3>
233+
<p>Extract and transform data from a wide variety of sources, such as flat files and relational data sources, and then load the data into your SQL database. </p>
215234
</div>
216235
</div>
217236
</div>
218237
</div>
219238
</a>
220239
</li>
221240
<li>
222-
<a href="/sql/integration-services/sql-server-integration-services">
241+
<a href="/sql/relational-databases/replication/sql-server-replication/">
223242
<div class="cardSize">
224243
<div class="cardPadding">
225244
<div class="card">
226245
<div class="cardImageOuter">
227246
<div class="cardImage">
228-
<img src="media/load-move-data/ssis.svg" alt="" />
247+
<img src="media/load-move-data/replication.svg" alt="" />
229248
</div>
230249
</div>
231250
<div class="cardText">
232-
<h3>SQL Server Integration Services (SSIS)</h3>
233-
<p>Extract and transform data from a wide variety of sources, such as flat files and relational data sources, and then load the data into your SQL database. </p>
251+
<h3>Replication</h3>
252+
<p> A set of technologies for copying and distributing data and database objects from one database to another and then synchronizing between databases to maintain consistency.</p>
234253
</div>
235254
</div>
236255
</div>
Lines changed: 72 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)