Viewing 15 posts - 256 through 270 (of 331 total)
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....
July 12, 2011 at 1:32 pm
What is the purpose of doing this?
July 12, 2011 at 1:28 pm
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...
July 12, 2011 at 1:24 pm
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
July 12, 2011 at 1:18 pm
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:
July 6, 2011 at 9:33 am
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...
July 6, 2011 at 8:58 am
No I actually want to capture it and alter then return the results before returning values!
July 6, 2011 at 8:41 am
Gail
I take it that would not allow me to do anything before it has taken place tho?
July 6, 2011 at 8:34 am
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...
July 6, 2011 at 8:19 am
amy,
Not sure about what your really asking, but if your just wanting to print the errors use print instead of select.
July 6, 2011 at 8:16 am
Sean
Sounds good but ths sounds as if it would effect the applcation? Maybe it example mght help.
June 24, 2011 at 12:05 pm
So then not sure how you suggest this might work, maybe you could give a little more detail as to how this could work.
June 24, 2011 at 12:00 pm
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...
June 24, 2011 at 10:30 am
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...
June 24, 2011 at 9:49 am
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...
June 24, 2011 at 9:37 am
Viewing 15 posts - 256 through 270 (of 331 total)