Forum Replies Created

Viewing 15 posts - 2,401 through 2,415 (of 2,436 total)

  • RE: database(loading) after restoring from backup device

    Just to provide a couple of comparison times ...

    HP-DL-580 quad 3.0 Gh Xeon CPU, RAID 1 OS, separate RAID 5 SAN arrays for data, log and backup. Restore time for...

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

  • RE: transaction log backup and truncation in sql 7.0

    I try to keep the total size of a transaction log to 10-20% of the total database data size for starters and hourly transaction log backups. Then based on log...

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

  • RE: tempdb problem

    You don't mention whether the application is home-grown or a vendor supplied package ? If it's a vendor suplied package have you tried to contact their helpdesk line posing the...

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

  • RE: Backup Solution Advice

    If you have the extra cash (possibly 1-2 K), look into upgrading to SQL2K Enterprise from sStandard. Enterprise has built in log shipping functionality which sounds like a tailor made fit...

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

  • RE: Large Transaction log Backup failing with OS error 33

    There may be 2 issues here. First I'd go back to BOL and check out everything I could on transaction logging. If recoverabilty is not an issue then 'Simple' is...

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

  • RE: Moving a Database in SQL Server 7.0

    For logins check out this link: http://support.microsoft.com/default.aspx?scid=kb;en-us;246133

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

  • RE: # of Connections to the database

    You might want to look into the sysprocesses table ... there are a few columns present (if the application connection string populates them) that might make this a snap.

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

  • RE: Run-time Error -2147467259

    We have several vendor applications that issue similar messages for login failures (as opposed to' 42000 login failed', the norm). To diagnose these we've have to extract the user/password from...

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

  • RE: tempdb autogrow issue

    As a part of a standard SQL server installation/configuration we always set the size and growth attributes of the master, msdb and tempdb databases. By doing this initially we've avoided...

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

  • RE: How many platforms Do You Run at Home

    5 platforms in all:

    WIndows XP --> for the kids

    NT 4.0 Server -->  SCSI II, RAID 5, SQL v7.0, Sybase ASE v12, Oracle v8, old work box (soon to be Win 2K3...

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

  • RE: Huge Table Structures in SQL2000

    245 columns in one table ?!?!? Well maybe a shot a normalization (breaking things up into a few tables) just might be in order. Not attempting to do this might well be...

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

  • RE: Physical Memory Issue/Leak?

    I'd run perfmon on the pagefile, memory,  and maybe processes before even thinking about changing anything.

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

  • RE: Weird error: MSDE Database stops responding

    Just a few brief thoughts shooting from the hip:

    1) is the MDAC up to date ?

    2) up the memory to 256 Mb (256 Mb is plenty for windows with MSDE...

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

  • RE: Increase tempdb size

    Since this v6.5, the first 2 Mb of tempdb by default are on the master device. Based on how large you want to grow it you will have to add...

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

  • RE: SQL Driver Versions

    If it's only 2 machines it does not sound like an issue. If you have SMS available that makes life much easier. Just create a package, advertise it and you're...

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

Viewing 15 posts - 2,401 through 2,415 (of 2,436 total)