Viewing 15 posts - 316 through 330 (of 486 total)
First off I would have posted your question in the SQL 2012 forum as Always on Availability Groups are only supported by SQL 2012.
Anyway. I am in the process...
October 17, 2013 at 9:17 am
Each option has its own merits.
For example Always on supports active secondaries so you can support read\write operations on one instance and read operation only on others allowing...
October 14, 2013 at 4:47 am
This looks very like the type of code LYNQ \ Nhibernate generates. It may not be that someone has coded a cursor but the application is generating cursor code.
October 14, 2013 at 4:42 am
Providing the windows login is created on both the principal and the seconday then upon failover the should work. There is no dependancy on the SID with windows logins...
October 14, 2013 at 4:35 am
Sorry I had skimmed through your question and thought it said over a specifc size. Yes, as mentioned in the other reply perfoming index maintenance on very small indexes...
October 10, 2013 at 7:06 am
SQLSteve (10/10/2013)
Whats the rule of thumb for this? There must be a...
October 10, 2013 at 6:47 am
Adding a new subscriber is a different situation. You would need to generate a new snapshot but you do not need to reinitialise the exiting subscribers as they will...
October 10, 2013 at 6:38 am
In theory the statistics and indexes should be fine at a logical level as they have not changed when the VM was moved. The physical disk allocation may be...
October 9, 2013 at 8:45 am
You can't, as the message explains the publication which includes all articles has to be re-initialised which in turn will generally mean creating a new snapshot depending on how old...
October 9, 2013 at 5:50 am
Personally I would start by looking at the waits on the system and trying to identify if there is any particular wait type that is causing the problem, this will...
October 9, 2013 at 3:03 am
You can remove the files from the update cache folder as these are generally install files left over when applying a service pack or a cumulative update.
October 9, 2013 at 2:56 am
PS, worth mentioning that its been a while since I did this last, so may have missed something, but that should cover what you need.
October 1, 2013 at 6:28 am
Not difficult to do,
1. first within failover manager remove NodeA as a possible owner from the cluster group for your SQL Instances.
2. Then remove the...
October 1, 2013 at 6:24 am
The mail agent only runs when it has emails to process, you can see that here:
select * from msdb.dbo.sysmail_log
You can then check emails that were sent here:
select * from...
September 12, 2013 at 3:37 am
The easiest way is to launch replication monitor, connect to the distributor and then view each of the agent types in the "Agents" tab.
September 12, 2013 at 3:31 am
Viewing 15 posts - 316 through 330 (of 486 total)