Forum Replies Created

Viewing 15 posts - 1,711 through 1,725 (of 5,841 total)

  • RE: Tempdb Shrink takes long time.

    Could also be long-running transactions, snapshot or RCSI isolation level use, many concurrent queries doing large hashs and/or sorts, suboptimal indexing, crappy queries, huge/bad cursors, etc.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: "poor man's replication" ETL process design

    bantrim (1/11/2015)


    TheSQLGuru (1/11/2015)


    Most of my healthcare work has been directly for services providers or insurers, although I have worked directly with Centricity and a few others, especially on data movement...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: "poor man's replication" ETL process design

    bantrim (1/11/2015)


    Jeff Moden (1/11/2015)


    Ah... understood on the OR.

    I'm thinking that a UNIQUE NIX on the ID and Hash (and that combination should be unique because the ID is unique) might...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Running Totals

    Your statement of the problem, even with a second posting, isn't making sense to me, especially given the data you have provided. I/we need one more thing: expected...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Is there a way to throttle or limit the amount of sql requests either by IP address or username?

    Jeff Moden (1/11/2015)


    Or just make them run better. 😉 Then there won't be a problem that you have to throttle or manage.

    Not true Jeff. You can absolutely receive...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Tempdb Shrink takes long time.

    Markus (1/12/2015)


    Just because there is 30gig of free space doesn't mean that that 30 gig is at the end of the file. The data can be spread all over...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Is there a way to throttle or limit the amount of sql requests either by IP address or username?

    ghurty (1/11/2015)


    Is there a way to throttle or limit the amount of sql requests either by IP address or username?

    Thank you

    Depending on what they are doing you could perhaps store...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: "poor man's replication" ETL process design

    Most of my healthcare work has been directly for services providers or insurers, although I have worked directly with Centricity and a few others, especially on data movement stuff. ...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Help me to tune this query in a better way

    This is the dreaded IS NULL OR scenario (with paging thrown in for good measure). Best solution BY FAR is dynamic SQL. It could also possibly benefit from...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: "poor man's replication" ETL process design

    1) you REALLY need to read Thomas Kejser's blog post on hashing in SQL Server: http://kejser.org/exploring-hash-functions-in-sql-server/. I believe he has others.

    2) I have used what you are doing for...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Tempdb Shrink takes long time.

    Why in the world are you worried about 10GB on a 170GB file?!? Leave it and move on - I GUARANTEE you that you have MANY more things to...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Failed reindex caused massive DB file growth

    Please start a new thread. This one is 4 years old.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Seed value of identity columns jumps/gaps by 1000 after restarting sql server.

    1) The reason for it is performance

    2) Did you make the trace flag a startup parameter?

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Hardware for SQLServer 2012

    Search the web for Glenn Berry SQL Server hardware and you will get a number of relevant links, including his free eBook: http://download.red-gate.com/ebooks/SQL/sql-server-hardware-ebook.pdf

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Tracking down the source of Transaction bursts in SQL Server

    I bet you were doing STATEMENT completed (which the default Tuning trace in Profiler traps), in addition to unnecessary bloating columns like application name, database name, etc.

    Here is my Profiler...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 1,711 through 1,725 (of 5,841 total)