Forum Replies Created

Viewing 15 posts - 76 through 90 (of 960 total)

  • RE: High TPS performance

    In that case you can shift the write to DB in a Service Broker Queue which is more reliable and can be used for retry logic.

  • RE: Using Dynamic SQL To Order Column Names

    The only feature I know in SQL that can handle weight-age out of the box is Full text index, anything else will need to be scripted out using a variation...

  • RE: Do You Have to Run an SSIS Package with Original Package Author Account?

    I know its a bit late to ask this ,but what is the exact error you get when the package fails? Is it a permissions issue or a missing account...

  • RE: Find Database permission changes made

    If the database permissions have been changed and the users are now connecting using db_owner permissions they shouldn't be facing any issues. On the other hand if you saying that...

  • RE: DELETE syntax - jus checking in..

    no way delete statement will delete all rows unless they matched the filter criteria, most likely its what Gail said , select first line and press F5. Happens to everybody...

  • RE: Query on a large database

    Just wondering if anybody was able to finish testing the scripts and if there are any new results ?

    EDIT : BUMP, hoping for some independently verified results , also created...

  • RE: High TPS performance

    Why not use a message queue and write async to the database once message has been pushed? this way you can still achieve massive throughout at the business layer...

  • RE: Query on a large database

    Yes I am using DB engine version 2014 RTM

  • RE: Query on a large database

    i havent changed the storage formats , its all at defaults , the only thing done extra is trace 1117

  • RE: Query on a large database

    Jeff Moden (10/23/2015)


    Jayanth_Kurup (10/23/2015)


    Hi Sergiy

    Here is a screen shot with clustered index on the monolithic table on REF_AGE column as requested. Notice that it took 17 sec , just...

  • RE: Benefit of In-Memory OLTP Structures on all flash arrays?

    are you referring to the Filgroup that needs to be created with in memory OLTP? if so then yes, when persisting the data for an in memory table the faster...

  • RE: Query on a large database

    Sergiy (10/23/2015)


    Jayanth_Kurup (10/23/2015)


    Mainly trying to highlight the difference between an allocation scan and traversing the b tree.

    Once again:

    Can you show how a query for an age group for ages between...

  • RE: Query on a large database

    Hi Gail

    The tempdb example was not meant to indicate that there is some kind of partitioning involved but to point out that indexes are not the only way to improve...

  • RE: Query on a large database

    Hi Sergiy

    Here is a screen shot with clustered index on the monolithic table on REF_AGE column as requested. Notice that it took 17 sec , just the same amount...

  • RE: Problem with Lookup Task and Full Cache

    No; its not in memory its create a local cache file on the same server as SSIS so it improves the speed with which the lookup happens.

Viewing 15 posts - 76 through 90 (of 960 total)