Forum Replies Created

Viewing 15 posts - 61 through 75 (of 2,436 total)

  • RE: Paging File usage peaking at 99.9%

    hmmm ... with an active passive cluster with 64 GB of RAM the largest paging file you should have configured is either 16 or possibly 32 GB. With 99% page...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: TempDB properties are not accessible

    what credentials are you using on this SQL Server ? are you in the 'sysadmin' role ?

    is the server really busy ?

    have you tried running the query from SQLCMD ?

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: SQL Agent Job not firing when scheduled

    silly questions:

    was there a maintenance outage or down time ?

    do you have the SQL Server errorlogs available ?

    does your job produce an output log file ?

    have you scanned the application...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Multiple instances on a VM

    Do not 'over provision' - SQL does not like having memory and/or CPUs managed in and out.

    Most applications can handle that but SQL Server really, really hates it.

    In looking at...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Slow SQL install on Windows 2012

    hmmm ... I am thinking network related here.

    Have you looked at your network configuration on that server ? possibly a bad DNS search order ? or even an non-existant DNS...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Fastest way to convert strings 'TRUE' and 'FALSE' to bit-values 1 and

    The question was cute - the correct answer is unfortunately 'obtuse' code that really has no place in a production environment.

    think "Code with clarity" ...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Is it good to enable database compression at server instance?

    I would also look at database size, CPU load and potentially using the Resource Governor to keep normal SQL Server performance levels within acceptable ranges.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Vulnerability scan report

    These are Windows Server vulnerabilities methinks - these and any other MS security hot-fixes should ALWAYS be applied.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Objections to virtualizing

    Not at all since our SQL VM instances have resources that are fixed.

    We only 'over provision' WEB, Citrix and aplication servers - NEVER SQL Servers.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Objections to virtualizing

    Our environment is 80% virtual (550+ SQL server instances).

    A previous point alluded to about SQL Server not playing well with 'others' is just not true.

    SQL Server does not like having...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Just curious, what are your SQL pet peeves ?

    What is wrong with table variables ?

    hmmm ...

    table variables are not capable of having indexes (however they support constraints and primary keys)

    no indexes mean:

    - no index statistics...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Just curious, what are your SQL pet peeves ?

    A great list discussion - my 3 cents:

    - table variables need to be depracated with extreme prejudice

    - SSMS generated code (IMAX screen width anybody ?)

    - UpperLowerCase as...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: High Memory Utalization

    First a few questions:

    - Is the server physical or virtual ?

    - Is there an application on the database server ?

    - How much RAM is on the server...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Using Dual Monitors vs Single Large Monitor

    Call me 'old school' - a single 24" monitor in the office and a single 22" monitor at home.

    I never open up more than 24 applications at a time (3...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: How to add column in specific position

    WOW - 2005, 2007, 2011, 2014 - what a thread life !

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

Viewing 15 posts - 61 through 75 (of 2,436 total)