I have a host on a server and that contains an SQL Server Database.
I have another server in another country and i want have a backup from the database every 5 minutes or after each transaction only insert new row to another database.
After some research i found out i can use linkedservers for this goal.
Is this procedure works for me for doing this operation?
Making backup from database to another server
101 Views Asked by Saman Gholami At
1
There are 1 best solutions below
Related Questions in SQL-SERVER
- SQL server not returning all rows
- Big data with spatial queries/indexing
- Conditional null constraint on Null
- SQL Query - Order by String (which contains number and chars)
- Optimising a slow running SQL Server Stored procedure ordered by calculated fields to return a closest match
- Dynamics CRM Publishing Customizations - Multi Developers
- Is there anyway to set the relationship of many tables from Model?
- Implementation of Rank and Dense Rank in MySQL
- ORM Code First versa Database First in Production
- MVC : Insert data to two tables
- Data streams in case of Merge
- table with multiple IDs but seperate notes need sorting (Tried SQL code to make a union query)
- SQL table Partitioning by Year with ColumnStore index implemented on the table
- Defining which network to use for SQL Server 2012 Management Studio
- Fill a week days in a table with preceding Sundays value
Related Questions in BACKUP
- Need to create a simple script for ftp login
- Backup strategy for build tool hosted on Azure VM
- Error with Data Pipeline backup when I transfer my data from DynamoDb to S3
- Tablesnap not working
- Can WebDeploy Backup on Application Level Not the Whole Site?
- Cassandra restore from incremental backup files from multilple nodes
- How to avoid "use <database>" statement on mysqldump backups?
- Bash output limited to echo only
- Batch file to delete all folders in a directory except the newest folder
- CentOS6 - Backup all RPMs and installed programs
- Tar backup error
- What is the best file format to save dynamoDB table?
- Creating Backup and Restore where the Executable path in vb.net
- Daily and weekly backup strategies
- iOS Enable backup for file ONLY IF backup is encrypted
Related Questions in LINKED-SERVER
- Cannot insert data over Linked Server into Redshift
- Cannot query ORACLE database through linked server
- executing an oracle stored procedure from Sql Server 2008
- Linked Server vs. Ad Hoc (OpenRowset / OpenDatasource) Distributed Queries
- How to use OpenDatasource() to connect to a remote SQL Server?
- Distributed Transaction on Linked Server between sql server and mysql
- Stored procedure taking Backup of data files stored on a linked server
- linked server compares between Oracle and SQL Server
- Too Many Rows Were Affected error on updating a Transact SQL linked table
- How make use of Bulk Insert API?
- Unable to fetch data from SQL Server linked server from oracle
- Using UNION clause in OPENQUERY to query Oracle Linked Server with VBA
- When querying the linked server throws an error 'Microsoft Distributed Transaction Coordinator (MS DTC) has stopped this transaction.'
- Query works via linked server in SSMS Query window ,but fails through SQL server agent job
- Nolock not working inside linked query
Related Questions in DISTRIBUTED-DATABASE
- Accessing data on distributed database on OrientDB
- How to shard using OrientDB
- Making backup from database to another server
- Communication link failure: JDBC
- Distributed C++ game server which use database
- Understanding of hBase data storage (webpage) for Nutch
- Setting up a distributed database with TimescaleDB
- Looking for a lightweight-ish distributed DB/cache
- Bigtable secondary indexes : Best practices/Recommended-ways
- Do cross-partition queries break infinite CosmosDB horizontal scalability?
- Does 1 phase commit make sense in distributed systems?
- Strong consistency and replication factor
- Writes to geographically distributed database
- How to model "dimension" tables in TiDB?
- How to support GUID in Windows Azure Mobile services
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I don't know what the linkedserver will do for you.
You are connected from both server via a vpn? You are in different network (domain) probably?
If you are using a linked server, it means you will probably create trigger or stored proc. You will have to configure msdtc (for trigger).
You can use :
I had to configure 2 times a replications to move the data from a server to another, than manage these data with trigger. It was easier to work on the data localy