Forum Replies Created

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

  • RE: Upgrading SQL 2005 to SQL 2008 R2 but staying in 90 compatibility mode

    paul.knibbs (8/2/2011)


    Having done an upgrade from 2000 to 2005 with a similar procedure, I can say that leaving the database in compatibility mode for an older version does NOT ensure...

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

  • RE: Restore SQL 2005 db and sys dbs from prod server to test

    You're welcome, HTH 🙂

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

  • RE: Table lock isolation levels

    It sticks. Transaction isolation level persists at the session level.

    Here is a quick PoC to demonstrate how it works:

    -- set to traditional default before we get started

    SET TRANSACTION ISOLATION LEVEL...

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

  • RE: Restore SQL 2005 db and sys dbs from prod server to test

    Nope, you can flip the mode back and forth:

    ALTER DATABASE [insert db name here] SET MULTI_USER ;

    More info...see example J:

    ALTER DATABASE

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

  • RE: Upgrading SQL 2005 to SQL 2008 R2 but staying in 90 compatibility mode

    PS You provide quality advice here so I'm asking for an opinion, even if it's just an abstracted thought on the topic based on your overall knowledge and experience. I...

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

  • RE: Upgrading SQL 2005 to SQL 2008 R2 but staying in 90 compatibility mode

    Thanks for the reply. A migration from 2005 to 2008R2 is planned but it was proposed that all DBs stay in 90 mode to expedite the actual upgrade, i.e. leaving...

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

  • RE: SQL Server Agent and SSIS Package

    To clarify, does the job ever report success or failure or will it simply show as running indefinitely until you manually stop the job?

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

  • RE: Powershell Book

    Here is some very good (and free) online material:

    Windows PowerShell Overview and Tutorials

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

  • RE: xp_logininfo run privilege

    From the xp_logininfo documentation here http://technet.microsoft.com/en-us/library/ms190369.aspx

    If account_name and members are specified, a list of the next-level members of the group is returned. If account_name is a local group, the listing...

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

  • RE: indexing a converted datetime column

    ALZDBA (8/1/2011)


    apparently you are living in a world where users have a fixed UI date time representation.

    ( so far for "personal" computer )

    Alter these queries so you don't need the...

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

  • RE: indexing a converted datetime column

    Jeff Moden (8/1/2011)


    I believe you used the wrong column in your examples for this problem. If we're still talking about the original problem, then SomeDate in JBMTest is the...

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

  • RE: Using xp_cmdshell to copy files to a sql server on a different domain

    Jeff Moden (7/30/2011)


    Heh... understood. Someday, we'll have to sit down, have a beer or two together, and I'll try to explain it all. It won't change your mind...

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

  • RE: indexing a converted datetime column

    I'll throw in another potential reason why a persisted indexed computed column would be good for this.

    Let's take your test table Jeff and see what the user's current query will...

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

  • RE: indexing a converted datetime column

    Jeff Moden (7/31/2011)


    Eric, tell the folks who made the request that you need to make an alternate suggestion because of the dangers of users having access to formatted dates.

    Consider the...

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

  • RE: indexing a converted datetime column

    Jeff Moden (7/31/2011)


    opc.three (7/31/2011)


    Jeff, you're entire post is predicated on the idea that the problem case can be changed.

    Heh... not quite. My entire post is predicated on the idea...

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

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