Forum Replies Created

Viewing 15 posts - 271 through 285 (of 332 total)

  • RE: Mask a column for SSMS

    I agree the problem is I did not design this system. The company is purchasing it and leaving me to fix these type issue after implementation. The other problem is...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Mask a column for SSMS

    How do you only encrypt part of the data in a column?

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Mask a column for SSMS

    Yes I know! I have not bow down to this yet. I am trying to find a better solution. If triggers would use: for select then I could create a...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Mask a column for SSMS

    Unfortunately I am under the constrant to give access from management to production(stupid) not a copy and the view thing won't work in this case.

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Mask a column for SSMS

    I already said I could do (deny or revoke) but it would not allow the developers who are working on the app who have to do selects statements to be...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Mask a column for SSMS

    [Grant said this in another thread]

    sp_addextendedproperty is for putting descriptions, etc., on to your SQL server objects. It doesn't do any kind of formatting of any kind. It's for creating...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Change email Subject based on query output

    d.raes

    Hi all,

    I need help with the following. The code below works fine but I would like to change the subject of mail based on the current date of the database(server)...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Master page with user privilege - Stringbuilder

    This is a repeat posted more than once!

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Dynamic Cursor not returning updated records

    Have you checked for duplicate records?

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Dynamic Cursor not returning updated records

    Phil

    My question is what would cause the DYNAMIC cursor to continue to act as a READ ONLY cursor and continue to read the tempdb resultset? I didn't see a DYNAMIC...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Dynamic Cursor not returning updated records

    Phil

    It's not so much using a cursor to do an update, but rather finding the starting record that matches the end record and finding any overlaps in the actual completion...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Dynamic Cursor not returning updated records

    Sean

    I would be willing to bet that you don't need a **cough**cursor**cursor** to do an update. You will benefit in huge performance gains by converting to a set based solution....

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Mirroring and Security

    kapfundestanley

    I configured mirroring on windows 2008 and sql 2008.I have local administrator domain administrator as logins.My problem is I want to deny connections to windows logins...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Dynamic Cursor not returning updated records

    I'm trying to find out why the updated records are still coming into the cursor after they RECORD_READ is set to 1. I removed the order by statement, but it...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Dynamic Cursor not returning updated records

    I'm trying to reduce the number of records that are returned with each fetch next using this cursor declaration

    DECLARE START_PROCESS CURSOR DYNAMIC FOR

    SELECT LOAN_ID, STEP_CODE, ACTUAL_COMPLETION_DATE

    FROM #START

    WHERE...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

Viewing 15 posts - 271 through 285 (of 332 total)