


 



<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docwiki.cisco.com/w/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docwiki.cisco.com/w/index.php?title=Cisco_Unified_MeetingPlace_Release_6.1_--_About_Maintaining_the_SQL_Database&amp;feed=atom&amp;action=history</id>
		<title>Cisco Unified MeetingPlace Release 6.1 -- About Maintaining the SQL Database - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docwiki.cisco.com/w/index.php?title=Cisco_Unified_MeetingPlace_Release_6.1_--_About_Maintaining_the_SQL_Database&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Cisco_Unified_MeetingPlace_Release_6.1_--_About_Maintaining_the_SQL_Database&amp;action=history"/>
		<updated>2013-06-19T00:07:16Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Cisco_Unified_MeetingPlace_Release_6.1_--_About_Maintaining_the_SQL_Database&amp;diff=39072&amp;oldid=prev</id>
		<title>MeetingPlace Moderator: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Cisco_Unified_MeetingPlace_Release_6.1_--_About_Maintaining_the_SQL_Database&amp;diff=39072&amp;oldid=prev"/>
				<updated>2011-03-28T21:11:26Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 21:11, 28 March 2011&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>MeetingPlace Moderator</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/w/index.php?title=Cisco_Unified_MeetingPlace_Release_6.1_--_About_Maintaining_the_SQL_Database&amp;diff=39071&amp;oldid=prev</id>
		<title>MeetingPlace Moderator at 05:01, 15 March 2011</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/w/index.php?title=Cisco_Unified_MeetingPlace_Release_6.1_--_About_Maintaining_the_SQL_Database&amp;diff=39071&amp;oldid=prev"/>
				<updated>2011-03-15T05:01:18Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Cisco Unified MeetingPlace Release 6.1]] &amp;amp;gt; [[Cisco Unified MeetingPlace Release 6.1 -- Cisco Unified MeetingPlace Web Conferencing, Release 6.1|Web Conferencing]] &amp;amp;gt; [[Cisco Unified MeetingPlace Release 6.1 -- Configuring Web Conferencing|Configuring]] &amp;amp;gt; [[Cisco Unified MeetingPlace Release 6.1 -- Web Conferencing and SQL Server|Web Conferencing and SQL Server]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;The SQL database needs regular maintenance. If the SQL database is running slowly, or if the SQL database is running on a remote SQL server, then you should run this procedure on a nightly or weekly basis. &lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
The following procedure refers to the local instance of SQL Server 2000 that is installed as part of the MeetingPlace installation (as opposed to a remote SQL install). For security purposes, the xp_regread stored procedure is not accessible, therefore in order to create or modify SQL maintenance jobs, &amp;amp;nbsp;you&amp;amp;nbsp;must enable the xp_regread stored procedure. Failure to enable this stored procedure will result in the following error message: Error 2812: Could not find stored procedure &amp;quot;master.dbo.xp_regread.&amp;quot; If you are not using the SQL installation that is part of the MeetingPlace installation, you may skip this step.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;'''Important Note''':The next time MeetingPlace services are restarted, SQL jobs will continue to run, however you will not be able to modify them. To modify existing SQL jobs, run the SQL Query Analyzer commands below in '''Step 1''' again. If you have any SQL jobs that depend on the xp_regread stored procedure, those jobs will fail when MeetingPlace services are restarted as xp_regread is automatically removed from the system for security purposes during startup. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== To create or modify an SQL maintenance job:  ====&lt;br /&gt;
&lt;br /&gt;
#Use the SQL Query Analyzer on the MeetingPlace Web server to allow SQL to provide the ability to create or modify SQL jobs: &lt;br /&gt;
#:'''USE master''' &lt;br /&gt;
#:'''IF EXISTS (SELECT* FROM master.dbo.sysobjects WHERE name = 'xp_regread')''' &lt;br /&gt;
#::'''EXEC sp_dropextendedproc 'xp_regread''''&lt;br /&gt;
#:'''EXEC sp_addextendedproc 'xp_regread', 'xpstar.dll'''' &lt;br /&gt;
#:'''DENY EXECUTE ON xp_regread TO PUBLIC'''&lt;br /&gt;
#Launch SQL Enterprise Manager. &lt;br /&gt;
#Select the Cisco Unified MeetingPlace Web Conferencing database, which is named something similar to MPWEB_&amp;amp;lt;GUID_ID&amp;amp;gt;. &lt;br /&gt;
#Using the menu options at the top of the window, select '''Tools''' and then '''Wizards'''. &lt;br /&gt;
#Expand on the Management option, then select '''Database Maintenance Plan Wizard'''. &lt;br /&gt;
#On the Welcome to the Database Maintenance Plan Wizard page, click &amp;lt;span style=&amp;quot;font-weight: bold&amp;quot;&amp;gt;Next&amp;lt;/span&amp;gt;. &lt;br /&gt;
#On the Select Database page, select the database and click '''Next'''. &lt;br /&gt;
#On the Update Data Optimization Information page, check '''Reorganize data and index pages''' and click '''Next'''. &lt;br /&gt;
#(Optional) Change the schedule on which this maintenance procedure runs. &lt;br /&gt;
#On the Database Integrity Check page, click '''Next'''. &lt;br /&gt;
#On the Specify the database backup plan page, uncheck '''Backup the database'''. Click '''Next'''. &lt;br /&gt;
#On the Specify backup disk directory page, click '''Next'''. &lt;br /&gt;
#On the Specify the transaction log backup plan page, click '''Next'''. &lt;br /&gt;
#On the Reports to generate page, click '''Next'''. &lt;br /&gt;
#On the Maintenance Pan History page, click '''Next'''. &lt;br /&gt;
#On the Completing the maintenance plan wizard page, click '''Finish'''.&lt;br /&gt;
&lt;br /&gt;
[[Category:Unified_MeetingPlace_Release_6.1]]&lt;/div&gt;</summary>
		<author><name>MeetingPlace Moderator</name></author>	</entry>

	</feed>