Viewing 15 posts - 121 through 135 (of 648 total)
Thanks Lowell, It is working now..
management also not recommend to start the browser service. so in this case need to mention new port number in ODBC connection or web.config file...
February 19, 2015 at 6:27 am
Thank you Perry,
management plan itself working and deleted old days backup files after adding account in backup folder and given modify privileges.
February 13, 2015 at 12:24 am
I have tried manually run that script but not deleted old files
declare @DeleteDate nvarchar(50)
declare @DeleteDateTime datetime
set @DeleteDateTime = DateAdd(hh, -48, GetDate())
set @DeleteDate = (Select Replace(Convert(nvarchar, @DeleteDateTime, 111), '/', '-') +...
February 12, 2015 at 4:50 am
Thanks for posting wonderful script for schema change monitoring,
How will altered your whole script for monitoring stand alone instance only.. I don't want capture other instance thru dblink features...
February 2, 2015 at 2:21 am
Thanks
Pl. suggest me, Is there way to find out what are the transaction using more space in tempdb? any links.
I will discuss with application team to send report for tempdb...
November 19, 2014 at 5:44 am
I have one doubts.
Temdb Database side space was shirked by using shrinks command but HDD disk space not released
generally it will be free up space from HDD Once complete the...
November 19, 2014 at 5:17 am
Frequently facing space issues on tempdb. it is using more than 162GB always.
I have checked at tempdb properties it showing initial size is 750 MB for data file and 2...
November 19, 2014 at 4:41 am
Thank you for mention missed points(number), I have updated my documents.
What witness type do you intend to use for your Windows Server failover Cluster?
It means FULL RECOVERY MODE. For data...
November 18, 2014 at 5:55 am
Perry Whittle (11/17/2014)
SQL Galaxy (11/17/2014)
Thank you Mr. Perry.Could you Pl. provide links or any document for how to configure listener in always on group?
Do you know how to deploy...
November 17, 2014 at 8:59 pm
Thank you Mr. Perry.
Could you Pl. provide links or any document for how to configure listener in always on group?
November 17, 2014 at 5:20 am
Thanks for reply..
Database mirroring configuration involved in two different IP address for two servers.
Is it possible for one common virtual IP in always on group?
November 17, 2014 at 4:54 am
Thank you Gianluca Sartori, Delete script working fine...
October 21, 2014 at 3:28 am
Wow, Thank your script working fine and I moved since last 5 years data into archive database.
But I can't delete the records at source table as below command.
DELETE FROM...
October 21, 2014 at 3:08 am
As above output NUMA values is 2. Does it means NUMA is configured in server H/W side? So there are 2 memory slat attached in that server.
From MS site
1.For...
October 13, 2014 at 6:16 am
Thanks for reply..
I want to know this values (47%), is it Acceptable value? or can we decrease that value?
October 13, 2014 at 6:02 am
Viewing 15 posts - 121 through 135 (of 648 total)