Forum Replies Created

Viewing 15 posts - 5,611 through 5,625 (of 7,164 total)

  • RE: ANSI Padding In Only Some of Result Rows for Joined Table

    Results from snippet for all combinations:

    Table Query code_char len_code_char datalength_code_char @code_varchar len_@code_varchar ...

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

  • RE: ANSI Padding In Only Some of Result Rows for Joined Table

    rapperson (7/7/2011)


    I have a question about some strange behavior I've observed. I'll simplify things a little for this question, but the schema is actually quite a bit more complicated....

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

  • RE: Different performance depending on the user

    Post the actual execution plans for the proc exec when run by each user.

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

  • RE: Filter using a datetime field

    What's wrong with comparing it to the result of the function call you used to populate PERIOD?

    CONVERT(VARCHAR(6), tableB.INV_SER_DTs, 112)

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

  • RE: Using VSS for data mining

    parissa_bakhshi (7/7/2011)


    Actually we don\t have a SAN, but planning to buy an HP EVA if it supports this feature. You mean if I do a snap clone or local replication...

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

  • RE: Cant access to share point 2.0 database

    Settle down. We're just having some terminology challenges that's all. The configuration manager will show you all instances on the machine. Just because SharePoint services is installed on a machine...

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

  • RE: Cant access to share point 2.0 database

    Are you in the sysadmin Server Role in the Express instance? And is the Windows Service running the Express instance a local administrator? If yes to both then you may...

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

  • RE: Using VSS for data mining

    Many SANs have snapshot utilities that get can take a transaction-consistent snapshot of a SQL Server database and place it on a different volume just how you're wanting. VSS is...

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

  • RE: Handle NULLs

    Both are brilliant!

    The string-based solution rocks...how simple!

    I'll throw one more approach out there using XML just because it seemed interesting when I thought of it. There is a chance it...

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

  • RE: Duplicate key error when inserting into a table that has no records!!! Please help!

    davidsalazar01 (7/6/2011)


    -- insert statement

    INSERT INTO VimasProFast1

    SELECT MONTH(dbo.MerInfo.addtosys) AS month,

    ...

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

  • RE: Duplicate key error when inserting into a table that has no records!!! Please help!

    Please post the new query you're trying.

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

  • RE: Handle NULLs

    Nevyn (7/6/2011)


    Can't you just unpivot and then repivot?

    You sure could. The only thing that may become apparent is that hobby_num is a value-add column that the UNION ALL method provides...

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

  • RE: Stored Procedures with multiple options using an @action parameter

    Bruce W Cassidy (7/6/2011)


    opc.three (7/6/2011)The preferred way (in terms of performance) to do this now is to use Table-Valued Parameters (introduced in SQL 2008) to pass a set of data...

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

  • RE: Help with dynamic sql in sp

    Excellent, happy to assist 🙂

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

  • RE: List all indexes on an instance

    kingrudedog (7/6/2011)


    I love this forum...

    The level of awesomeness is rediculous...

    Indeed it is 😀

    GilaMonster (7/6/2011)


    The usage stats can't be explicitly cleared

    Boooo 😛 I thought you could clear those but you're right...

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

Viewing 15 posts - 5,611 through 5,625 (of 7,164 total)