Viewing 15 posts - 1 through 15 (of 75 total)
I have had the same problem with two of my clients with the Sharepoint_config database.
I think the Sharepoint recommendation for that database is to have it in Full recovery mode....
August 15, 2012 at 3:12 pm
If the database is in full recovery model then make sure you take regular backups. That is the best way to keep the log file size in check. If you...
July 23, 2012 at 2:50 pm
Hi,
If I see several lookups on a clustered index, is there a way to find which non clustered index is missing some columns?
I would like to...
July 23, 2012 at 2:44 pm
Firstly, check the SQL Server error logs by directly opening the file in the install LOG directory. Find if you have any errors there.
Now to some basic questions.
1) Is this...
July 12, 2012 at 3:13 pm
I don't think you will have to disable the replication on DB1 server where you are taking a backup.
But on DB2 where you are going to restore the database to,...
July 12, 2012 at 9:32 am
Run the following queries to find which file was the last one to be copied and which file was the last one to be restored.
The following query will give you...
July 12, 2012 at 9:22 am
Check this
http://saveadba.blogspot.com/2012/02/unable-to-start-execution-syntax-error.html
If you edit the job anytime in the future you will have to make this change again.
February 14, 2012 at 11:18 am
Firstly, I think that you are saving multiple files in one backup set. As Jeff has mentioned check your maintenance plan to make sure that you create new backup files...
February 14, 2012 at 11:11 am
1) I think you don't need to mention the DOT '.' in the extension for the files to be deleted. Just mention 'BAK' and it should work.
2) Not sure what...
February 14, 2012 at 11:01 am
What error do you get when you run the snapshot agent? Does it mention that it is expecting the history table to be also present on the subscriber?
If you are...
February 14, 2012 at 10:55 am
Try to run the snapshot agent job instead of using the replication monitor or any other tool in SSMS.
February 14, 2012 at 10:48 am
On one of my servers, the reports don't need data from the last 24 hours. So I have scheduled the restore job to run in the morning between 4 AM...
February 14, 2012 at 10:47 am
Evil Kraig F (2/7/2012)
I assume you mean the clustered index. Your PK can be nonclustered, and clustered index controls the Key Lookup information. The nonclustered indexes will remain...
February 7, 2012 at 4:42 pm
If the table is not too large then it should be fine to move the primary key index while the non clustered indexes are still available.
If the table is very...
February 7, 2012 at 4:34 pm
Quick question Gail.
What happens to the non clustered index on those tables if you move the primary key index to a new filegroup using the option that you mentioned?
If...
February 7, 2012 at 4:00 pm
Viewing 15 posts - 1 through 15 (of 75 total)