Viewing 15 posts - 1 through 15 (of 72 total)
Thanks very much again! Yet again this forum has been very useful.
Regards,
Vivek
November 20, 2010 at 1:42 pm
Hi Sujith
Please use followoing stored procedure.
sp_mergemetadataretentioncleanup
Regards,
Vivek
November 20, 2010 at 2:55 am
K. Brian Kelley (10/27/2009)
How is access through the file share being accomplished? You mention SQL job. Are you using xp_cmdshell?
Hi Brian
I am having the same problem and i am using...
August 28, 2010 at 4:57 am
Has anyone come across anything like this?
Any help will be much appreciated guys!!
November 7, 2009 at 5:07 pm
Certainly.
Thanks SQL DBA 808.
October 29, 2009 at 4:03 am
Thanks a lot again roy.
I have used replication scripts so many times before and they seem to be functioning fine as far as all the required bits are changed to...
October 27, 2009 at 3:12 am
Hi Roy
Thanks for your reply but the error was occuring because there was some metadata left behind when i deleted old subscriptions and publications.
Thanks for getting back to me though.
Vivek
October 23, 2009 at 2:56 am
Hi Abhay
Thanks a lot for your reply but i have managed to resolve this issue.
It was a problem with table name and stored procedure wasn't taking care of it.
Thanks again.
Vivek
September 16, 2009 at 9:29 am
Seth Lynch (9/11/2009)
HiThe problem could be the Proc [dbo].[sproc_IndexMaintenance]
Does this [dbo].[sproc_IndexMaintenance] run when called directly eg EXEC [dbo].[sproc_IndexMaintenance]?
Yes, It does.
When you run the job set does the database context change...
September 11, 2009 at 9:59 am
Thanks for your reply.
I have tried doing running following statement on production SQL Server but that doesn't resolve the issue.
RegSvr32 SQLTaskConnections.dll
Vivek
September 11, 2009 at 8:47 am
Could you please post the Script you are using for Index rebuild/ reorganise for Share point databases...
http://msdn.microsoft.com/en-us/library/ms175008.aspx
I have used script listed on this page but i have modified...
August 27, 2009 at 5:18 am
Also, go through following. its quite helpful article.
August 25, 2009 at 3:37 pm
The only problem with that example is its using cursors and people dont really like them because of their resource hungry nature.
I'd say replace this cursor with better code to...
August 25, 2009 at 3:36 pm
Also, you might want to perform a bit of clever index maintenace.
You might want to reorganise indexes with fragmentation below 30% and rebuild indexes with fragmentation above 30%.
Something like that....
August 25, 2009 at 6:15 am
If you are rebuilding index then you wont have to do update statistics manually in your maintenance plan.
Vivek
August 25, 2009 at 6:07 am
Viewing 15 posts - 1 through 15 (of 72 total)