Viewing 15 posts - 181 through 195 (of 543 total)
We ensured the master key and certificate is made available on secondary replica.
We haven't checked the progress on secondary node. But will monitor this time.
Below are some messages we are...
December 11, 2020 at 5:15 am
According to your table structure, there is no index on [MULE_BATCH_ID]. This means that SQL has to do a table scan to find the record.
You are doing...
September 22, 2020 at 2:47 pm
According to your table structure, there is no index on [MULE_BATCH_ID]. This means that SQL has to do a table scan to find the record.
You are doing a select...
September 21, 2020 at 8:17 am
Hi Jeffrey,
Thanks for sharing your thoughts. I has little curious on how to implement this in sql server.
So, I was checking the MSDN documentation and I have some questions based...
June 19, 2020 at 8:30 am
Thank you Jeff and Steve.
April 29, 2020 at 6:13 am
Thanks Anthony
April 27, 2020 at 1:47 pm
new queries only - so if you are seeing high cpu you will need to use a few dmv's to figure out which queries are taking that cpu
We captured...
April 7, 2020 at 5:32 pm
my ps script code looks something like below :
function Out-DataTable
{
#.....
}
function Write-DataTable
{
#.....
}
Get-EventLog -ComputerName srv1 -LogName Application | select index,TimeGenerated,EntryType,Source,InstanceID,Message | Out-DataTable | Write-DataTable -ServerInstance srv1 -Database master -TableName EventViewer
March 30, 2020 at 10:00 am
Ken,
I tried including "Out-DataTable" as well as "Write-DataTable" functions code within my powershell script, still I am getting error.
https://gallery.technet.microsoft.com/scriptcenter/4208a159-a52e-4b99-83d4-8048468d29dd
https://gallery.technet.microsoft.com/scriptcenter/2fdeaf8d-b164-411c-9483-99413d6053ae
My observation is that, in Write-DataTable function , there is a positional...
March 30, 2020 at 9:48 am
Thank you Ken. I will check on it.
March 30, 2020 at 9:31 am
Answers inline please
few questions.
2.3TB
Yes
March 26, 2020 at 10:01 am
A follow up question, how does clearing of CACHE is related shrinking the database?
February 17, 2020 at 9:38 am
Viewing 15 posts - 181 through 195 (of 543 total)