Forum Replies Created

Viewing 15 posts - 3,046 through 3,060 (of 3,060 total)

  • RE: Deleting 400K rows

    My wild guess is you are moving some identificable chunck of data, like a month or something like that. Please correct me if I'm wrong.

    If this is the case I...

  • RE: Do concurrency enhancements for tempdb still apply in 2005?

    as far as I know, Yes. That's still considered best practice, one TempDB datafile per core

  • RE: Problem - Restored db on another server: Stored Procs Fail

    Check what Linked Servers you have setup on FLAG... set up the same ones on TRAP

  • RE: Database Space Critical

    If you cannot add more disk space your only option is just read your post... your answer is in there.

  • RE: Msg 7346, Level 16, State 2

    "ORA-01403: no data found" means exactly that but you are missing a couple of errors that usually come along.

    I would log into the target Oracle database via SQL*Plus, execute the...

  • RE: Oracle DB backup

    I being working with Oracle for 10+ years now and never heard of something called "sybtax", what's that?

  • RE: how long do you keep your log backups?

    This is totally dependend on your backup/restore and DR strategies. What's the SLA you have with your customers/users?

    Having said that please keep at least the ones taken after your last...

  • RE: Blocking issues in SQL 2005 Studio Manager

    You probably have to look for a more basic book and read about locking. Blocking is a extreme case of locking; in the RDBMS world locking is a fact of...

  • RE: Table on .ndf file

    No, you can't.

  • RE: Partitioned Table Performance

    select performance on the partitioned table is about 20-30% slower than the unpartitioned.

    Most probably because of your partitioning strategy in hurting the query performance.

    If your query is not using your...

  • RE: SQL 7 and 2005

    Yes, you can.

  • RE: Table on .ndf file

    Create a new filegroup pointing to a new ndf datafile then create your table pointing to the newly created filegroup.

  • RE: Urgent help required !!!!!

    Are any of your tables growing?

    You have an inline view on which itself has a like comparison... Neither of those are helping.

    If tables referenced in main query are growing...

  • RE: Moving Stored Procs along with Database.

    I've seen some applications where developers keep data in one database and procedures in a different one... don't know why, nobody has been able to give me an understandable answer...

  • RE: Disk Space

    Hell Yes!

    We have our own monitoring stuff but unfortunatelly can't share it, propietary code.

    Either way here is a hint.

    Open your favorite host and do exec master..xp_fixeddrives... are you getting the...

Viewing 15 posts - 3,046 through 3,060 (of 3,060 total)