Forum Replies Created

Viewing 15 posts - 196 through 210 (of 2,436 total)

  • RE: Network Performance issue??

    Have you double checked your NIC settings and Switch port settings ?

    Some NICs and Switches need 'auto' and others need a 'fixed' transfer rate set. Your hardware and Switch vendors...

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

  • RE: Reindexing

    The solution is:

    1) not to use maintenance plans

    2) add FULLSCAN

    3) write a better script (Hint: there are lots out in SSC)

    Some best practices:

    1) do not try to defragment heaps

    2) do...

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

  • RE: Expected salary for DBA with 3 years exp.

    for the world culturally deficient could reanslate 4.5 lac into USD please ...

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

  • RE: Same or Different?

    At present we have separate AD accounts for services on 'logical' groups of servers. These AD service account passwords are changed annually or when staff changes. We are moving further...

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

  • RE: what do YOU monitor in sql server on a daily basis

    Here is what we have setup on demand on key servers as a 'default':

    General State Counters

    ======================

    Memory - Available MBytes

    Memory – Pages/sec

    Network Interface – Bytes total/sec

    Physical Disk - %...

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

  • RE: avoid result output of a shell command

    why not try using the insert/exec construct to store the results of your xp_cmdshell output in a temp table, delete the nulls and use selects to check your results.

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

  • RE: Nic Teaming

    Agreed that it does work (we tested the same in a lab environment back in 2006).

    The important thing to remember though is that if you have a production issue with...

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

  • RE: Restore fails with error 32

    It look like you have a valid backup file.

    Try this command and post the results please ...

    RESTORE DATABASE [Testing]

    FROM DISK = N'D:\SQLBackups\wsgis20090906.bak'

    WITH

    MOVE N'WSGIS' TO N'G:\SQLDBFiles\Testing.mdf',

    MOVE N'WSGIS_log' TO N'G:\SQLDBFiles\Testing_log.ldf', STATS...

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

  • RE: Restore fails with error 32

    execute this script in a query window:

    RESTORE FILELISTONLY

    FROM DISK = N'D:\SQLBackups\wsgis20090906.bak'

    post the results of the query please.

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

  • RE: Migrating SQL Server 2005 Agent Jobs

    hmmm ... could it be that these are Maintenance Plans ?

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

  • RE: 3rd-party enterprise-level backup tools - Should DBAs still be in charge of backups/restores?

    Rule #33 ?

    I am curious what the list of rule you have is ?

    Would you mind sharing ?

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

  • RE: SQL 2000 Cluster issue

    Thank you as well !

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

  • RE: SQL 2000 Cluster issue

    What was the resolution to your situation ?

    Please advise so all can learn from your experience ...

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

  • RE: If you weren't a DBA what would you be doing?

    back on point - if I was not a DBA I'd be:

    Cabinet/Furniture maker

    Landscaper/Master Gardener

    Construction equipment operator (Operating Engineer)

    Please notice that not one of these professions is related to IT directly.

    However,...

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

  • RE: Restore fails with error 32

    Try performing the restore filelistonly and verify from a query window and post the messages.

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

Viewing 15 posts - 196 through 210 (of 2,436 total)