Viewing 12 posts - 1 through 12 (of 12 total)
No way that I know of. You can easily point reports and code to the readonly replica with the app intent switch but SSMS also requires the additional parameters....
May 11, 2016 at 1:32 pm
yb751 (5/6/2016)
It won't help you with synching jobs but that's not something I would normally want...
May 6, 2016 at 1:29 pm
Hi everyone, I forgot reply the final solution to this problem... sorry...
The reason of all this mistery, was a bad configuration on the hypervisor, in this case VMware. The machine...
September 11, 2012 at 6:58 am
opc.three (3/15/2012)
My best guess is you have something running that has a memory leak. Can you restart the server after disabling each...
March 16, 2012 at 6:30 am
opc.three (3/15/2012)
Post a screenshot.
Sure...
March 15, 2012 at 3:54 pm
opc.three (3/15/2012)
From your original...
March 15, 2012 at 3:47 pm
opc.three (3/15/2012)
Get-WMIObject Win32_Process | Select Name,@{Name="WorkingSetSize(MB)";Expression={"{0:N1}" -f($_.WorkingSetSize/1mb)}} | Sort-Object Name
This will show us the list of all processes running on...
March 15, 2012 at 3:29 pm
opc.three (3/15/2012)
Why if I have the max memory limited to 4 GB... the VM Reserved shows 8 GB... and the physical memory used by the process is...
March 15, 2012 at 2:43 pm
opc.three (3/15/2012)
juanc.aguirre (3/15/2012)
opc.three (3/15/2012)
-- top 10 consumers of memory
SELECT TOP 10
...
March 15, 2012 at 2:14 pm
opc.three (3/15/2012)
-- top 10 consumers of memory
SELECT TOP 10
type,
...
March 15, 2012 at 1:54 pm
opc.three
What does this return on your instance:
-- top 10 consumers of memory
SELECT TOP 10
type,
CAST(SUM(single_pages_kb)...
March 15, 2012 at 1:34 pm
Hello... thanks for you quick answer, so... I really don't know if any CLR object exist on the DataBase, the application was not designed by me.
The question is... is...
March 15, 2012 at 1:32 pm
Viewing 12 posts - 1 through 12 (of 12 total)