Ryan WhitakerDishes of RyanModify data before it's inserted in SQL Server 20002005- February 3, 2006 I had a scenario where I needed to massage some data in this one particular column before it got inserted into the database. I usually like to implement this kind of logic alongside its business brethren, leaving as much business brouhaha out of the raw database as possible, but in this case I was straddling two apps. One old one, one new one, both using the same database. Problem was, I didn't want to pull down the old code from the Vault, recompile, and post a newish-old...http://weblogs.asp.net/ryanw/archive/2006/02/02/437242.aspx |