Viewing 15 posts - 151 through 165 (of 2,451 total)
I will give a long answer and a short answer:
The long answer treats your servers like pets, you need to spend time caring for each of them. The amount of...
May 20, 2022 at 6:55 am
If your DBs are on-prem and already on at least SQL2017 a useful way to migrate to a new SQL version is to use a Distributed Availability Group (dAG).
You can...
April 27, 2022 at 6:20 am
I have been using gMSA accounts since SQL2012. I have never found a need to repeat the backup of the service master key as the gMSA password changes.
April 18, 2022 at 5:26 pm
As said above, involve your legal department at each stage.
If there is any thought of doing a 'secure erase' by repeatedly overwriting your backup file, you need to look at...
January 17, 2022 at 10:34 am
There is a lot more that needs to think about before being able to give a useful answer.
# What is your desired end-game with Tabular
# Do you plan to use...
January 17, 2022 at 10:15 am
It is not clear from your original post: Do you have 1 server of 80 GB with 15 SQL instances on it, or do you have 15 servers of 80...
January 17, 2022 at 10:02 am
Kathi's article is good at highlighting one of the main frustrations that database people have with app developers, and equally one of the main frustrations app developers have with database...
January 15, 2022 at 7:38 pm
I agree. If you have a good use-case for Filestream then File Tables are the best way to implement it.
December 29, 2021 at 8:21 am
Do you need to setup Delegation of Control
November 29, 2021 at 9:22 pm
Are you installing on your own kit or using Azure. If it is your own kit and you have a SQL 2019 Enterprise Edition license with Software Assurance then you...
July 26, 2021 at 6:57 pm
I am always looking forward to vNext and getting it into Production. For me it is all about enabling the business (and IT) to take advantage of the best technology...
April 24, 2021 at 8:43 am
Why do you want to uninstall SQL Server 2008. Also why do you want to install SQL Server 2016, it is now 5 years old and definitely inferior to SQL...
April 7, 2021 at 10:19 am
There is a discussion on what you can do at https://github.com/SQL-FineBuild/Common/wiki/SQL-Server-Memory-Management
The SQL db engine can be given access to more than 4gb memory via AWE even if itcannot address it...
April 2, 2021 at 6:19 pm
I hope there are people out there interested in columnstore. It is a powerful indexing strategy that can give great performance. (Spoiler alert, this is a long post.)
We make good...
February 16, 2021 at 11:58 am
One thing I forgot to say, can this move be used as an opportunity to consolidate to fewer SQL Server instances. As the old server is W2003 it is probably...
February 10, 2021 at 11:04 am
Viewing 15 posts - 151 through 165 (of 2,451 total)