Forum Replies Created

Viewing 15 posts - 1,126 through 1,140 (of 2,647 total)

  • RE: Dropping indexes with low read to write ratio?

    I've dropped some indexes that have 0 reads (or very few) and a high number of writes.

    If I did that, I'd be fired. If you don't know why the index...

    Jared
    CE - Microsoft

  • RE: Index Rebuild and Fillfactor

    Lynn Pettis (4/17/2012)


    PiMané (4/17/2012)


    Thanks.. that's probably it... it has very low amount of data.

    In addiction, what's the "optimal", if possible, fillfactor value? 90?

    Thanks,

    Pedro

    Simple answer, it depends. It depends on...

    Jared
    CE - Microsoft

  • RE: Index Rebuild and Fillfactor

    My first question is how much data do you have (how many pages)? If it is small, you will not be able to reduce fragmentation. ADD: Fragmentation is also irrelevant...

    Jared
    CE - Microsoft

  • RE: Ramifications of changing constraint names

    Banana-823045 (4/16/2012)


    Thanks Jared & Gail for reassurance. I'm fairly sure I do not reference constraints in anything permanent.

    Jared - In MySQL, to drop a default constraint, the syntax is...

    Jared
    CE - Microsoft

  • RE: Same Query , Same Database, Different Server ....Different Result!!!

    My guess is that data is not actually there. How do you know it got refreshed? Can you use a SELECT * and verify that the data is...

    Jared
    CE - Microsoft

  • RE: Ramifications of changing constraint names

    Shouldn't hurt anything unless you have something querying a specific constraint name for some reason. They have names so you can add and remove them easily. I don't like to...

    Jared
    CE - Microsoft

  • RE: SQL performance counters missing

    Did you add them to it? They are not there by default. You have to add those counters to your monitor.

    Jared
    CE - Microsoft

  • RE: Can I install SQL Server 2008 R2 on a domain controller

    Sure! You could install it on a domain controller/web server/application server/media server/any kind of server combination you want. The question is, why would you want to or why would...

    Jared
    CE - Microsoft

  • RE: Replication

    There are other factors to consider. Multiple publications to manage and keep in sync.

    In my situation, and now that I know the OPs situation... This will still have to...

    Jared
    CE - Microsoft

  • RE: data mining

    Lynn Pettis (4/16/2012)


    SQLKnowItAll (4/16/2012)


    In something like tic-tac-toe, chess, or checkers moves occur asynchronously; i.e. team a, then team b, then team a, etc... This is not the case in...

    Jared
    CE - Microsoft

  • RE: Replication

    david.alcock (4/16/2012)


    Edit: The publishers will be identical databases (tables, etc etc ) but across seperate servers.

    If the databases are identical, wont you potentially get primary key violations on the single...

    Jared
    CE - Microsoft

  • RE: data mining

    In something like tic-tac-toe, chess, or checkers moves occur asynchronously; i.e. team a, then team b, then team a, etc... This is not the case in football (soccer for...

    Jared
    CE - Microsoft

  • RE: CASE STATEMENT

    sqlbi.vvamsi (4/16/2012)


    you can also try an else instead of another "When" clause, with a proper cast

    And still get an error...

    Jared
    CE - Microsoft

  • RE: CASE STATEMENT

    Jeremy... (4/16/2012)


    Thanks for the help so far. I am essentially trying to show the expiration date for an item, however, when the value is null, this means the license...

    Jared
    CE - Microsoft

Viewing 15 posts - 1,126 through 1,140 (of 2,647 total)