Viewing 15 posts - 1 through 15 (of 27 total)
DBADave (1/4/2009)
January 5, 2009 at 1:10 pm
Hi
Thanks for the reply George. Its a beautiful day down here, winter has started though ...
When you say compete for resources, is this an issue other than with...
May 8, 2008 at 3:53 pm
Be aware that selecting the 'do checks for backups' option also apllies to the trans logs; this can lead to situations where your log file backups take excessive time and...
April 2, 2008 at 2:09 pm
Or fix it, using syntax like the following. Note the [] around the word with a reserved char.
alter database mntrDevl
MODIFY FILE (NAME = [mntrDevl-Log] , NEWNAME =...
January 21, 2008 at 12:26 pm
Hi
I ran 2 Prod instances on IBM blade servers for the last 3 years. No problems, once we had the IO working nicely.
As the previous post suggests, check your...
January 21, 2008 at 12:19 pm
Also consider user behavior. Has anyone changed roles, new staff hired, etc?
Ideally any action that involves the DB issuing locks should be completed quickly but the user may not...
January 16, 2008 at 12:56 pm
Hi
I feel for you; been there too and sometimes its been very painful.
I try to describe what SA is for; some people assume that SA is just a more powerful...
January 9, 2008 at 1:44 pm
Hi
I strongly recommend that you consider a Reverse Proxy Server. This is the approach we use - no databases to replicate or otherwise move tot he DMZ, less disk...
October 22, 2007 at 1:59 pm
Hi
If you only want a single row this is easily acheived with a symntax like
select max(a) a, max(b) b
from (
select...
September 26, 2007 at 2:52 pm
I concur with the (possibly most important) comment in the above posting - check business rules.
Once you have clarified the rules you should know whether there is an issue with or...
August 27, 2007 at 10:29 pm
Hi
The only means I know to confirm a restore is to detail some data changes in the backed up DB before and after the restore-to-time. Then after restoration confirm that...
August 27, 2007 at 10:16 pm
> != is most GUI folks write and it's a bit more difficult to read than <>.
Totally a matter of opinion. ! mean Not (negation operator) and = means equal...
August 20, 2007 at 2:47 pm
It is my opinion (and at this site, my manager's I'm glad to say) that there are two components to security; technical and HR. Use the technical side to limit...
August 9, 2007 at 9:59 pm
We should always ensure that the values we hold are correct - resist any suggestion that you enter an incorrect value as a place holder as you then have to...
August 8, 2007 at 3:57 pm
Does US law offer any protection from Constructive Dismissal (process of forcing a employeee to resign when that employee otherwise would not have done so without the pressure from the...
July 26, 2007 at 3:13 pm
Viewing 15 posts - 1 through 15 (of 27 total)