Viewing 4 posts - 1 through 4 (of 4 total)
We rolled out own data obfuscator program. Whenever the prod DB was restored to a new environment we used a function to alter letters and numbers of sensitive data fields...
March 9, 2008 at 2:26 pm
BCP is fabulous because it's fast. One undocumented, and altogether nifty little "feature" is that you cannot count on BCP to maintain the original order of the data in the...
May 10, 2005 at 5:08 am
Another nifty difference between Fn and SP is table variables. You can't pass table variables into stored procs - *darnit* - but you *can* call a function that returns a table...
February 7, 2005 at 7:11 pm
I'm assuming the "Be Made using the login's current security context" option is what's breaking? Make sure the domain account you are using is in the local Admin group on both...
November 12, 2004 at 6:02 pm
Viewing 4 posts - 1 through 4 (of 4 total)