Forum Replies Created

Viewing 15 posts - 181 through 195 (of 373 total)

  • RE: Performance and Temporary Tables

    It has been my experience that one of the most common ways un-informed SQL developers created temporary tables was to perform a SELECT <some data> INTO <some temp table> FROM...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: How to join two tables without a common column to join on

    NineIron (10/25/2013)


    I've got two CTEs. CTE1 returns one record. CTE2 returns 12. Can I join the two so that, for each record in CTE2, it returns the record from CTE1?

    try...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Today's Random Word!

    Ed Wagner (10/23/2013)


    Revenant (10/22/2013)


    Ed Wagner (10/22/2013)


    crookj (10/22/2013)


    Daniel Bowlin (10/22/2013)


    jasona.work (10/22/2013)


    Ed Wagner (10/22/2013)


    crookj (10/21/2013)


    jasona.work (10/21/2013)


    Ed Wagner (10/21/2013)


    Revenant (10/18/2013)


    Ed Wagner (10/18/2013)


    crookj (10/17/2013)


    Ed Wagner (10/17/2013)


    Daniel Bowlin (10/17/2013)


    breviloquent

    succinct

    laconic

    terse

    brief

    boxer

    Rocky

    and Bullwinkle

    Rabbit

    season!

    Elmer Fudd

    "Be vewy vewy quiet, I'm...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Anyway to split Native SQL Server COmpressed DB Backup

    Interesting comments... One thing that was not mentioned was if this process is a one-off or will be a part of a regular backup procedure. If it is a...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Best way to UPDATE with join to other tables...

    Luis Cazares (10/21/2013)


    Kurt W. Zimmerman (10/21/2013)


    Luis Cazares (10/21/2013)


    Locks will happen on both updates. The difference might be the JOIN type which uses different standards. The first query uses ANSI-92 standard...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Locking a record in Edit Mode

    GilaMonster (10/21/2013)


    You can do that, the row_version data type's great for that as you don't have to do manually update it. I've also seen people use a calculated column defined...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Best way to UPDATE with join to other tables...

    Luis Cazares (10/21/2013)


    Locks will happen on both updates. The difference might be the JOIN type which uses different standards. The first query uses ANSI-92 standard and the second one uses...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Tip: Calculated Table Truncate

    Koen Verbeeck (10/21/2013)


    Jeff Moden (10/20/2013)


    jonysuise (10/20/2013)


    Hi simonholzman 14059, and welcome to the forum 😀

    To delete a large number of rows switch the recovery model of your database (in your development...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: BIG Execution plan from DELETE !!

    GilaMonster (10/18/2013)


    3)

    Show me a database with integrity enforced by the application, I'll show you bad data in it.

    +1 You have no idea how many arguments I had with various...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Slowdown After Moving to New Virtual Machine

    Greg Edwards-268690 (10/17/2013)


    SQL can only see as much as the OS.

    Look at the compare link on this page.

    OK, I see... as I reread all of the posts that is when...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: DB Development Career Plans!

    I think Jeff has summed things up very nicely here. Bottom line here is the end result remains the same. The Wheres, How To's for where the data...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Slowdown After Moving to New Virtual Machine

    .... one more thought.... I saw a big performance hit when a new VM box was created with greater specs than the original box but performance suffered. Turned out...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Slowdown After Moving to New Virtual Machine

    I found this article on SQL Server requirements. It appears that STD version may see 64gb not 32gb. Maybe I misread it.

    http://msdn.microsoft.com/en-us/library/ms143506(v=sql.105).aspx

    None the less it is clear that...

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: Is SQL Enterprise 2008 R2 required for Performance Point 2010?

    I came across this white paper published by Microsoft:

    http://technet.microsoft.com/en-us/library/cc990273(v=office.14).aspx

    It looks like in order to get the full features of PerformancePoint you may be looking at the SS 2K8R2 Enterprise,

    Kurt

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

  • RE: UNION Query help

    T.Ashish (10/16/2013)


    Change

    ORDER BY CboValuesTranslations.cboValueTranslationName Asc

    with

    ORDER BY Name Asc

    +1 on this. CboValuesTranslations.cboValueTranslationName is not in your second SELECT....

    Kurt

    Kurt W. Zimmerman
    SR DBA
    Lefrak Organization
    New York, NY

    http://www.linkedin.com/in/kurtwzimmerman

Viewing 15 posts - 181 through 195 (of 373 total)