Viewing 15 posts - 31 through 45 (of 2,451 total)
The text of the original post implies the delivery team are new to the technology and have a large system to deliver.
If so then you need far more help than...
December 20, 2023 at 7:05 am
I hope your applications are connecting to your databases via DNS aliases. Using DNS aliases as a layer of indirection drastically simplifies the impact of making the type of move...
December 18, 2023 at 8:42 am
My advice is to work on the suggestions of sscoach. Setup some tables in your test system that reproduce your problem with the minimum number of tables and data.
Also follow...
December 18, 2023 at 8:23 am
I just noticed, have you created a SPN for the listener name
December 11, 2023 at 6:53 am
A listener works by creating a DNS entry that points to your server. It should also create a listener entry within your SQL Server instances to tie the two together.
Are...
December 11, 2023 at 6:52 am
The curse of working in computing is that the only constant is change. The skill that will command top dollar one year may not command any job at all five...
December 8, 2023 at 9:03 am
I certainly agree that the Missing Index data in SQL Server is useful but not something that should be applied without further investigation.
One thing to consider is if a non-clustered...
December 4, 2023 at 6:54 am
I totally agree with all aspects of Jeff's response.
November 2, 2023 at 6:53 am
The error reported by the OP has sometimes happened to me when applying a CU to a clustered SQL instance.
The work-round in Jeffrey Williams post shows the process we had...
November 2, 2023 at 6:49 am
If you like Upgrade in Place then you will love Russian Roulette. Both have the same level of randomness about when they will kill the subject.
I would never do an...
November 2, 2023 at 6:42 am
I have just seen this thread. Even though it is now solved it may be useful to look at the process I documented in SQL FineBuild for SQL Agent proxy...
November 2, 2023 at 6:07 am
I have just seen this thread. Even though it is now solved it might be useful to refer to the process I documented in SQL FineBuild about setting up SQL...
November 2, 2023 at 6:05 am
In case you did not pick up the crucial bit from the previous post, data stored as ntext must get converted to nvarchar.
If you go from ntext to plain old...
October 30, 2023 at 5:51 am
Ant-Green has the right idea.
I have seen a number of sites where the system engineers (or a dedicated backup team) are using agent processes to take backups of everything. This...
October 2, 2023 at 6:00 am
Start with the RTO and RPO of the databases. This will guide you on the backup scenario you need. Having the databases in an AG makes no difference to what...
September 29, 2023 at 10:09 am
Viewing 15 posts - 31 through 45 (of 2,451 total)