Forum Replies Created

Viewing 15 posts - 32,191 through 32,205 (of 39,818 total)

  • 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...

  • RE: The Evil Empire

    They might not be planning on Windows for the OCPL, but they did alter the specs slightly to meet the Windows min. I think it's good that there's an option...

  • RE: Question of the Day for 07 May 2007

    Ah, it wasn't to trick you, but educate you that these are restart-restart counters. I think you could argue that they are set to zero, or nothing. It's just...

  • RE: How SQL Server Chooses the Type of Join

    Both QA and app use cache, but the way the cache gets used is that exactly the same command needs to run, down to the whitespace. This means that it's...

  • RE: The Coffee and Donut War

    Interesting notes from Kimball. I'm only 100 pages or so into his book, but looking forward to the rest of it.

  • RE: Timeouts

    Couple things: First do the processes run fine normally and then occassionally timeout?

    Check that your connections or the server isn't set to have things timeout. By default queries run to...

Viewing 15 posts - 32,191 through 32,205 (of 39,818 total)