mysql - SQL database backup and restore on user id -


i have database contains details user information.the database contains 20 tables users specific details.every table contains user foreign key. want able backup specific user data database , restore backup. possible restore backup on different database has same tables. working on not able find documentation or article on this. if me on if doing possible. thank in advance

you need write sql export data. can use number of techniques example: gather data using views, stored procedures or combination of both. export data using linked servers, import export or ssis.

there no backup , restore functionality subset if data.

(p.s. sql server. have 3 different database engines in tags.)


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -