Viewing 15 posts - 91 through 105 (of 2,451 total)
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
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
Viewing 15 posts - 91 through 105 (of 2,451 total)