Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 2,436 total)

  • RE: Create Index on Network drive

    1.) Is it possible to create an index on a networked drive?
     
    Answer ==> NO

    http://support.microsoft.com/default.aspx?scid=kb;en-us;304261

    http://support.microsoft.com/default.aspx?scid=kb;en-us;812504

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

  • RE: SQL Server Name differnt to Computer Name

    I'd shy away from IP addresses totally. That's what DNS was meant to do for you !

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

  • RE: Find erratic jobs

    If it's just for yesterday, then why not opt for using EM ? It's quick and easy !

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

  • RE: Gullibility Factor Test

    twas an interesting diversion for the afternoon in our shop ... all 7 system engineers took the test ... then we had fun with the results ...

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

  • RE: When do you put the Database in Emergency Mode

    Under normal circumstances NEVER. I've had to perform this a few time in the past but it was only at the direction of MS PSS.

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

  • RE: SQL Server read-ly mode

    If you are using LUN replication, why not just leave the SQL Server Service off at the DR site until needed ?

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

  • RE: install microsoft ole db provider for olap services 8.0 on approx 1000 pc''''s

    Yiou definitely need to talk to your systems/desktop admin folks. If you are a Windows shop, then the tool os choice is SMS - Systems Management Server <period>

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

  • RE: Question of the Day for 08 Feb 2006

    2 is somewhat correct for the posed question. In reality it should be 3. But not just plain 3. But 3 times for each database that is not a system...

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

  • RE: Sporadic performance problem

    If the obvious locking/blocking checks do not reveal anything ...

    Here's my 'short list' for tuning:

    Round I

        DBCC UPDATEUSAGE

        UPDATE STATISTICS (with FULL scan) for all tables

        exec sp_recompile for all...

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

  • RE: SQL Sever 2000 in bulk-logged mode for production database--Question on log backups

    I agree and have walked down dcpetersen's path as well. Besides, if you are backing your files up to tape after they are on disk, the only reason to keep more than...

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

  • RE: relocating datafiles

    Here's a good link that may help you as well:

    http://support.microsoft.com/kb/224071/en-us

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

  • RE: Connecting to an instance of SQL Server 2000

    In all probability this is more of a network issue than SQL Server. I'd look at the topology of your network first before SQL Server and the ports is uses...

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

  • RE: Dropping all linked Servers

    As for automating the task(s) that you mention, it is possible. But in order to assist you will have to post the error(s) you are getting.

     

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

  • RE: database partitioning

    Before you think about partitioning ...

    Here's my 'short list' for tuning:

    Round I

        DBCC UPDATEUSAGE

        UPDATE STATISTICS (with FULL scan) for all tables

        exec sp_recompile for all tables

    Round II

        DBCC DBREINDEX

       ...

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

  • RE: Question of the Day for 25 Jan 2006

    Cute and esoteric ... a very good question ...

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

Viewing 15 posts - 1,516 through 1,530 (of 2,436 total)