Viewing 15 posts - 76 through 90 (of 2,451 total)
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...
February 8, 2023 at 7:20 am
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....
February 8, 2023 at 7:02 am
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...
February 6, 2023 at 8:18 am
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...
February 6, 2023 at 8:00 am
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...
February 4, 2023 at 12:18 pm
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...
January 30, 2023 at 7:40 am
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...
January 30, 2023 at 7:34 am
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...
January 30, 2023 at 6:58 am
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...
January 27, 2023 at 8:13 am
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...
January 13, 2023 at 8:34 am
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.
January 6, 2023 at 7:05 am
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....
January 6, 2023 at 7:02 am
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...
January 4, 2023 at 12:28 pm
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,...
December 31, 2022 at 8:25 am
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...
December 30, 2022 at 7:28 am
Viewing 15 posts - 76 through 90 (of 2,451 total)