Forum Replies Created

Viewing 15 posts - 15,406 through 15,420 (of 19,564 total)

  • RE: Today's Random Word!

    P90X

  • RE: Foreign key constraints...WHY??

    vidya_pande (4/3/2010)


    I have seen huge CRM application (Product) is with out FK's. These databases are in hundreds of GB's.

    One advandate is definitely there - hiding the DB design.

    Also i have...

  • RE: very busy disk

    Steve Jones - Editor (4/2/2010)


    Virus scanner or some other process. You could grab the Sysinternals utilities to track down the process that is hitting the disk.

    I'm glad you guys suggested...

  • RE: Foreign key constraints...WHY??

    Paul White NZ (4/3/2010)


    It simply isn't good enough to state that entity integrity must be enforced by the database layer, and anything else is somehow irresponsible or dangerous. The...

  • RE: Speed up a database shrink

    Paul White NZ (4/3/2010)


    Jeffrey Williams-493691 (4/2/2010)


    Yeah - I have used both and can recommend either of them.

    Have used LiteSpeed quite extensively, but never HyperBac. The thing I don't like...

  • RE: Foreign key constraints...WHY??

    sumit.joshij (4/2/2010)


    I am totally agree with your point that database should maintain its integrity itself. but if interface should have that much of control that it can handle and check...

  • RE: The Missing Certification

    Jeff Moden (4/2/2010)


    Gosh... :blink: You would think that an MCM would be required to know how to distinguish between good code and bad code as part of some sort...

  • RE: The Missing Certification

    Steve Jones - Editor (4/2/2010)


    I haven't gone through Brent's Blog on it, but I doubt they have a lot of T-SQL taught. I think it's more details on the SQL...

  • RE: Removing duplicates and keeping 1 record with no PK

    olie480 (4/2/2010)


    lmu92 (4/2/2010)


    Btw: What do you mean by "query manager"?

    If you're using SQL Server 2000, the query shouldn't run at all since table variable as well as ROW_NUMBER function that...

  • RE: Are the posted questions getting worse?

    WayneS (4/2/2010)


    CirquedeSQLeil (4/2/2010)


    WayneS (4/2/2010)


    Paul White NZ (4/2/2010)


    Steve Jones - Editor (4/2/2010)


    Paul White NZ (4/2/2010)


    Yay! My apply articles have been scheduled!!! 12th & 19th April - excited :w00t:

    Thanks Steve!

    You...

  • RE: Database with multiple companies

    Some of your query response time is going to depend on indexing strategies employed. Some of it will depend on the actual structure of the query (i.e. the use...

  • RE: Default Index Fill Factor

    From the 6.5 servers I administered through the 2008 servers that I administer, the default for fill factor was 0. I don't know where your instructor got their information...

  • RE: Speed up a database shrink

    George, I think you would be ok with RedGate Backup. It's not like most other backup tools for SQL server. It integrates nicely with SQL server and iirc...

  • RE: Improve Between performance

    It uses better search arguments and also limits the result set. The better search argument allows better index use. If you include your graphical execution plan - you...

Viewing 15 posts - 15,406 through 15,420 (of 19,564 total)