Forum Replies Created

Viewing 15 posts - 1 through 15 (of 85 total)

  • RE: Azure - Replication

    that is what is baffling me as well.

    I am using the same server as Distributor for now, all up to date, but for some reason it is refusing to accept...

  • RE: Azure - Replication

    Hi Grant

    I get the following: sql server replication requires the actual server name to make a connection to the server

    So what I did was to create an alias in the...

  • RE: Azure - Replication

    I have installed the CU2 for SP3 released 2nd of March 2016 and it still doesn't work.

    Surely the latest SP3 will have the same features as SP2 CU8?

  • RE: Azure - Cross Database Queries

    Thanks Torsten

    I have checked the query plans and as you say, the join seems to bring back all the products first and them filter them.

    That is why I did the...

  • RE: Failover - Always On Environment

    Hi Kevin

    Thanks for the input. We are still busy with research before we implement any HA solution. We are ok with a little downtime, but want to decrease the time...

  • RE: Failover - Always On Environment

    Hi Kevin

    Dont worry, we have another company that do our server setups, I want to know what direction to send them in.

  • RE: Copy-Paste table from Excel to sql server

    You can also just import the Excel file directly into a new table.

    Right click on DB, Tasks, Import Data and select the Excel file as your source.

  • RE: Failover - Always On Environment

    Perry, after reading the first article, I feel that AO will suit us better for the following reasons:

    1. We can use the optimised RAID drives configured on each server, our...

  • RE: Failover - Always On Environment

    Thank you for the information Perry.

    Will go have a look at your article.

  • RE: Installing SP2 - Instance Shutdown

    Thanks for the info.

    We have switched off our testing environment, to save UPS up-time during load-shedding, so couldn't test it.

    Will save the update for another day.

  • RE: Performance Trouble Shooting

    Hi Gila

    When I remove the ProcessingDate join, the query barely registers a time.

    Will try and find a work around for it.

  • RE: Performance Trouble Shooting

    ok, query is as follows

    SELECT

    DS.ProductId

    , PD.Saturday TransactionDate

    , SUM(Quantity) QTY

    , SUM(Value) VAL

    FROM DailySales DS

    INNER JOIN ProcessingDates PD

    ON DS.TransactionDate BETWEEN PD.Sunday AND PD.Saturday

    WHERE DS.TransactionDate BETWEEN 'May 11 2014 12:00AM' AND 'Nov...

  • RE: Fastest Way to consume large XML files

    I looked at this option, but the max size is 2GB.

    We are working with files of up to 9GB

  • RE: Fastest Way to consume large XML files

    It's an international standard for our trade, so we can't make changes to the structure.

    The suggestion you made sounds near perfect though, will implement it and play around with the...

  • RE: Fastest Way to consume large XML files

    Just a last question, I can see how this will work when the XML gets transformed into 1 table.

    If the record consists out of 80 odd tables, I will have...

Viewing 15 posts - 1 through 15 (of 85 total)