Viewing 15 posts - 16 through 30 (of 31 total)
I don't use a auto script as security is an auditable spec for me. I usually rename and disable the accounts for a start.
Then over time progress through...
January 29, 2009 at 5:09 pm
Thanks Again Lynn
I was going to create one trigger for both inserts and updates, but I think I need to seperate them out due to different audit needs. ...
November 20, 2008 at 9:29 pm
Thanks Lynn
I had considered it was possible, but now I know I can do this . Progamming has never been a strength or passion of mine so I usually...
November 20, 2008 at 9:26 pm
Okay here's the code
create TRIGGER [dbo].[TRG_AUDIT_UPDATE_SITES]
ON [dbo].[REGISTERED_SITES]
AFTER INSERT, UPDATE
AS
BEGIN
declare @NULLvarchar100varchar(100),
@NULLvarchar60varchar(60),
@NULLintint,
@NULLbitbit,
@NULLchar1char(1),
@NULLchar2char(2),
@NULldatetimedatetime,
@NULLnchar10nchar(10)
set@NULLvarchar100 = NULL;
set@NULLvarchar60 = NULL;
set@NULLint = NULL;
set@NULLbit = NULL;
set@NULLchar1 =...
November 20, 2008 at 7:54 pm
When I backfill for another DBA at my outsourcing company, I telecommute to do support times as requested by the client.
It's okay, but very slow so I only use...
September 23, 2008 at 10:15 pm
My reason to work part time is my young child. I'd not work at all and be a fulltime mum if I could, but like everyone I have...
September 17, 2008 at 10:33 pm
Abba
I work as a 20 hour per week DBA. I've been in DBA and Unix Admin work for the last 15 years as a normal fulltime plus on-call...
September 16, 2008 at 10:01 pm
As other DBAs have mentioned earlier in this post orafaq is a good one, Oracle itself has metalink with the new dashboard functionality (which is rather nice in a gui...
September 16, 2008 at 9:32 pm
escape outer view
cascade is like cross current
primary break between
June 24, 2008 at 9:36 pm
public statistics
trigger off foreign values
convert user view
June 24, 2008 at 9:30 pm
The rule of thumb I follow seems to be the hourly rate you where getting ie $75 should have three zeros added to the end for an...
May 1, 2008 at 7:34 pm
I've been asked by the management in my current IT company to gain this qualification even though I've personally don't see what benefits it provides me as a parttime dba...
April 30, 2008 at 1:28 am
I'm an Ess Cue Elle type of DBA. This is due to my Oracle DBA background prior to adding to my skill set as a SQLServer DBA. ...
April 10, 2008 at 9:13 pm
Thanks for the replies. I will confirm tomorrow if we have a solution.
Just to clarify only I have SA password in production, so unsure why you'd think...
November 21, 2007 at 10:33 pm
The error message we get is:
Database diagram support objects cannot be installed because this database does not have a valid owner. Ton continue, first user the files page of...
November 15, 2007 at 6:58 pm
Viewing 15 posts - 16 through 30 (of 31 total)