Viewing 15 posts - 121 through 135 (of 2,494 total)
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
The size of a Windows event log is configurable. If the log is cycling too quickly, then one solution is to make it larger.
December 30, 2022 at 7:07 am
All queries (should) only exist to solve a business problem. If the only way to answer this business problem is to sort on column-encrypted data then maybe the business problem...
December 26, 2022 at 8:12 am
You started by saying you were experimenting with full text search and some alternatives. You seem to have ended in a rabbit hole wondering why some queries run in parallel.
Jeff...
December 26, 2022 at 7:52 am
Viewing 15 posts - 121 through 135 (of 2,494 total)