Viewing 3 posts - 1 through 3 (of 3 total)
I ALWAYS tell my developers to isolate logic into functions. Write a user-defined function that inputs your variables and returns your value. This way you simply add this as a...
May 27, 2010 at 11:46 am
#1173487
That's what I use for all of our DBs so we have production and test in sync daily.
I had tried using this for a development instance on a different...
April 23, 2009 at 9:28 am
#983020
I see that almost all responses are against encrypting. The few that have done so were to basically try to secure critical code for their system.
My perspective is that...
April 10, 2009 at 7:43 am
#975746