Forum Replies Created

Viewing 15 posts - 3,061 through 3,075 (of 19,564 total)

  • RE: Calling a SQL Agent Job via linked server

    Can you post the script to create the linked server?

    Also, who is the owner of both SQL Agent jobs?

  • RE: Table Naming Convention in SQL Server

    I'll throw another alternative out there for you.

    You could employ schemas to help group/separate these tables via functional areas.

    So you could see something like

    Reporting.SomeTable

    Staging.SomeTable

    If you are concerned about finding an...

  • RE: TempTables

    Jeff Moden (5/22/2014)


    SQLRNNR (5/22/2014)


    ramana3327 (5/22/2014)


    Hi SQL RNNR,

    Your opinion is that there will nothing performance difference. Either way of creation of temp table is same.

    Performance between the two is equal.

    I guess...

  • RE: wait types-miscellaneous

    Have you looked into CPU contention or CPU bottlenecks?

  • RE: TempTables

    ramana3327 (5/22/2014)


    Hi SQL RNNR,

    Your opinion is that there will nothing performance difference. Either way of creation of temp table is same.

    Performance between the two is equal.

  • RE: wait types-miscellaneous

    There are no "miscellaneous" waits in SQL Server. SQL Sentry has taken some of the "noise" waits and just grouped them under miscellaneous. You can ignore those for...

  • RE: Cheats on the move

    Richard Warr (5/22/2014)


    Tequel (5/22/2014)


    Yes, I think they must be! Not sure where Tequel came from but I am on a different computer tonight!

    That's better. In the unlikely event that anybody...

  • RE: TempTables

    The benefit of creating the table first is the ability to control the data types being used a little more easily.

    I will often use the Select into method for ease...

  • RE: Cheats on the move

    Tequel (5/22/2014)


    Jeff Moden (5/22/2014)

    Good luck on your studies. Good to see someone doing it the right way.

    Thanks, Jeff. Although the company I work for will benefit from it (it...

  • RE: Confusing Query performance

    You are welcome.

  • RE: Confusing Query performance

    Your question appeared to be about the partitioning and that is what my answer was in reference to.

    Filegroups have no impact on table scans or index seeks when just splitting...

  • RE: Today's Random Word!

    eccentricDBA (5/22/2014)


    Revenant (5/22/2014)


    Ed Wagner (5/22/2014)


    bcsims 90437 (5/22/2014)


    Ed Wagner (5/22/2014)


    SQLRNNR (5/22/2014)


    crookj (5/22/2014)


    WOTD - Decile

    Docile

    Dog

    puppy on doggie prozac

    Old

    trick

    Pony

    One

  • RE: Confusing Query performance

    I would expect the behavior in 2008 to be more in line with what your single partition example was.

  • RE: wait types-miscellaneous

    deep_kkumar (5/22/2014)


    We are seeing high miscellaneous wait types on our server. What exactly are these wait types?

    Are you using a 3rd party tool that is reporting the misc waits?

Viewing 15 posts - 3,061 through 3,075 (of 19,564 total)