<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>King Computer Sydney Network Engineers IT Blog &#187; Database</title>
	<atom:link href="http://technicians-blog.kingcomputer.com.au/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://technicians-blog.kingcomputer.com.au</link>
	<description>Tech tips, news and interesting stuff</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:34:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL High Memory usage SBS 2003</title>
		<link>http://technicians-blog.kingcomputer.com.au/sql-high-memory-usage-sbs-2003/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/sql-high-memory-usage-sbs-2003/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 02:48:57 +0000</pubDate>
		<dc:creator>Peter Fertykowski</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1849</guid>
		<description><![CDATA[How to cut down SBS monitoring memory usage on SBS 2003.]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/sql-high-memory-usage-sbs-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[DBNETLIB][ConnectionOpen (Connect()).]SQL server does not exist or access denied</title>
		<link>http://technicians-blog.kingcomputer.com.au/dbnetlibconnectionopen-connect-sql-server-does-not-exist-or-access-denied/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/dbnetlibconnectionopen-connect-sql-server-does-not-exist-or-access-denied/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 22:30:37 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[1434]]></category>
		<category><![CDATA[access denied]]></category>
		<category><![CDATA[Brendan King]]></category>
		<category><![CDATA[Connect]]></category>
		<category><![CDATA[ConnectionOpen]]></category>
		<category><![CDATA[DBNETLIB]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[inbound]]></category>
		<category><![CDATA[SQL Server Browser]]></category>
		<category><![CDATA[SQL server does not exist]]></category>
		<category><![CDATA[UDP]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1712</guid>
		<description><![CDATA[This may be due to a firewall issue &#8211; in particular Allow inbound SQL Server Browser UDP 1434
See further info on opening relevant firewall ports here:
http://technet.microsoft.com/en-us/library/ms175043.asp
Regards,
Brendan
]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/dbnetlibconnectionopen-connect-sql-server-does-not-exist-or-access-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL basic commands</title>
		<link>http://technicians-blog.kingcomputer.com.au/mysql-basic-commands/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/mysql-basic-commands/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 08:43:49 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1144</guid>
		<description><![CDATA[On a windows server the MySQL executables folder by default will be installed in a folder like
C:\Program Files\MySQL\MySQL Server 5.1\bin
Executables in this folder will be
myisamchk.exe
myisamlog.exe
myisampack.exe
myisam_ftdump.exe
mysql.exe
mysqladmin.exe
mysqlbinlog.exe
mysqlcheck.exe
mysqld-debug.exe
mysqld.exe
mysqldump.exe
mysqlimport.exe
MySQLInstanceConfig.exe
mysqlmanager.exe
mysqlshow.exe
mysqltest.exe
mysql_client_test.exe
mysql_upgrade.exe
my_print_defaults.exe
perror.exe
replace.exe
resolveip.exe
Use this to create a database:
# mysqladmin create &#60;db-name&#62;
Assign privledges:

# mysql -u root -p 
# mysql&#62; use mysql; 
# mysql&#62; grant all privileges on &#60;db-name&#62;.* to &#60;db-user&#62;@webserver.com 
 -&#62; identified by [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/mysql-basic-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The SQL Server (MSSQLSERVER) service terminated with service specific error 126 (0&#215;7E)</title>
		<link>http://technicians-blog.kingcomputer.com.au/the-sql-server-mssqlserver-service-terminated-with-service-specific-error-126-0x7e/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/the-sql-server-mssqlserver-service-terminated-with-service-specific-error-126-0x7e/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 01:15:06 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=992</guid>
		<description><![CDATA[This error is associated with the VIA protocol. To disable it

Start-&#62;All Programs -&#62; Microsoft Sql server 2005 -&#62; Configuration Tools -&#62; SQL Server Configuration Manager.
In the SQL SERVER configuration Manager Window, click the plus (+) sign against SQL SERVER 2005 Network Configuration.
Highlight &#8216;Protocols for MS SQL SERVER&#8217;. In the right pane you&#8217;d find VIA in [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/the-sql-server-mssqlserver-service-terminated-with-service-specific-error-126-0x7e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database connection error installing Wordpress</title>
		<link>http://technicians-blog.kingcomputer.com.au/database-connection-error-installing-wordpress/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/database-connection-error-installing-wordpress/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 04:01:25 +0000</pubDate>
		<dc:creator>Sean Rodden</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/index.php/database-connection-error-installing-wordpress/</guid>
		<description><![CDATA[A pre-note on installing WordPress: Read the official installation instructions first! By following the &#8220;5 minute install&#8221; instructions verbatim, I&#8217;ve never had a problem! Problems only happen when you don&#8217;t follow the instructions!
http://codex.wordpress.org/Installing_WordPress
Symptom: You&#8217;re installing Wordpress and you&#8217;re getting database connection errors even though you have the settings correct.
Fix: It&#8217;s possible that you have the [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/database-connection-error-installing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduled backup using Microsoft SQL Server 2005</title>
		<link>http://technicians-blog.kingcomputer.com.au/scheduled-backup-using-microsoft-sql-server-2005/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/scheduled-backup-using-microsoft-sql-server-2005/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 06:01:19 +0000</pubDate>
		<dc:creator>Sean Rodden</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Scheduled Backup]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.kingcomputer.com.au/blog/index.php/scheduled-backup-using-microsoft-sql-server-2005/</guid>
		<description><![CDATA[The Express version of MS SQL 2005 does not include functionality to perform a scheduled backup. To get around this, use the &#8220;Script to File&#8221; option and then run it from the command line using a batch file and Windows Scheduled Tasks function.
1. Open up SQL Server Management Studio Express
2. Drill down to your database [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/scheduled-backup-using-microsoft-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
