Forum Replies Created

Viewing 15 posts - 331 through 345 (of 2,495 total)

  • RE: Simultaneously transaction Update on different Database

    The main choices are Triggers, Merge Replication, Microsoft Replication Objects,, Service Broker, and Distributed Transactions.

    Triggers have one advantage, in that you do not need to change any existing code and...

  • RE: Windows Server Core & SQL Server

    What if you can't establish a remote session to SQL Server via SSMS

    I can remember maybe less than 5 situations like this over more than 10 years. In these...

  • RE: High Availability solution

    It seems to me that your management are confusing business and technical requirements. All this stuff about different synchronisation timescales sound like business-critical and non-critical tables.

    My suggestion is to...

  • RE: Windows Server Core & SQL Server

    I have always tried to get an environment where my administration tools are on a separate Windows instance to the database servers. One of the main reasons is that...

  • RE: Service Account

    I have installed many SQL instances using gMSA accounts. To use these with SQL 2012 or SQL 2014, the account name must end with a $ and be no...

  • RE: TempDB question

    Going back to your original question - why there is only 1 tempdb in SQL Server.

    I know that some other DBMS systems have multiple scratchpad areas. I understand Oracle...

  • RE: TempDB question

    It sounds like your users have a Stage 4 predicate in their query...

    Stage 0: Data access is eliminated by the optimiser. Anything the optimiser can reduce to a WHERE...

  • RE: Aging Software

    I think IoT will lead to a significant change in Computer Misuse legislation all round the world. In order to counter the viruses that will go round infecting anything...

  • RE: Aging Software

    Some commentators have already pointed out that as we move into IoT, some of the things on the internet will have working lives measured in decades and many will have...

  • RE: "Alwayson" Vs "VM Repliaction Zerto"

    Regarding SQL AGs, it is SQL Server that replicates data between servers, so no additional software is needed. They also give near-instantaneous failover.

    Other solutions that do the replication for...

  • RE: "Alwayson" Vs "VM Repliaction Zerto"

    I noticed that all the people posting their experience with Zerto were very new users to this site. It would be good if some of the long-standing users of...

  • RE: How to hide stored procedures from user?

    If you think that hiding objects will make your system more secure then you are wrong. At best it will give you a warm fuzzy feeling of security, but...

  • RE: cluster node licensing

    If you purchased your license after the release of SQL 2014 then you are bound by the restrictions that were new to SQL 2014 even if you are 'downgrading'...

  • RE: Script to Backup & Shrink tempdb

    When you look at tempdb you will often find a very high % of free space. This is normal, because you are looking at the current usage of tempdb,...

  • RE: SQL with High availability, disaster recovery and online (read only) reports availability

    I have to provide few options. Then based on budget and resources, management will decide

    You are right that technical staff need to supply the options and that management will decide...

Viewing 15 posts - 331 through 345 (of 2,495 total)