-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathenable-query-converter.txt
56 lines (39 loc) · 1.43 KB
/
enable-query-converter.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.. _rm-enable-query-converter:
======================
Enable Query Converter
======================
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
You can use the query converter to convert SQL statements, views, and
stored procedures to MongoDB syntax. The query converter considers the
mapping rules and schema transformations defined in your project when
converting your SQL code.
Before You Begin
----------------
Before you can use the query converter, you must sign in to your Atlas
account in {+rel-mig+}. For details, see :ref:`rm-atlas-log-in`.
Steps
-----
.. procedure::
:style: normal
.. step:: Navigate to the query converter pane
From the :guilabel:`Code Generation` tab, click the
:guilabel:`Query Converter` pane.
.. step:: Read the user agreement
.. step:: (Optional) Review telemetry preferences
Telemetry data about the source and converted queries are
temporarily stored by MongoDB to improve the query converter
feature. If you do not want your data to be stored, you have
the option to opt out:
.. include:: /includes/fact-disable-query-converter.rst
.. step:: Enable the query converter feature
Click :guilabel:`Start Using Query Converter`.
The :guilabel:`Query Converter` pane is displayed.
Next Steps
----------
- :ref:`rm-convert-queries`
- :ref:`rm-convert-views`
- :ref:`rm-convert-stored-procedures`