Forum Replies Created

Viewing 15 posts - 256 through 270 (of 332 total)

  • RE: Are the posted questions getting worse?

    Just so you know, this thread is more the 'watercooler' at this point instead of being an actual whine and moan thread of record length.

    No, there aren't stupid questions....

    :cool:

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

  • RE: multiple dbs + log shipping + marked transactions

    What is the purpose of doing this?

    :cool:

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

  • RE: Are the posted questions getting worse?

    I figured I would throw my 2 bit sense in here too. I do not think that the post are getting worst. What you have to remember is that, you...

    :cool:

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

  • RE: set variable from openquery

    This should do what your looking for:

    declare @cnt int

    SELECT @cnt = COUNT(*) FROM SDW.PHARMADM.PHARM_HRXS where POSTED > to_date('07/11/2011' ,'mm/dd/yyyy'))

    select @cnt

    :cool:

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

  • RE: Login Problem

    A good place for you to start is finding what your rights are. Your problem lies in user schema sepration here is an article on it:

    http://msdn.microsoft.com/en-us/library/ms190387.aspx

    :cool:

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

  • RE: Brain racking for fun (Can you track/capture a select from a specific Login)

    Write a stored procedure and make them call that rather than running ad-hoc queries.

    --------------------------------------------------------------------------------

    Gail Shaw

    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in...

    :cool:

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

  • RE: Brain racking for fun (Can you track/capture a select from a specific Login)

    No I actually want to capture it and alter then return the results before returning values!

    :cool:

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

  • RE: Brain racking for fun (Can you track/capture a select from a specific Login)

    Gail

    I take it that would not allow me to do anything before it has taken place tho?

    :cool:

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

  • RE: Login failed in SQLServer 2008

    Dear All,

    Iam facing the below login failed errors.

    SQLServer 2008 - RTM - Enterprise Edition

    Windows Server 2008 - 64 bit O/s

    Message

    Login failed for user 'sa'. Reason: Failed to open the explicitly...

    :cool:

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

  • RE: Help with dynamic sql in sp

    amy,

    Not sure about what your really asking, but if your just wanting to print the errors use print instead of select.

    :cool:

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

  • RE: Mask a column for SSMS

    Sean

    Sounds good but ths sounds as if it would effect the applcation? Maybe it example mght help.

    :cool:

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

  • RE: Mask a column for SSMS

    So then not sure how you suggest this might work, maybe you could give a little more detail as to how this could work.

    :cool:

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

  • RE: Mask a column for SSMS

    So even a view with instead of triggers won't work in this case to completely replace the original table in the eyes of the app? (I'm aware you probably can't...

    :cool:

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

  • RE: Mask a column for SSMS

    If there are any other ideas fell free to reply. I have alreay done as Sean spoke about as far as where I stand with this type of situation with...

    :cool:

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

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

    :cool:

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

Viewing 15 posts - 256 through 270 (of 332 total)