Forum Replies Created

Viewing 15 posts - 2,011 through 2,025 (of 2,436 total)

  • RE: Question of the Day for 13 Sep 2005

    Thanks ... I stand even more enlightened about 64 bit (never having to research it). Definitely a 'rush to market thing'. I am now more inclided to say 'partial product'...

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

  • RE: Question of the Day for 13 Sep 2005

    Great question that points out a terrible 'undocumented feature' (bad bug) in 64 bit ...

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

  • RE: Question of the Day for 12 Sep 2005

    The explanation is slightly incorrect. It states one will get the following error 5 times:

    Server: Msg 8164, Level 16, State 1, Procedure procTestCounter, Line 12

    An INSERT EXEC statement cannot be nested.

    I...

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

  • RE: strange db behavior soon after installing SP4

    Have you executed DBCC CHECKDB and DBCC CHECKALLOC against the databases ?

    Have you executed UPDATE STATISTICS against the databases ?

    Have you tried altering one of the 'quirky' database recovery mode...

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

  • RE: SQL Server 2000 Developer installation problem!

    Scan your computer for a file named like sqlstp*.* ... I believe sqlstp.exe produces a log file. Please post this and we may be able to help.

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

  • RE: Renaming a server

    and stop/restart SQL Server ... @@servername is set at startup I believe ...

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

  • RE: And you thought i was gone!! NEVER

    Succint and accurate Phil !!!

     

     

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

  • RE: SQL DBA needed in Huntsville, Alabama - Relocation Offered!

    Maybe if the upside approached reality, say 90-100K, there might be a few nibbles.

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

  • RE: Script to Change Log File Size

    This is a 'dangerous' thread ... first you probably want to use the sysaltfiles table in the master database with your name selection criteria and augment it with "and fileid...

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

  • RE: snapshot and thawed

    You might want to contact the folks who installed you backup software. It is probably the work of an 'agent' that was installed as a part of the backup process.

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

  • RE: DB Maintenance Plan fails routinely.

    It's a stumper ... so back to the basics ... What's your SQL version and SP ? How about MDAC version ? Are you using a domain account for the...

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

  • RE: Impact on sql server performance when using DBCC TRACEON (3605, 1204,-1)

    Just be wary of errorlog file growth. You might also want to increase the configured number of errorlogs to keep as well (default is 6, I use 20). Also check...

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

  • RE: Rebuild Index on Primary Key Column

    Fragmentation is also determined by the distribution of key values over the entire possible range for a given index. Take a 6 digit integer as an example (999,999 rows).

     

    If you have 200,000 rows...

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

  • RE: Moving Files

    How about ...

    After your process is complete upload a 'return' file back to Unix.

    (maybe containing the original pathname and the processd pathname)

    On Unix (whatever 'flavor') have a cron job to...

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

  • RE: Restore master error

    Also ... did you already restore the master database ? If you have this 'auto-magically' shuts down the database server.

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

Viewing 15 posts - 2,011 through 2,025 (of 2,436 total)