Viewing 15 posts - 46 through 60 (of 642 total)
Hi Thom..
Second JOIN condition not valid due to database_id field not available in sys.dm_exec_sessions,
USE
July 20, 2017 at 10:21 pm
Thank you Mr. Eirikur's and Gail.. I resolved LDF file corruption problem and database working as expected. I followed Mr. Eirikur's steps and slightly changed..
1. Stop SQL services
2. Copy the...
July 18, 2017 at 9:45 am
Ok..I will follow Mr. Eirikur's suggestions.
I have doubt.. How TLOG backup successed till time if LDF file got corrupted. I think some of the log block was issues.
July 18, 2017 at 6:45 am
CHECKDB command output no errors.
CHECKDB found 0 allocation errors and 0 consistency errors in database 'JMDBIOMET'.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
July 18, 2017 at 6:13 am
During database backup Error message record in error log file.
Message
Error: 3041, Severity: 16, State: 1.
Backup detected log corruption in database JMDBIOMET. Context is FirstSector. LogFile: 2...
July 18, 2017 at 6:03 am
3. Database to changed FULL recovery mode from SIMPLE
then try to take FULL backup again. but this full backup not successes again same error
July 18, 2017 at 4:59 am
Hello Perry,
Combination of windows 2016 and SQL 2016 alwayson HA feature can support windows cluster multi subnet failover in workgroup environments, So in this setup where windows cluster object and...
May 9, 2017 at 1:31 am
Thanks Mr. Perry.
I have gone through Microsoft Link and documents which is suggested by you.
In that architecture backup share server introduced and this backup share folder storing TLOG backup files which...
May 8, 2017 at 10:41 pm
Thank you Mr. Perry and Mr. Anthony. for yours valuable comments
I will disable custom TLOG backup in Principal database server during configuration of log shipping.
Does Log shipping...
May 5, 2017 at 7:16 am
Hi jigging.tech, Thanks for reply..
One of the OLTP database recently configured AG setup in SITE A (Primary datacenter). the same database will going to extent for DR setup at SITE...
November 3, 2016 at 10:24 pm
The same error repeated after removed quotes on both side..
@query = 'select logdate, procInfo, ERRORLOG from tempdb.dbo.ErrorLog where Id >= (select TOP 1 Id from tempdb.dbo.ErrorLog WHERE ERRORLOG Like ''%Deadlock...
November 3, 2016 at 6:28 am
Thanks Tony for your reply, I have tried and modified on existing script for file attachment as below, but its throwing errors
Please help.
declare @subject varchar(250)
select @subject = 'Deadlock reported on...
November 2, 2016 at 10:30 pm
Hi.. it is very useful script for monitoring deadlock event occur in OLTP databases.
I am facing same issues: But when deadlock occurred i received attachment in text file but...
November 2, 2016 at 4:53 am
Hi,
I would like share the AG setup.
I recently deployed alwayson availability group one of the OLTP database for DR requirment with MultiSubNet failover.
OS: Win 2012 R2 standard edition, DB: SQL...
October 27, 2016 at 10:59 pm
Hi SQL GURU and Jeff,
Issues resolved by developer, he has changed and modified the existing whole query at application side. After that there is no glitch and blocking...
September 27, 2016 at 7:33 am
Viewing 15 posts - 46 through 60 (of 642 total)