Forum Replies Created

Viewing 15 posts - 40,891 through 40,905 (of 49,571 total)

  • RE: Are the posted questions getting worse?

    Lynn Pettis (2/20/2009)


    Bob Hovious (2/20/2009)


    I graduated high school in 74.

    I graduated 77, so I wasn't so far off.

    I don't think I want to give away date of birth. I...

  • RE: MSDB : integrity check errors

    Ninja's_RGR'us (2/20/2009)


    Would it be prudent to rerun all the backups after the rebuild is done so that any data loss cannot screw something up later on?

    Repair or rebuild?

    Repair, definitely.

    Rebuild is...

  • RE: Is data files get currupted if client applications switch off ?

    Access gets corrupt because it's in memory on the client machine. Remember that SQL is a server app. It's running on the server, not the client PC adn it won't...

  • RE: Trigger Help

    Hmm. I think we're going to need more info.

    Please post sample data and desired output. Read this to see the best way to post this to get quick responses.

    http://www.sqlservercentral.com/articles/Best+Practices/61537/

  • RE: large SQL database requested

    Shane Miller (2/20/2009)


    I have a user who just posed the question as to whether or not I could house a new instance on my SQL Server 2005 clustered environment that...

  • RE: Distinct going slower than *

    Putts (2/20/2009)


    My contention is simply that Distinct has almost always returned results back to me quicker than a full Select except in this one case and I'm trying to determine...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (2/20/2009)


    And you seem to have a slight evil streak in you, too. :w00t:

    I run D&D games. It's a required skill. 😀

  • RE: Series of basic index and performance questions

    xgcmcbain (2/20/2009)


    does sql server do this manually? how do u check this?

    sys.dm_db_index_physical_stats

    But did not know you can include columns was more concerted of pros and cons of each...

  • RE: Is data files get currupted if client applications switch off ?

    angel0in (2/20/2009)


    Is data files get currupted if client applications switch off the PC or network connection is broken ?

    No.

    Corruption in SQL is mostly cause by problems with the IO...

  • RE: Trigger Help

    brekher (2/20/2009)


    Hi,

    I had started with the first trigger and 1st field but in testing I am updating all rows and need help with the insert.

    Because you're not looking at the...

  • RE: MSDB : integrity check errors

    JMF (2/20/2009)


    I've changed the language of my login, and ran the dbcc command on the MSDB.

    That's a lot easier.

    Ok, this is not a good situation. You have corruption that...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (2/20/2009)


    Okay, Gail, put down the keyboard and back away slowly.

    Never! < Clings to keyboard >

    I thought you blacklisted him yesterday? What are you doing? ...

  • RE: Distinct going slower than *

    Putts (2/20/2009)


    SELECT * completes in about a minute and returns 2.9 million rows

    SELECT DISTINCT completes in 0 seconds and returns 36 rows.

    Run that with STATISTICS TIME on and see how...

  • RE: EXEC (StringVariable)

    Half Bubble (2/20/2009)


    MS kindly thinks I shouldn't be using EXEC inside a function...

    Functions are not allowed to cause side effects. That restriction is checked when the function is created. Since...

  • RE: urgent help needed to solve logreader failure!!!!

    llokshin (2/20/2009)


    Hi, logreader on transactional replication failed with this error

    What error?

Viewing 15 posts - 40,891 through 40,905 (of 49,571 total)