Forum Replies Created

Viewing 15 posts - 2,086 through 2,100 (of 2,436 total)

  • RE: MDF header in hex

    Bingo Chris ... time to "recover from your most recent database backup" ...

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

  • RE: MDF header in hex

    I do not believe that this informaiton is documented for general public use. The only resolution may be to recover from your most recent database backup. Another possibility is that...

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

  • RE: Problem with BCP

    Try removing the square brackets [] from the server/instance, these have a different meaning/usage in a DOS command shell than what SQL Server uses them for.

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

  • RE: Changing Server name

    Tahir, for v7.0 your are correct.

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

  • RE: DB Size and Backup Size disparity

    I'd attribute it to another 'un-documented feature' (bug) left over from the old Sybase code base ...

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

  • RE: DB Size and Backup Size disparity

    You are correct Mike ... I made an 'assumption' that everyone does the proper maintenance ... including that !

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

  • RE: Migration Problems With Once Instance Registered as "Local"

    Here's the login transfer script the many others use:

     

    http://support.microsoft.com/default.aspx?scid=kb;%5BLN%5D;Q246133

     

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

  • RE: DB Size and Backup Size disparity

    To check things out properly you'll need to run the following in QA:

     

        exec your_database..sp_spaceused

        go

        dbcc sqlperf(loginfo)

        go

     

    This will give use space for both the database and the transaction...

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

  • RE: Truncate table

    yup ... scan BOL for the following: table and index architecture ...

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

  • RE: SQL Server service and Agent (Domain AC)

    Most of the potential issues raised (management, locked out accounts, security, etc) are really no-brainers when one sits down and plans a bit. Every site I've been at for the last...

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

  • RE: Alter Database: maxfilesize, autogrow issue

    This will work, but there is an unstated underlying issue here. Why are your transaction logs set to 'unlimited' growth ? Are they not managed ? Is the application that...

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

  • RE: Advanced logging and management in SQL Server 2000?

    I would probably set up a SQL Task to import the data. This way when it is executed you'd have a history. Also the 'outsourcing' company would just have to...

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

  • RE: Hardware make/model/cpu Etc.

    RAID 5 is optimized for read. Also, RAID5 or 1+0 0n a SAN does not make a huge difference unless your SAN is overworked and has insufficient cache.

    Intel over AMD...

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

  • RE: ServerName

    none ... figured it out in v4.21a ... it's been the same ever since !

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

  • RE: ServerName

    DOn't forget to stop/restart SQL Server ... @@servername is set on starting the server.

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

Viewing 15 posts - 2,086 through 2,100 (of 2,436 total)