Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Masking Data

    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...

  • RE: BCP FILE TO TABLE

    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...

  • RE: diff between a function and a stored proc with a recompile option

    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...

  • RE: linked server not accessing through windows authentication

    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...

Viewing 4 posts - 1 through 4 (of 4 total)