Forum Replies Created

Viewing 15 posts - 14,476 through 14,490 (of 15,381 total)

  • RE: How to select one column as multiple columns..

    I do know what to do on each layer and trust me you both are wrong, no other data engine, or layer, linq, entity framework, Datasets loops or whatever, nothing...

  • RE: how to return zeros with a group by that returns nulls

    Pretty sure that nobody is going to be able to help you with such a vague question. We need some ddl and sample data along with the desired output from...

  • RE: need help for my query to get the number pattern.

    Not really sure what you are trying to but this will never work as it is. Here is your code formatted for readability.

    declare @n1 int

    declare @n2 int

    declare @c1 int

    set @n1...

  • RE: Manually Closing and Deallocating Cursors

    This begs the question....do you really need the cursors in the first place? There are very few reasons or situations where a cursor is needed. With very few exceptions a...

  • RE: Mask a column for SSMS

    Garadin (6/24/2011)


    Heh, well, I was watching my other monitor coming up with my own version of a how/to example, so here it is (although I believe Lowell's covered it).

    Yeah I...

  • RE: Mask a column for SSMS

    One thing to keep in mind. You mentioned that this is a third party app and that you will have periodic updates. You will probably want to create a script...

  • RE: Mask a column for SSMS

    Excellent. Thanks Lowell. Of course now I have no excuse not to work this afternoon. 😛

  • RE: Mask a column for SSMS

    Well actually the whole idea is to have your view take over the name of your current table. Then dml statements would remain the same. Let's say your current table...

  • RE: Mask a column for SSMS

    Maybe you are not aware that you can create updateable views? Here is an article from BOL. I think what has been somewhat referenced by all of us but NOT...

  • RE: How to select one column as multiple columns..

    That really is a formatting issue which is best left to the front end. Let whatever you are using to pull the data format it for you instead of trying...

  • RE: Mask a column for SSMS

    This is a nomination for Sean:

    "SQLServerCentral.com Best Quoters Award"

    I guess I win by default since it is a new award and I am the only nomination. WOOT!!!

  • RE: Mask a column for SSMS

    Sounds to me like management has mandated that you provide visibility to sensitive information that at the very least in incredibly unethical (which obviously you realize since you are trying...

  • RE: Mask a column for SSMS

    You can't. But like i said the whole field should be encrypted when it is stored. You should not store plain text SSN for the same reasons you don't store...

  • RE: Converting a string to a generalized format

    that is an odd requirement but you can achieve this with nested replace statements easily enough.

  • RE: Mask a column for SSMS

    Given that what you are trying to protect is SSN shouldn't it be encrypted in the database in the first place? Sensitive information of this nature really should not be...

Viewing 15 posts - 14,476 through 14,490 (of 15,381 total)