Viewing 15 posts - 91 through 105 (of 166 total)
Thank You,
For example, if the drive is not in the same group - the SQL Server cannot see the drive. So, for backups you would have to reference the drive...
June 26, 2009 at 3:18 pm
Hi,
from this link http://www.mssqltips.com/tip.asp?tip=1651
Here we have a separate group DEVBACKUP to keep the bakups. In this scenario, how this group failover to other node when failover initiated due to some...
June 26, 2009 at 12:46 pm
Thank You
We create a minimum of 3 cluster groups:
Cluster Group - contains the cluster resources
MSDTC Group - contains the resources for MSDTC
SQL Group - contains the resources for a SQL...
June 26, 2009 at 12:26 pm
Thanks Scott,
This disk will need to be a dependency of SQL Server, otherwise SQL Server won't be able to write to it
.
We have the backup drive in backup group and...
June 26, 2009 at 10:45 am
Thank You Scott, George,
According to Scoot, We need to create a share LogShipLogDump$ on Node1(Active) on the cluster and as well as in secondary server right?
We have a Backup group...
June 25, 2009 at 5:37 pm
Thanks,
In server A, the SQL Agent runs under ABC\mssqlsrv and in other Server Server B, the SQL Agent runs under XYZ\mssqlsrv. So In this case how can I share...
June 25, 2009 at 2:53 pm
I went through the link, but just clarify the above four points.
June 16, 2009 at 5:00 pm
Could you please provide me a script, which continuously checks the index fragmentation and if it finds the avg index fragmentation>30%, it should perform index rebuild and if it is<30%,it...
June 13, 2009 at 10:07 am
I thoroughly checked, NO other jobs are running.
But in SQL Server 2005, Full, diff and log backups can run at the same time as I understood.
thanks
June 11, 2009 at 10:16 am
I got the same error second time today(after 5 days) and investigated all the databases. I noticed that for one database auto shrink is enabled.
If this is the reason, the...
June 11, 2009 at 9:48 am
could you please give me some info.....
June 11, 2009 at 1:05 am
start cmd
Solution:
rsconfig -c -s -d reportserver -a Windows -u -p
or
rsconfig -c -m -s -d reportserver -a SQL -u SA -p
Here are my server and...
June 10, 2009 at 10:46 am
from where this user 'NT AUTHORITY\ANONYMOUS LOGON' is coming from ?????
June 10, 2009 at 9:53 am
thanks,
sql server surface area configuration-->surface area configuration for services and connection-->click remote connection of your instance-->TCP/IP and NamePipe---------IS ALREADY ENABLED
Both Server A and Server B are Developer editions 64...
June 10, 2009 at 9:15 am
When you defining the report server database connection, which credential type you use (Windows integrated security, windows user account or SQL server login)?
Iam using windows integrated security. Its a domain...
June 9, 2009 at 11:37 pm
Viewing 15 posts - 91 through 105 (of 166 total)