↧
By: Ameya Thakur
Hello Sudarshan, Thanks for this code. I am trying to use to code to create a Audit table on one on my Transactional Table in SQL 2008. I have modified the script as per your instructions, but looks...
View ArticleBy: epo
I have the same issue as Ameya Thakur’s comment. any suggestions? Thanks. great article
View ArticleBy: Sudarshan Narasimhan
My bad. Change the following line as follows and it will work Original: select @NewColValue = select NewColValue from inserted Change To: select @NewColValue = NewColValue from inserted I’ve modified...
View Article