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/ssma/access/assessment-report-accesstosql.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ ms.author: "alexiva"
17
17
# Assessment Report (AccessToSQL)
18
18
The Assessment Report window shows the results of the conversion of database objects to [!INCLUDE[tsql](../../includes/tsql-md.md)] syntax, and can also help you estimate the complexity and cost of your migration projects.
19
19
20
-
To create an assessment report, select objects to convert in the source metadata explorer, right-click **Databases**, and then select **Create Report**. You can also display this report automatically after you convert schemas. However, the report name will be Conversion Report. For more information, see [Project Settings (GUI) (SSMA Common)](https://msdn.microsoft.com/cf06baf1-8714-48a3-95dc-781f6ca53693).
20
+
To create an assessment report, select objects to convert in the source metadata explorer, right-click **Databases**, and then select **Create Report**. You can also display this report automatically after you convert schemas. However, the report name will be Conversion Report. For more information, see [Project Settings (GUI) (SSMA Common)](../sybase/project-settings-gui-sybasetosql.md).
21
21
22
22
## Options
23
23
**Explorer pane**
@@ -32,5 +32,4 @@ Shows the errors, warnings, and information messages that were generated when th
32
32
To view message details, click either **Errors**, **Warnings**, or **Messages**, and then expand a message. SSMA will display the list of objects that have this error. Click an object to display all conversion details for the object.
Copy file name to clipboardExpand all lines: docs/ssma/access/converting-access-database-objects-accesstosql.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Converting database objects takes the object definitions from the Access metadat
43
43
During the conversion, SSMA prints status to the Output pane, and error, warning, and informational messages to the Error List pane. Use this information to determine whether you need to modify your Access databases or your conversion process to obtain the desired conversion results. You can also use the information in the [Preparing Access Databases for Migration](preparing-access-databases-for-migration-accesstosql.md) topic to determine what will and will not be converted.
44
44
45
45
## Setting Conversion Options
46
-
Before converting objects, review the project conversion options in the **Project Settings** dialog box. By using this dialog box, you can set how SSMA converts indexed memo columns, primary keys, foreign key constraints, timestamps, and tables without indexes. For more information, see [Project Settings (Conversion)](https://msdn.microsoft.com/bcebc635-c638-4ddb-924c-b9ccfef86388)
46
+
Before converting objects, review the project conversion options in the **Project Settings** dialog box. By using this dialog box, you can set how SSMA converts indexed memo columns, primary keys, foreign key constraints, timestamps, and tables without indexes. For more information, see [Project Settings (Conversion)](./project-settings-conversion-accesstosql.md)
47
47
48
48
## Conversion Results
49
49
The following table shows which Access objects are converted, and the resulting [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] or SQL Azure objects:
@@ -114,4 +114,3 @@ The next step in the migration process is [load converted database objects into
114
114
115
115
## See Also
116
116
[Migrating Access Databases to SQL Server](migrating-access-databases-to-sql-server-azure-sql-db-accesstosql.md)
Copy file name to clipboardExpand all lines: docs/ssma/access/creating-and-managing-projects-accesstosql.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,19 +33,19 @@ SSMA contains several options for converting and synchronizing database objects
33
33
34
34
3. In the left pane, click **Conversion**.
35
35
36
-
4. In the right pane, review the options. For more information about these options, see [Project Settings (Conversion)](https://msdn.microsoft.com/bcebc635-c638-4ddb-924c-b9ccfef86388).
36
+
4. In the right pane, review the options. For more information about these options, see [Project Settings (Conversion)](./project-settings-conversion-accesstosql.md).
37
37
38
38
5. Change options as necessary.
39
39
40
40
6. Repeat the previous steps for the **Migration**, **GUI**, and **Type Mapping** pages.
41
41
42
-
- For information about migration options, see [Project Settings (Migration)](https://msdn.microsoft.com/4caebc9c-8680-4b99-a8fa-89c43161c95d).
42
+
- For information about migration options, see [Project Settings (Migration)](./project-settings-migration-accesstosql.md).
43
43
44
-
- For information about user interface options, see [Project Settings (GUI)](https://msdn.microsoft.com/cf06baf1-8714-48a3-95dc-781f6ca53693).
44
+
- For information about user interface options, see [Project Settings (GUI)](../sybase/project-settings-gui-sybasetosql.md).
45
45
46
-
- For more information about data type mapping settings, see [Project Settings (Type Mapping)](https://msdn.microsoft.com/b87b9683-abed-4677-8c50-18bdba704655).
46
+
- For more information about data type mapping settings, see [Project Settings (Type Mapping)](./project-settings-type-mapping-accesstosql.md).
47
47
48
-
- For information about SQL Azure settings, see [Project Settings (SQL Azure)](https://msdn.microsoft.com/bbb8a204-d0e4-4f0b-9709-271feb1f136e).
48
+
- For information about SQL Azure settings, see [Project Settings (SQL Azure)](./project-settings-azure-sql-db-accesstosql.md).
49
49
50
50
**Note** SQL Azure settings will be available only when you select Migration to SQL Azure while creating a project.
51
51
@@ -109,4 +109,3 @@ The next step in the migration process is to [add one or more Access databases](
109
109
## See Also
110
110
[Migrating Access Databases to SQL Server](migrating-access-databases-to-sql-server-azure-sql-db-accesstosql.md)
111
111
[Adding and Removing Access Database Files](adding-and-removing-access-database-files-accesstosql.md)
Copy file name to clipboardExpand all lines: docs/ssma/access/creating-the-server-connection-files-accesstosql.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,5 +62,4 @@ The user can easily validate his/her server connection file against the schema d
62
62
The next step in operating the console is [Executing the SSMA Console (AccessToSQL)](../../ssma/access/executing-the-ssma-console-accesstosql.md)
63
63
64
64
## See also
65
-
[Executing the SSMA Console (Access)](https://msdn.microsoft.com/aa1bf665-8dc0-4259-b36f-46ae67197a43)
66
-
65
+
[Executing the SSMA Console (Access)](./executing-the-ssma-console-accesstosql.md)
Copy file name to clipboardExpand all lines: docs/ssma/access/creating-variable-value-files-accesstosql.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,5 +89,4 @@ The user can easily validate his/her variable value file against the schema defi
89
89
The next step in operating the console is [Creating the Server Connection Files (AccessToSQL)](../../ssma/access/creating-the-server-connection-files-accesstosql.md)
90
90
91
91
## See also
92
-
[Creating the Server Connection Files (Access)](https://msdn.microsoft.com/829153be-aa8e-4162-87e8-69882feecf19)
93
-
92
+
[Creating the Server Connection Files (Access)](./creating-the-server-connection-files-accesstosql.md)
0 commit comments