Forum Replies Created

Viewing 15 posts - 1,681 through 1,695 (of 7,164 total)

  • RE: Performance Issue - Memory

    Why BCHR doesn't normally matter: https://www.simple-talk.com/sql/database-administration/great-sql-server-debates-buffer-cache-hit-ratio/%5B/url%5D

    As for PLE drops, you can trace for queries running when the PLE bottoms out to figure what is happening in the database when it...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Move Primary Key to File Group?

    Like how to move them? Lookup CREATE INDEX, and specifically the DROP_EXISTING and ON [filegroup] options.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: What is the Difference between 32bit replication and 64bit replication?

    In terms of being able to replicate data between two systems, nothing comes to mind. Why do you ask?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: permission issue with sql login

    Schemas do not own things, but I know what you mean.

    In that case you can look into certificate signing or EXECUTE AS. I would go for certificate signing, it's a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Flatten a one to many?

    But what is the XQuery '.' literal actually doing? Can I *assume* that since an empty string is sent to FOR XML PATH('') no root node name is created, and...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: permission issue with sql login

    SQL_Surfer (3/8/2013)


    I have a stored proc that gets executed by SQL login which has execute access to the schema owned by stored proc.

    Inside the stored proc, it has insert statement...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: partition_id VS. hobt_id

    HowardW (3/8/2013)


    hobt=Heap or B-Tree,

    a.k.a. a "Hobbit" 😀

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Error joining two query's

    Your intuition was correct. You cannot declare variables inside parentheses where only a derived table should exist. You also cannot use WITH to begin a CTE inside parenethese where a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: partition_id VS. hobt_id

    Ha, I still do not know the backstory on that one but it sounds funny. Building on that, maybe DBCC MIDDLE_EARTH since it involves a hobt_id?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Slow Cascade Stored Procedure & Hang

    The "hangs infinitely" could be abother process blocking your proc. We can't know from the information presented. Have you looked at what else is running on the system when it...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: partition_id VS. hobt_id

    bummer

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Flatten a one to many?

    kpwimberger (3/8/2013)


    Now I just need to pull it all apart a few times to see if I can understand all the parts. I hate applying a fix I don't fully...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: partition_id VS. hobt_id

    GilaMonster (3/8/2013)


    opc.three (3/8/2013)


    GilaMonster (3/3/2013)


    They were added as separate columns to support a feature that was planned, partially added to SQL 2005 and later scrapped.

    You know I am curious about these...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: modifying a SP

    It looks like your code got truncated. It will not parse (missing END?) and also does not contain the original statement you were asking about beginning with SELECT * INTo...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: partition_id VS. hobt_id

    GilaMonster (3/3/2013)


    They were added as separate columns to support a feature that was planned, partially added to SQL 2005 and later scrapped.

    You know I am curious about these kinds of...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 1,681 through 1,695 (of 7,164 total)