Viewing 7 posts - 1 through 7 (of 7 total)
Please refer to the following similar thread, you may find the answer there:
Hope this helps!:-)
December 26, 2014 at 1:56 am
The following article describe how to use the simple script to backup all SQL Server databases:
http://www.mssqltips.com/sqlservertip/1070/simple-script-to-backup-all-sql-server-databases/
Use the following query in your case:
DECLARE @name VARCHAR(50) -- database name ...
December 26, 2014 at 1:46 am
ramyours2003 (12/19/2014)
Availability Group is not ready for automatic failover while it is configured to failover automatically in one of the server .
iam not sure how to...
December 26, 2014 at 1:20 am
Please refer to the following article to get the script to get logins, databases users/roles and object level permission (T-SQL):-):
https://gallery.technet.microsoft.com/scriptcenter/Get-logins-databases-816f66b2
December 26, 2014 at 12:28 am
Peer-to-Peer replication builds on the foundation of transactional replication, and can be viewed as a multiple-node transactional replication with each node published to other nodes, and at the same time,...
December 26, 2014 at 12:14 am
The following article shows the list of new features introduced since SQL Server 2005, 2008, 2008R2 and SQL Server 2012:
December 25, 2014 at 11:44 pm
The following article about SQL 2012 AlwaysOn Availability groups Automatic Failover doesn’t occur or does it may be helpful to troubleshoot this issue:
December 25, 2014 at 11:13 pm
Viewing 7 posts - 1 through 7 (of 7 total)