Forum Replies Created

Viewing 15 posts - 2,266 through 2,280 (of 7,164 total)

  • RE: How do I remove zombie Business Intelligence Development Studio installed by SQL Server Express?

    Thanks for posting your experience. I am sure it will be useful for someone.

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

  • RE: Today's Random Word!

    crookj (1/24/2013)


    wotd - happenstance

    happenchance

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

  • RE: Relational Model versus XML

    Too subjective, really. I was lucky to have guessed correctly. More details were required to make an informed decision. Where was the "It depends" option? 😛

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

  • RE: How do I remove zombie Business Intelligence Development Studio installed by SQL Server Express?

    BIDS from the Express Edition media is just one variation of a program built on the Visual Studio Shell. Beyond that you are just adding Project Templates to your machine...

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

  • RE: Today's Random Word!

    SQLRNNR (1/23/2013)


    jasona.work (1/23/2013)


    crookj (1/23/2013)


    Revenant (1/23/2013)


    L' Eomot Inversé (1/23/2013)


    SQLRNNR (1/23/2013)


    opc.three (1/23/2013)


    crookj (1/23/2013)


    WOTD - Feckless

    fearless

    fearsome

    fearful

    feared

    fried

    chicken

    frog legs

    escargot

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

  • RE: Today's Random Word!

    crookj (1/23/2013)


    WOTD - Feckless

    fearless

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

  • RE: Need a Stored procedure

    If I had to pick a poison I would implement a SQLCLR method (of my own) before I would use xp_cmdshell for this. That said, at the end of the...

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

  • RE: about identity column

    jeetsingh.cs (1/22/2013)


    To set the value of the next ID to be 1000, I can use this command:

    DBCC CHECKIDENT (orders, RESEED, 999)

    Note that the next value will be whatever you reseed...

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

  • RE: SQL Server 2012 Enterprise

    Jpotucek (1/22/2013)


    We are looking at Standing up a new SQL Server 2012 Enterprise Edition Standalone install as part of a Proof of Technology test for a new product.

    Can someone...

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

  • RE: create report with date suffix

    You're quite welcome. Thanks for posting back.

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

  • RE: Run stored procedure when temp table is created/dropped

    Lowell (1/22/2013)


    i am wondering if you could put an extended event for CREATE_TABLE on the tempdb?

    I thought of that too, but it's SQL 2005.

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

  • RE: Does anyone have complete PDF/DOC on SQL Server replication ?

    I guess I do not understand what is wrong with Books Online.

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

  • RE: Tasty Performance scenario to feast on, looking for general feedback and theories only

    M_E_K (1/22/2013)


    Hi opc.three,

    Thanks for the feedback so far. Really appreciate your time.

    Actual execution plan of a currently running query is what I'm looking to get, I'll take a look...

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

  • RE: two Backup of a database at same time

    Zeal-DBA (1/22/2013)


    hello experts,

    just want to know, if backup is happening for a database and one scheduled job also triggered for the backup of same database at same path with same...

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

  • RE: Does anyone have complete PDF/DOC on SQL Server replication ?

    Replication, in all its flavors and in its entirety, might be the most complex HA topic with the most configuration and topology options in SQL Server. It is most certainly...

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

Viewing 15 posts - 2,266 through 2,280 (of 7,164 total)