Forum Replies Created

Viewing 15 posts - 32,116 through 32,130 (of 39,748 total)

  • RE: Log-shipping problem

    You need to clarify what you mean. Your posts doesn't quite make sense. Do you mean a full database backup of the primary restored to the secondary?

    If the timeouts are...

  • RE: RAM incrases and Queries time out

    Can you also give us the memory settings and what is stable RAM And what is the level it increases to?

    Any XPs installed as well?

  • RE: CTE Performance

    The links should be fixed and my apologies to everyone. We've tightened security and I forgot .sql scripts will not download. They are renamed to .txt.

  • RE: Preferred RAID

    Joseph,

    Good points, but the reality with RAID 1+0 isn't that you can lose half the drives. You may be able to, but not necessarily.

    If you have drives 1, 2, 3...

  • RE: The Evil Empire

    I thought 431 was hard because it covered a wide variety of topics. For me the questions in some areas took some guessing, since I wasn't sure. The sims were...

  • RE: Moving to SQL 2005

    There's a SQL 2000 DTS Runtime you can install on 2005 to run your packages.

    The advice above looks pretty good to me as well.

  • RE: cascading delete..what is it?

    It's deleting the parent record and having the child records deleted too. No perf penalty I'm aware of, but it's automatic, which means that it happens and you can lose...

  • RE: separate tables to improve performance?

    SQL 7 and 2000 had some great benchmarks on SAP. They used to be some of the biggest MS testing customers.

    Daniel

    For your DB, I think you want to look at...

  • RE: Integrity Checks

    You need these to be sure you don't have mislinked or cross linked page or corruption. If you catch them early, you shouldn't lose data. They don't happen much, but...

  • RE: Strange behaviour

    Does the Update Stats job fail ever?

    I agree that something strange is happening. How are you transferring the dbs?

    This is a separate server, right? Any restarts on it during the...

  • RE: Difference between SQL Server 2000 and 2005

    Viraj,

    It was a good question, so I started to list some differences. Look for an article soon on this topic.

    Steve

  • RE: SQL Backup is Failing

    Data backups and log backups are differnet. IF you are in full or bulk logged recovery mode, you need to be sure you back up the log as well as...

  • RE: Bulk insert multiple related tables

    I believe you can use images, though I've never tried.

    The only way you can insert two tables with bulk insert or bcp is to already build the IDs in both...

  • RE: DTS works manually, but fails as a job

    Keep in mind when you run it manually from your workstation, it runs from your workstation under the context of your account. As a job it runs under the SQL...

Viewing 15 posts - 32,116 through 32,130 (of 39,748 total)