Viewing 15 posts - 376 through 390 (of 6,400 total)
Reading all the documentation it requires the distributor to be on a separate instance.
March 9, 2023 at 3:08 pm
Distribution database can be put into the AOAG if you are running CU6 or above
The below will detail how to set this up and ensure that each replica can connect...
March 9, 2023 at 12:12 pm
Sounds good.
You need to get into a mindset that "If I create a new SQL login, I must run sp_help_revlogin, to script the login for the secondaries", adds an extra...
March 8, 2023 at 3:18 pm
https://docs.dbatools.io/Sync-DbaAvailabilityGroup
It is a common thing with SQL logins, but unfortunately just "creating" the login on the secondary replicas isn't sufficient enough to make a SQL login work.
The issue is that...
March 8, 2023 at 2:29 pm
Are you using a named instance, as if you are the file will not be called perf-MSSQLSERVERsqlctr.ini?
But if it the file is generally missing, then you will need to run...
March 7, 2023 at 8:56 am
And how do you define "un-used", what are your criteria for this?
March 6, 2023 at 4:35 pm
Since Visual Studio 2019, the SSIS/SSAS/SSRS projects are completly seperated from SSDT.
You need to go via the marketplace and download the individual projects (more so for SSIS) or use the...
March 6, 2023 at 1:16 pm
A simple search will yield many results for these questions.
1 - Use the DMV sys.dm_tran_locks
2 - Not unless you have historical monitoring in place, to monitor sys.dm_tran_locks
March 2, 2023 at 9:42 am
May I recommend some reading on what the transaction log does and how it impacts things like backups.
https://www.sqlservercentral.com/books/sql-server-backup-and-restore
https://www.sqlservercentral.com/books/troubleshooting-sql-server-a-guide-for-the-accidental-dba
The log isn't just used for backup purposes it has a key and...
February 28, 2023 at 9:31 am
It will heavily depend on the job step type but your best bet is "msdb.dbo.sysjobsteps".
For example a T-SQL step will detail in the database_name column what database the step is...
February 27, 2023 at 12:59 pm
Ah OK, 2008 that may explain it then.
Yeah the account should just need access to the folder(s) holding your data files and nothing else.
February 24, 2023 at 2:45 pm
MAXDOP = 1 yeah, there are certain workloads where this is actually recommended, SharePoint, Dynamics AX for example, their best practise is to set MAXDOP = 1
You may be experiencing...
February 23, 2023 at 4:18 pm
"NT Service\MSSQLSERVER" or "NT Service\MSSQL$<instancename>" if using a named instance, should exist as it's what is used to ensure that if you change the actual service account then you don't...
February 23, 2023 at 4:08 pm
Also follow the forum etiquette post I linked earlier
February 23, 2023 at 4:02 pm
What defines the start and end dates of a transaction? Start of a new day would be the start date and end of day would be the end date.
So...
February 23, 2023 at 1:17 pm
Viewing 15 posts - 376 through 390 (of 6,400 total)