Forum Replies Created

Viewing 15 posts - 1 through 15 (of 27 total)

  • RE: How do you reindex a very large database?

    DBADave (1/4/2009)


    The log drive is also showing poor performance, although not as bad and most are during the transaction log backups that occur every 15 minutes. The transaction log...

  • RE: Single Instance versus multiple

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

  • RE: is it a good practice to do integrity check before perform backup?

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

  • RE: Wrong filename syntax error...

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

  • RE: SQL server on the blade server

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

  • RE: Blocking by the same user?

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

  • RE: Rant: sa account

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

  • RE: Please Help needed!!!

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

  • RE: whats wrong with this script

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

  • RE: Many Intersection Tables vs. Many Entity Tables

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

  • RE: How to Verify the backup

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

  • RE: What is difference between != and operators ?

    > != 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...

  • RE: A Matter of Trust

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

  • RE: birthdate as a non date field

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

  • RE: Forced to sign a resignation letter !

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

Viewing 15 posts - 1 through 15 (of 27 total)