Viewing 15 posts - 1 through 15 (of 44 total)
I didnt get you....They wanted to have backups of logshipping database aswell.
February 15, 2013 at 9:57 am
Is it ok to upgrade mirror server when the databases are in restoring state.
Why do i need failing over the databases ?
Is this the right approach if i follow...
January 4, 2013 at 9:03 am
These commands need to be apply at subscriber right then how can i restart SQL Server Agent.....Is this resolve this kind off issues.
What it mean by undistributed commands. If i...
January 2, 2013 at 6:42 am
This was happen while we are installing cluster ...after installing\end of the installation caught an error and this leads to SQL Server agent got failed state.
we used domain account while...
December 28, 2012 at 7:29 am
Thanks friend...
may i know where i have done mistake
August 23, 2012 at 11:39 am
I returned following code...but it is not working fine
DECLARE @fileName VARCHAR(50)
DECLARE @name sysname
DECLARE @sqlcmd VARCHAR(1000)
SET @fileName = 'D:\data'
DECLARE table_Cursor CURSOR FOR
SELECT name FROM sys.objects where type='U';
OPEN table_Cursor;
FETCH NEXT FROM table_Cursor
into...
May 11, 2012 at 2:54 am
Finaly i understood that mirroring in failover clustering will possible between two clusters.
Reference doc:
http://technet.microsoft.com/en-us/library/ms191309(v=sql.90).aspx
May 7, 2012 at 12:55 am
I am Trying to create mirroring on different instance in Node N2 But it useses same Virtual Name
May 7, 2012 at 12:29 am
Hi Gail ,
In my CASE, All SQL Sever engine versions are same (4 nodes are running with SP3) where as client tools on 2 Nodes are running with RTM...
April 30, 2012 at 5:55 am
Ex :
SELECT i.name AS IndexName,SUM(s.used_page_count) * 8 AS IndexSizeKB
FROM sys.dm_db_partition_stats AS s JOIN sys.indexes AS i ON s.[object_id] = i.[object_id] AND s.index_id = i.index_id...
April 24, 2012 at 8:42 am
i understand the issue...now the problem is resloved....
Thanks for your guidence
April 24, 2012 at 4:20 am
Viewing 15 posts - 1 through 15 (of 44 total)