Quantcast
Channel: Using Composable DML to maintain entity history [T-SQL]
Browsing latest articles
Browse All 2 View Live

re: Using Composable DML to maintain entity history [T-SQL]

this could be done in Oracle much easier than this.... :-/

View Article



re: Using Composable DML to maintain entity history [T-SQL]

Hi Jamie,The way I do it is:...WHEN MATCHED AND t.Type2Cols != s.Type2ColsUPDATE SET EndDate = SYSDATETIME()WHEN NOT MATCHED BY SOURCE THENUPDATE SET EndDate = SYSDATETIME()OUTPUT s.*--... and then...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images