Viewing 15 posts - 1 through 15 (of 69 total)
I appreciate your answers. It explains why my transaction throws errors. we have SQL 2014 AG and it doesnt support DTC. I am trying to think a workaround. Thank you.
March 7, 2018 at 10:05 am
March 5, 2018 at 8:25 am
Thank you GilaMonster. I will check with apps developer.
March 3, 2018 at 12:42 pm
They are set True. Will isolationlevel="repeatable read (3)" cause deadlock? Thank you.
March 3, 2018 at 9:26 am
It is the table name in update statement. Tbl .
March 2, 2018 at 12:28 pm
Hi Sergiy,
The table has 14835392 rows total and 23 columns. Col2 is clustered Primary key. Col and Col2 are integer. no indexes on col.
indexes on the table
Col2...
March 2, 2018 at 7:29 am
I am not able to restore SMK from from primary to secondary when different service accounts are running. If both use the same service account I am able to restore....
March 30, 2017 at 11:39 am
Database master key is encrypted by SMK. It is set up according to MS Design. User database has DMK, symmetric and asymmetric keys.
March 30, 2017 at 11:15 am
Thank you. After i read your post, I solved the issue.
I changed the service account running SQL Agent to local services, restarted the agent.
Then change the local services back to...
August 3, 2016 at 1:45 pm
Hi,
I am having the same issue. I am running SQL2016 on windows 2012 R2. The process could not be created for step 1 of job 0xD656A2765BDCF54F91F7D2CA16398CC3 (reason: A required privilege...
August 2, 2016 at 12:59 pm
Thank you @Srikanth-562337. It solved my endpoint problem.
October 8, 2015 at 8:24 am
I have fixed it by rebooting the server and rerun upgradedlls. Thanks all.
July 28, 2014 at 9:04 am
I found the answer from the link.
;WITH XMLNAMESPACES ('www.microsoft.com/SqlServer/Dts' as DTS,'www.microsoft.com/sqlserver/dts/tasks/sqltask' as SQLTask)
SELECT
v.x.value('(@SQLTask:TaskName)','varchar(1000)') as TaskName,
COALESCE(v.x.value('@SQLTask:BackupDestinationAutoFolderPath','varchar(1000)'),v.x.value('@SQLTask:FolderPath','varchar(1000)')) as FolderPath,
COALESCE(v.x.value('@SQLTask:BackupFileExtension','varchar(1000)'),v.x.value('@SQLTask:FileExtension','varchar(1000)')) as Extension,
v.x.value('@SQLTask:DeleteSpecificFile','BIT') AS Del_Specific_File,
v.x.value('@SQLTask:AgeBased','BIT') AS Aged_Based_Del,
'DELETE backups older than '...
July 3, 2014 at 12:04 pm
Thank you for your reply.
I looked select * from msdb.dbo.sysmaintplan_logdetail. I don't see Cleanup Task retention period.
July 3, 2014 at 11:28 am
Thank you for your reply.
I will want to write a poweshell script to retrieve a retention of Maintenance Cleanup Task from more than 80 SQL servers. If I know the...
July 3, 2014 at 6:59 am
Viewing 15 posts - 1 through 15 (of 69 total)