Viewing 15 posts - 16 through 30 (of 113 total)
Use the below queries:
use msdb
go
select * from sys.services
select * from sys.service_queues
Thanks
March 28, 2011 at 12:59 pm
I have given db_datareader database role to the user.
He only required read-only access and nothing else. In this case, he can not view the database properties right?
We can not give...
February 11, 2011 at 11:11 am
could you please provide your inputs for this cluster upgrade?
Thanks
February 7, 2011 at 10:06 am
Thank you. I'm looking only the SCHEMA difference.
Here is what I wanted to do:
We have a Production database Mydb on SQL Server instance1 which refreshed (backup & restore) to other...
January 7, 2011 at 2:56 pm
I understand that the manageability and clear visibility to do the work with t-sql scripts. But I just want to make sure that the functionality done by the Database Integrity...
September 27, 2010 at 3:40 pm
I'm looking for other options rather than running the log shipping backup jobs in scheduled time intervals like 5 mins or 10 mins
Thanks
September 27, 2010 at 12:27 pm
Could you please advice me
Thanks
September 17, 2010 at 1:01 pm
If Total Memory >= Target Memory ------> Represents Memory Pressure
Total Memory < Target Memory ------> Represents No pressure.
So Instance 4 is not experiencing any mem pressures. But the other 3...
September 13, 2010 at 3:20 pm
Yes, Instance 4 appears to be experiencing Memory Pressure.
In this case for instance 4, when I set the Max Memory to say 4GB, then if the Total Server memory is...
September 13, 2010 at 2:49 pm
Could you please advice me..
Thanks
September 12, 2010 at 9:22 pm
Thanks Gail,
On Server A, we have 4 instances. We have 16 GB RAM. Lock pages is enabled.
For each instance, I have set the Max Memory to 3 GB and Min...
September 11, 2010 at 2:05 pm
Hi,
I have also the same issue with SQL Server 2008 R2 Standard Edition RTM.
No Mirroring and Log shipping options available when I click the database Properties.
But I can see...
September 9, 2010 at 11:39 am
if this is a DR server are you using database mirroring? that could cause this if you are mirroring a large number of databases and there is catching up to...
September 9, 2010 at 10:53 am
Thank you,
We have the below three different modes for Database Mirroring:
1. High Performance (asynchronous) -- Commit changes at the principle and then transfer them to mirror
2. High safety without...
September 7, 2010 at 10:19 pm
Then you don't want to get this from the backup job. You want to run a job that will check for this after all the databases have been backed up....
September 7, 2010 at 11:23 am
Viewing 15 posts - 16 through 30 (of 113 total)