Viewing 15 posts - 286 through 300 (of 486 total)
winston Smith (11/18/2013)
I have been looking at...
November 18, 2013 at 7:34 am
TheSQLGuru (11/14/2013)
November 15, 2013 at 11:22 am
javirsantos (11/15/2013)
As you show me would be:
1. - Passive Node: install SP2 CU1
2. - Balancing cluster with...
November 15, 2013 at 9:28 am
Yes it can be, depending on the code in your stored procedures and the volume of data in your database(s).
For example if you have a stored procedure being called 1000...
November 15, 2013 at 4:46 am
Yes they can be setup for the account used as the service account, but the best practice is to limit the capabilities of a service account.
The use of a proxy...
November 15, 2013 at 4:43 am
The information you have supplied is not particularly clear.
When patching clustered SQL instances the process you should follow is:
1. Patch the passive nodes of the cluster
2. Failover the...
November 15, 2013 at 4:40 am
If I am interpreting your post correctly are you saying that you have two physical servers participating in a windows cluster.
On each node you've a SQL server installation you plan...
November 13, 2013 at 1:45 pm
db808 (10/30/2013)
Also is 2...
October 31, 2013 at 6:39 am
You really need to post your code for anyone to help with a specific answer.
October 31, 2013 at 4:06 am
Not that I have ever restored a database to a network location, I have backed up to a network location so the same principal will apply.
When using UNC paths you...
October 31, 2013 at 4:03 am
Actually that last statement is partially incorrect, you cannot do it using a maintenance plan as the maintenance plan tools cannot read the database, but you can do it via...
October 29, 2013 at 10:13 am
As the database(s) in the DR node are asynchronous it is a non readable secondary and for that reason its not possible to take a backup of the databases. ...
October 29, 2013 at 10:06 am
In my experience, you can either add the artciles via the gui in SSMS or use the system stored procedures to add the article(s) to the publication
Once added this will...
October 29, 2013 at 4:13 am
I assume that you are running more than 1 instance to be running active \ active.
In that case patch the passive instance on each cluster node first, then failover to...
October 29, 2013 at 4:10 am
Viewing 15 posts - 286 through 300 (of 486 total)