Viewing 15 posts - 136 through 150 (of 2,494 total)
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:51 am
You are right in saying you will need one network adaptor for each IP address. However, they can all be on the same subnet, they just need unique IP address.
For...
December 21, 2022 at 10:51 am
I have not tested your exact situation, but I think you have done the best you can with your current setup.
The crucial point is that both your aliases resolve to...
December 21, 2022 at 8:44 am
Do you have any SQL Server install logs. An internet search will show you where to find them.
If you have no logs then the problem may be permissions as already...
December 19, 2022 at 7:27 am
This sounds more like a learning exercise than a real world situation.
If it is a real situation you will have existing table structures and indexes. These will have usage stats...
December 9, 2022 at 10:07 am
Jeff has pointed out some things and posted much the same query as I have used.
You definitely need a left join on sys.dm_db_index_usage_stats if you want to find all unused...
December 7, 2022 at 7:45 am
I took this to be a trick question, and picked the wrong end of the trick.
From the DDL viewpoint I think the authorisation is either nothing or read-only. This means...
December 7, 2022 at 7:36 am
They say you should treat your servers as cattle, not as pets. When a pet gets poorly you take it to the vet and spend a lot of money treating...
December 1, 2022 at 8:14 am
My old place used two levels of DNS aliases. We called them Application Aliases and Failover Aliases.
Each of our applications used its own alias to connect to its DBs. Therefore...
December 1, 2022 at 7:51 am
For me, I would start by asking 'How can I reduce the pain for the future'. Two parts of the answer to this are given below. They can be done...
November 30, 2022 at 7:55 am
The setup was done with two clusters, to allow patches etc to be applied at each site independantly of the other. One requirement was that failover for maintenance should not...
November 29, 2022 at 8:08 pm
Having done both log shipping for DR and availability groups for DR, I would always go for availability groups.
Setup, administration and troubleshooting for AGs is much simpler than log shipping,...
November 25, 2022 at 7:21 am
Personally I would start with a new Windows install. This makes sure that the server can be reproduced in the future if it fails.
Also in the past a place where...
November 25, 2022 at 7:07 am
Hearding cats is easy compared to managing application development.
Computing has to deal with constant change: business requirements, priorities, costs, budget, available hardware and software, skills, etc. The applications that get...
November 21, 2022 at 9:02 am
For me there are two main aspects to this.
The first one is that in computing the only constant is change. A skill that would give top pay in year 1...
November 11, 2022 at 6:54 am
Viewing 15 posts - 136 through 150 (of 2,494 total)