Viewing 15 posts - 61 through 75 (of 166 total)
Hi Steve,
Its clustered resource drive. we have installed Active/Passive clustered sql server 2005 EE 64 bit on windows 2003 64 bit recently. We have a sql group, which has D...
July 25, 2009 at 11:12 am
Hi,
Even my log shipping tables have some data after completely removing log shipping and all backup, copy & restore jobs from all databases.
Now, I have reconfigured the log shipping for...
July 25, 2009 at 11:01 am
Go through this link http://www.sqlskills.com/BLOGS/PAUL/category/Sharepoint.aspx
which says you can not create multiple filegroups for share point databases but you can create multiples files in a single filegroup.
July 25, 2009 at 10:58 am
I'm also looking for the same...how can we encrypt the password in web.config file
July 24, 2009 at 10:03 pm
Thank You very much,
This information helped me a lot. I went through this link http://www.microsoft.com/Sqlserver/2005/en/us/reporting-services-features.aspx, and I found that Reporting Services Standard edition covers almost all feature that we have...
July 24, 2009 at 1:51 am
Could you please advice me how to cleanup the Log shipping tables, if disable log shipping task for database not removes everything?
July 22, 2009 at 10:20 am
Hi Max wei,
I have been disabled the log shipping for all the databases including the problem creating database MyDb. But some of the log shipping tables still have the...
July 22, 2009 at 1:03 am
Thanks you,
Executing below script on Primary has resolved the issue.:-)
DELETE FROM msdb.dbo.log_shipping_monitor_secondary
WHERE secondary_database='YOUR UNWANTED DBNAME'
July 16, 2009 at 1:19 pm
Commands executed on PRIMARY:
1.
select * FROM msdb.dbo.log_shipping_monitor_secondary
Result:
Secondary_Server Secondary_Database
SQL2\ins1 ...
July 15, 2009 at 2:46 pm
Yes, I went through the link and checked for all possible reasons for Troubleshooting Error Message 14421
But In my case, I had disabled the Log shipping configuration for the...
July 15, 2009 at 1:13 pm
We have 5 instances on one node1 and 2 instance on 2nd node and 3rd node is passive for both nodes 1 & 2.
We have a backup group on node1...
July 15, 2009 at 11:19 am
Is there any workaround to get rid of this false alert error??
July 14, 2009 at 11:08 pm
The alert job on primary server gives false alert because of the following .
We configured log shipping for a database and scripted that configuration using generate script option on the...
July 14, 2009 at 2:09 pm
Hi anam,
Do you have created Backup group separately(which consists a backup drive) in cluster administrator or included the backup drive also in SQL group?
July 14, 2009 at 9:47 am
From BOL....
Create a file share for the transaction log backups, preferably on a fault-tolerant server that is not part of the log shipping configuration. To maximize availability of the primary...
July 1, 2009 at 9:58 am
Viewing 15 posts - 61 through 75 (of 166 total)