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

Approach to normalising 15 million transactions

$
0
0
We have a requirement to normalise 15 million historical transactions into a number of tables. This involves various transformation processes currently implemented in T-SQL stored procedures. Current thinking is to process the transactions in T-SQL, driven by a cursor (probably [url=https://sqlperformance.com/2012/09/t-sql-queries/cursor-options]FAST_FORWARD, LOCAL [/url]) , invoking the stored procedures as required. Would welcome thoughts on the viability of such an approach and any suggestions of alternatives

Viewing all articles
Browse latest Browse all 3145

Trending Articles