- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2018 09:33 AM
How do dump the data from service-now DB to SQLServer ?
Solved! Go to Solution.
- Labels:
-
Performance Analytics
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2018 10:28 AM
Use SnowMirror | The Smart Data Replication Tool for ServiceNow
or ServiceNow ODBC Driver

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2018 10:28 AM
Use SnowMirror | The Smart Data Replication Tool for ServiceNow
or ServiceNow ODBC Driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2019 07:48 PM
Hi Liju,
I am having the same requirement to take the DB back from service-now to local DB,kindly guide us how can we use ODBC connector to take entire dump in local db.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2018 10:30 AM
if you are dumping large scale data then go for use SnowMirror (over a million record)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2018 10:31 AM
There are different replicators available
1) eg, SnowMirror, Perspectium etc.
2) You can use export set to export data in EXCEL spread sheets and then can use as source for SQL
3) You can use JDBCProbe method to connect to SQL server and programatically dump the data to SQL server as well.