Viewing 15 posts - 46 through 60 (of 2,840 total)
Thank You Matt. I am using EE and I am planning on setting up AG. I will play around with my test Env and see if it works.
Steve, Thanks for...
April 24, 2014 at 7:06 am
When you are using Availability Group set up, you just fail over to your secondary. The secondary becomes the primary and data will be replicated back by itself. So you...
April 23, 2014 at 1:34 pm
Since you are using SQL server 2012, you could do the complete set up using HADR. If you are using Log shipping then you have no other option than Back...
April 23, 2014 at 12:35 pm
If it fails, its no big deal. It is not a critical system. All the information are already in each of your servers. It just makes my job easy to...
January 28, 2014 at 8:40 am
So far from my personal use, the pros out weigh the cons. We have been using CMS for a very long time and have not found an issue.
January 27, 2014 at 11:55 am
Could it be that the BuildIn adminstrator account is disabled? If I am not mistaken, the buildin administrator account is disabled by default in Windows 7.
July 17, 2013 at 6:40 am
There is a job that runs in the Distribution Database that will clean up old snap shots that were created.
If at any time you changed the path of the...
March 5, 2013 at 9:09 am
Yes, you can. You can specify which DB you want the metrics for.
Just specify the database_id
March 4, 2013 at 10:18 am
There are lots of DMV's that you can use to get these metrics. For instance sys.dm_exec_procedure_stats.
The activity monitor shows these details as well.
March 4, 2013 at 8:39 am
If you create the logins with the right SID then you will not have a problem with permissions and roles when restoring the DB.
You can get the SID from...
March 1, 2013 at 8:45 am
That worked. I needed to give Permission to the schema. Thats it. Thanks everyone for helping.
November 27, 2012 at 11:49 am
I am going to try
GRANT SELECT ON SCHEMA :: abc to abcRole WITH GRANT OPTION
and see if that will work.
November 27, 2012 at 11:28 am
I can make it work by giving the Select permission to the role on the other Schema. I dont want to give direct select permission on tables.
November 27, 2012 at 11:24 am
That does not work. It gives permission error on the table in the other schema. It works with "Execute as Owner"
November 27, 2012 at 11:14 am
Viewing 15 posts - 46 through 60 (of 2,840 total)