Forum Replies Created

Viewing 15 posts - 76 through 90 (of 2,451 total)

  • Reply To: Identity column and "EntityID" column naming convention

    I do not understand why you are keen on separating natural and surrogate keys.

    In my experience any rules that require thought and skills to implement very rarely survive the tenure...

  • Reply To: blocking issue

    Grant is totally right.

    I will add my voice to using snapshot isolation level, it fixed a shed load of blocking problems in my old place, particularly those from third-party applications....

  • Reply To: In-Place upgrades

    A man named Paul once wrote "All things are possible but not all things are desirable".

    An upgrade in place should work, but scores about 9.9 out of 10 on a...

  • Reply To: SQL - new server - use a subnet?

    There is more than one way to switch a roo.

    Renaming servers the way to go but the roo you switch first should be your existing server name. When you change...

    • This reply was modified 1 year, 10 months ago by  EdVassie.
  • Reply To: Database Migration

    I totally agree with the previous two posts suggesting you reconfigure the workstations to use a DNS alias. It will be painful but it will make future migrations much easier.

    As...

  • Reply To: Safa Insert

    I forgot to say in my previous post, please do not use locking hints. These very seldom give any benefits but very often harm performance. Always write code that assumes...

  • Reply To: Safa Insert

    You will need to write code that can trap the duplicate insert condition and take the action you desire in this situation. Typically the code you need will be packaged...

  • Reply To: The Complexity of Metrics

    People coming to SQL Server from a DB2 background may consider PLE to be a significant metric. But on DB2 the DBA can create multiple buffer pools and assign objects...

  • Reply To: Change the exsisting WSFC to a new WSFC in AG Configuration.

    First of all, do all of this on a non-production system so you find out what to expect when you do it on Production. If you do not have a...

  • Reply To: Can log backups cause Operating system error 32?

    You have already done some basic troubleshooting, so tracking down the problem may not be easy.

    The code producing the message is core functionality so the message has to be taken as...

  • Reply To: SQL on Hyperv

    BTW it is so long since I ran SQL Server on anything other than a guest machine I have forgotten what it looks like. Running under Hyper-v is fine.

  • Reply To: SQL on Hyperv

    Can I add a big thumbs up to this.

    You obviously need to check your environment to eliminate obvious performance bottlenecks, but after that try to get the software vendor involved....

  • Reply To: Can we configure read scale between 2 fcis?

    I think you should choose ehatever you feel most comfortable with. There will be new things you have to learn to get this working OK. Set up a test environment...

  • Reply To: Can we configure read scale between 2 fcis?

    Yes you can use a normal AG across the two sites. If you use SQL2023 you can additionally use a contained AG which has the advantage of replicating all jobs,...

  • Reply To: Can we configure read scale between 2 fcis?

    The short answer is Yes, you can do this.

    At my old place we had two sites, each with a Windows cluster. Each Windows cluster had a SQL cluster installed with...

Viewing 15 posts - 76 through 90 (of 2,451 total)