Viewing 15 posts - 1 through 15 (of 73 total)
Thanks very much again! Yet again this forum has been very useful.
Regards,
Vivek
Vivek Shukla - MCTS SQL Server 2008
November 20, 2010 at 1:42 pm
Hi Sujith
Please use followoing stored procedure.
sp_mergemetadataretentioncleanup
Regards,
Vivek
Vivek Shukla - MCTS SQL Server 2008
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...
Vivek Shukla - MCTS SQL Server 2008
August 28, 2010 at 4:57 am
Has anyone come across anything like this?
Any help will be much appreciated guys!!
Vivek Shukla - MCTS SQL Server 2008
November 7, 2009 at 5:07 pm
Certainly.
Thanks SQL DBA 808.
Vivek Shukla - MCTS SQL Server 2008
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...
Vivek Shukla - MCTS SQL Server 2008
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
Vivek Shukla - MCTS SQL Server 2008
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
Vivek Shukla - MCTS SQL Server 2008
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...
Vivek Shukla - MCTS SQL Server 2008
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
Vivek Shukla - MCTS SQL Server 2008
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 it to...
Vivek Shukla - MCTS SQL Server 2008
August 27, 2009 at 5:18 am
Also, go through following. its quite helpful article.
http://technet.microsoft.com/en-us/library/cc966523.aspx
Vivek Shukla - MCTS SQL Server 2008
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...
Vivek Shukla - MCTS SQL Server 2008
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....
Vivek Shukla - MCTS SQL Server 2008
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
Vivek Shukla - MCTS SQL Server 2008
August 25, 2009 at 6:07 am
Viewing 15 posts - 1 through 15 (of 73 total)