Forum Replies Created

Viewing 15 posts - 5,326 through 5,340 (of 6,034 total)

  • RE: Transaction Log file suspicious high

    David Moutray (12/22/2011)


    Very cool query, Mr. Russell. I did not know you could do that. The only problem in applying it to this particular problem is that the...

  • RE: Transaction Log file suspicious high

    islas.tonatiuh (12/22/2011)


    I was checking jobs but nothing comes up, any idea how can i know if indexes were rebuild or activity related with high transactional activity.

    Thanks

    This query will summarize what...

  • RE: GOTO and T-SQL

    In addition to making the code less structured and less readable, another problem (at least for those who choose to use it) with T-SQL's implementation of GOTO is that it's...

  • RE: Pride and Security

    Elliott Whitlow (12/21/2011)


    Jeff Moden (12/20/2011)


    Absolutely wonderful article, Steve.

    Concerning the question in the article...

    If you had more pride in your employer, wouldn't you be a little more careful in caring for...

  • RE: Pride and Security

    I believe all organizations should get to know the people who handle their sensitive data and make sure they are happy. If they are not worth paying well or knowing,...

  • RE: how different could it be joining a #temp_table Vs @table_variable?

    sqldba_newbie (12/15/2011)


    i tried 'Incorrect syntax near the keyword 'option'.'.Were you able to parse it?

    It seems in my previous example, I misplaced the option (hash group). Below are two versions of...

  • RE: how different could it be joining a #temp_table Vs @table_variable?

    sqldba_newbie (12/15/2011)


    Eric M Russell (12/15/2011)


    sqldba_newbie (12/14/2011)


    sqldba_newbie (12/14/2011)


    Eric M Russell (12/14/2011)


    sqldba_newbie (12/12/2011)


    I see huge performance difference on joining a #temp_table instead of @table_variable. Query runs way faster when i join on...

  • RE: how different could it be joining a #temp_table Vs @table_variable?

    sqldba_newbie (12/14/2011)


    sqldba_newbie (12/14/2011)


    Eric M Russell (12/14/2011)


    sqldba_newbie (12/12/2011)


    I see huge performance difference on joining a #temp_table instead of @table_variable. Query runs way faster when i join on a #temp_table. Any idea...

  • RE: how different could it be joining a #temp_table Vs @table_variable?

    sqldba_newbie (12/12/2011)


    I see huge performance difference on joining a #temp_table instead of @table_variable. Query runs way faster when i join on a #temp_table. Any idea what could make it so...

  • RE: Propose this to your boss

    As a datamart developer and data anayst, I often times work directly with end users, who are managers and department heads. Therefore, if I think of a bright idea, I'll...

  • RE: Select from stored procedure

    I think more explanation is needed about what your script is demonstrating. Is your specific intent to demonstrate how to select from a "remote" stored procedure?

    When I want to...

  • RE: Encryption Works

    FDE isn't needed or required on the server, but definately for laptops belonging to corporate IT people. It's inevitable that sensitive information will end up in local email storage, Excel...

  • RE: Resume font ?

    crookj (12/12/2011)


    If you apply at Siemens, make sure you use the Siemens font 🙂

    Anybody else know of any companies out there with their own fonts?

    Joe

    Times New Roman was commissioned by...

  • RE: A brief explanation and solution for the Double Hop problem

    Greg Edwards-268690 (12/9/2011)


    ...

    Good job giving a short overview. Many give up trying to set this up, and resort to workarounds.

    I'm a DBA on some development and QA servers but...

  • RE: Temp Table Vs Table Variable

    When you reference a table variable in a stored procedure, SQL Server operates on the assumption that it will contain at most a small number of rows, and will generally...

Viewing 15 posts - 5,326 through 5,340 (of 6,034 total)