Viewing 15 posts - 1 through 15 (of 619 total)
if it is same domain, DNS in another subnet , try to update new IP address at Nodes, cluster, listener objects .
June 10, 2020 at 9:10 am
Thank you Antony.
New SQL User connected to snapshot database in Mirror instance.
Thanks.
June 10, 2020 at 5:16 am
This is existing Database mirror setup.
Followed as per your suggestion.
June 9, 2020 at 1:36 pm
Existing Users and permission inherited at snapshots database of Source DB. Try to connect snapshot database existing user in Mirror Instance not connected.
Login failed for user 'Username'. (Microsoft SQL Server,...
June 9, 2020 at 12:02 pm
Yeah, I checked that first query. some servers all available drive retrieved and some servers not retrieved. could you suggest me what kind of permission required for fetching all logical...
March 17, 2020 at 12:34 pm
this code EXEC master..xp_fixeddrives retrieve only available freespace. but total allocated size not retrieved
March 16, 2020 at 11:23 am
Yes, I got it & working now. ) is missing.
But the above query retrieve datafile mount point only. it not fetched all available logical drive name.
March 16, 2020 at 10:12 am
SELECT a.ServerName,a.DatabaseName,a.DatabaseSize,b.DatabaseSize,a.TrackDate as TO_DATE,a.TotalSize as TO_DATE_TOTALSIZE,b.TrackDate as FROM_DATE ,b.TotalSize as FROM_DATE_TOTALSIZE,
(a.TotalSize-b.TotalSize) AS GrowthSizeDiff_MB
FROM
(SELECT ServerName, DatabaseName , DatabaseSize , LogSize , TotalSize...
March 12, 2020 at 7:18 am
procedure has been created and execute that with parameter like but no values are return and history table Database_Size_Tracking records are avilable.
Exec SP_DATAGROWTH_ANANLYSIS '02-03-2020','11-03-2020','PUXKPIREP'
CREATE PROCEDURE [dbo].[SP_DATAGROWTH_ANANLYSIS]...
March 12, 2020 at 5:44 am
Thanks Steve for your reply..
I tried this option already for PARTNER OFF at mirror server. but not able to bring database in EMERGENCY mode in Principal server.
April 22, 2019 at 6:55 am
ALTER DATABASE [DBNAME] SET EMERGENCY
Error Messages:
Msg 1468, Level 16, State 1, Line 1
The operation cannot be performed on database "DBNAME" because it is involved in a database mirroring session or...
April 16, 2019 at 7:01 am
yeah.. I agreed your points for what are the possible case database state to change the IN-Recovery mode
1. As per application workload TLOG file LDF huge size increase...
October 25, 2018 at 1:51 am
thanks Steve and Sue for your reply..
Database is online after recovery process completed. database size MDF size 25GB and LDF size 2GB SIMPLE Recovery mode options..
Transaction log is...
October 10, 2018 at 10:59 pm