Applies to:
PcVue all versions. SQL Server Express 2008 R2 |
||
|
||
Summary:
One possible and tested way to backup historical data from SQL Express to SQL Standard. |
||
|
||
Details:
The following script must run in the SQL Standard instance with a job every 30 minutes. The script replicates data from DATABASE2 to DATABASE1. INSERT INTO [DATABASE1].[dbo].[TRENDTABLE1] (SELECT [Chrono] FROM [DATABASE2].[dbo].[TRENDTABLE1] FROM [DATABASE1].[dbo].[TRENDTABLE1] This script uses the library ‘AIHdsTSConversion.dll’ to convert Date to Chrono format. More details, and a zip file containing the library, are available in article KB492. Script performance : 1400 records per second (environment dependent) |
||
|
||
|
Topic
[KB868]REPLICATION WITH 1 SQL SERVER EXPRESS AND 1 SQL SERVER STANDARD EDITION
Additional Info
Created on: 08 Jun 2018 Last update: 30 May 2024