Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

How to create (duplicate) syncronized table columns (data only) in new (backup) table

$
0
0
Hi All: for several reasons i need to create a (what i call a reporting) table that holds synchronized records from other tables.This is a very sparse, but very-complicated and extensive third-party db with low utilization - i am sysadminexample[Table1].[Column1], [Table1].[Column2],[Table1].[Column3][Table2].[Column1], [Table2].[Column2], [Table2].[Column3][Reporting].[Table1.Column1], [Reporting].[Table1.Column3], [Reporting].[Table2.Column2], [Reporting].[Table2.Column3]I want only the column values replicated - keys, constraints, error-checking are not necessary.The replication could be real-time transactional, or even '[i]every n minutes[/i]'I suppose you could call this a form of minimalist backup - i just don't know how to proceed efficiently.many tia

Viewing all articles
Browse latest Browse all 3145

Trending Articles