<?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>Filepatch &#187; Developer Tools</title>
	<atom:link href="http://www.filepatch.net/tag/developer-tools/feed" rel="self" type="application/rss+xml" />
	<link>http://www.filepatch.net</link>
	<description></description>
	<lastBuildDate>Thu, 24 Dec 2009 00:46:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL 5.0.89</title>
		<link>http://www.filepatch.net/developer-tools/mysql.html</link>
		<comments>http://www.filepatch.net/developer-tools/mysql.html#comments</comments>
		<pubDate>Sun, 20 Dec 2009 17:09:13 +0000</pubDate>
		<dc:creator>Filepatch</dc:creator>
				<category><![CDATA[Developer Tools]]></category>

		<guid isPermaLink="false">http://filepatch.freezoka.com/?p=408</guid>
		<description><![CDATA[Author/Supplier
MySQL AB
File Size
35.73MB (Open Source)
Description
MySQL is a multithreaded, multi-user, SQL Database Management System (DBMS).
Features:

A broad subset of ANSI SQL 99, as well as extensions
Cross-platform support
Stored procedures
Triggers
Cursors
updatable Views
True VARCHAR support
INFORMATION_SCHEMA
Strict mode
X/Open XA distributed transaction processing (DTP) support; two phase commit as part of this, using Oracle&#8217;s InnoDB engine
Independent storage engines (MyISAM for read speed, InnoDB for [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.filepatch.net/wp-content/uploads/mysql.jpg" alt="mysql" title="mysql" width="80" height="80" class="alignleft size-full wp-image-1639" /><b>Author/Supplier</b><br />
<a href="http://www.mysql.com/" target="_blank">MySQL AB</a></p>
<p><b>File Size</b><br />
35.73MB (Open Source)</p>
<p><b>Description</b><br />
MySQL is a multithreaded, multi-user, SQL Database Management System (DBMS).</p>
<p>Features:</p>
<ul>
<li>A broad subset of ANSI SQL 99, as well as extensions</li>
<li>Cross-platform support</li>
<li>Stored procedures</li>
<li>Triggers</li>
<li>Cursors</li>
<li>updatable Views</li>
<li>True VARCHAR support</li>
<li>INFORMATION_SCHEMA</li>
<li>Strict mode</li>
<li>X/Open XA distributed transaction processing (DTP) support; two phase commit as part of this, using Oracle&#8217;s InnoDB engine</li>
<li>Independent storage engines (MyISAM for read speed, InnoDB for transactions and referential integrity, Archive for storing historical data in little space)</li>
<li>Transactions with the InnoDB, BDB and Cluster storage engines; savepoints with InnoDB</li>
<li>SSL support</li>
<li>Query caching</li>
<li>Sub-SELECTs (i.e. nested SELECTs)</li>
<li>Replication with one master per slave, many slaves per master, no automatic support for multiple masters per slave.</li>
<li>Full-text indexing and searching using MyISAM engine</li>
<li>Embedded database library</li>
<li>Full Unicode support</li>
<li>ACID compliance using the InnoDB, BDB and Cluster engines</li>
<li>Shared-nothing clustering through MySQL Cluster</li>
</ul>
<p><a href="http://mysql.llarian.net/Downloads/MySQL-5.0/mysql-essential-5.0.89-win32.msi"><img src="download.gif" alt="Download"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filepatch.net/developer-tools/mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notepad++ 5.6.3</title>
		<link>http://www.filepatch.net/developer-tools/notepad.html</link>
		<comments>http://www.filepatch.net/developer-tools/notepad.html#comments</comments>
		<pubDate>Fri, 18 Dec 2009 17:03:30 +0000</pubDate>
		<dc:creator>Filepatch</dc:creator>
				<category><![CDATA[Developer Tools]]></category>

		<guid isPermaLink="false">http://filepatch.freezoka.com/?p=405</guid>
		<description><![CDATA[Author/Supplier
Notepad++
File Size
2.88MB (Open Source)
Description
Notepad++ is a free source code editor (and Notepad replacement), which supports several programming languages, running under the MS Windows environment.
This project, based on the Scintilla edit component (a very powerful editor component), written in C++ with pure win32 api and STL (that ensures the higher execution speed and smaller size of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.filepatch.net/wp-content/uploads/notepadplus.jpg" alt="notepadplus" title="notepadplus" width="80" height="80" class="alignleft size-full wp-image-1576" /><b>Author/Supplier</b><br />
<a href="http://notepad-plus.sourceforge.net/" target="_blank">Notepad++</a></p>
<p><b>File Size</b><br />
2.88MB (Open Source)</p>
<p><b>Description</b><br />
Notepad++ is a free source code editor (and Notepad replacement), which supports several programming languages, running under the MS Windows environment.</p>
<p>This project, based on the Scintilla edit component (a very powerful editor component), written in C++ with pure win32 api and STL (that ensures the higher execution speed and smaller size of the program), is under the GPL Licence.</p>
<ul>
<li>Syntax Highlighting and Syntax Folding</li>
<li>WYSIWYG</li>
<li>User Defined Syntax Highlighting</li>
<li>Auto-completion</li>
<li>Multi-Document</li>
<li>Multi-View</li>
<li>Regular Expression Search/Replace supported</li>
<li>Full Drag &#8216;N&#8217; Drop supported</li>
<li>Dynamic position of Views</li>
<li>File Status Auto-detection</li>
<li>Zoom in and zoom out</li>
<li>Multi-Language environment supported</li>
<li>Bookmark</li>
<li>Brace and Indent guideline Highlighting</li>
<li>Macro recording and playback</li>
</ul>
<p><a href="http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/n/project/no/notepad-plus/notepad%2b%2b%20releases%20binary/npp%205.6.3%20bin/npp.5.6.3.Installer.exe"><img src="download.gif" alt="Download"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filepatch.net/developer-tools/notepad.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox 3.1.2.56127</title>
		<link>http://www.filepatch.net/developer-tools/virtualbox.html</link>
		<comments>http://www.filepatch.net/developer-tools/virtualbox.html#comments</comments>
		<pubDate>Fri, 18 Dec 2009 15:33:15 +0000</pubDate>
		<dc:creator>Filepatch</dc:creator>
				<category><![CDATA[Developer Tools]]></category>

		<guid isPermaLink="false">http://filepatch.freezoka.com/?p=389</guid>
		<description><![CDATA[Author/Supplier
innotek
File Size
71.51MB (Open Source)
Description
innotek VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.filepatch.net/wp-content/uploads/virtualbox.jpg" alt="virtualbox" title="virtualbox" width="80" height="80" class="alignleft size-full wp-image-1605" /><b>Author/Supplier</b><br />
<a href="http://www.virtualbox.org/" target="_blank">innotek</a></p>
<p><b>File Size</b><br />
71.51MB (Open Source)</p>
<p><b>Description</b><br />
innotek VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL).</p>
<p>Presently, VirtualBox runs on Windows, Linux and Macintosh hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista), DOS/Windows 3.x, Linux (2.4 and 2.6), and OpenBSD.</p>
<p>VirtualBox is being actively developed with frequent releases and has an ever growing list of features, supported guest operating systems and platforms it runs on. VirtualBox is a community effort backed by a dedicated company: everyone is encouraged to contribute while innotek ensures the product always meets professional quality criteria. </p>
<p><a href="http://download.virtualbox.org/virtualbox/3.1.2/VirtualBox-3.1.2-56127-Win.exe"><img src="download.gif" alt="Download"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filepatch.net/developer-tools/virtualbox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python 3.1</title>
		<link>http://www.filepatch.net/developer-tools/python.html</link>
		<comments>http://www.filepatch.net/developer-tools/python.html#comments</comments>
		<pubDate>Mon, 29 Jun 2009 16:57:33 +0000</pubDate>
		<dc:creator>Filepatch</dc:creator>
				<category><![CDATA[Developer Tools]]></category>

		<guid isPermaLink="false">http://filepatch.freezoka.com/?p=401</guid>
		<description><![CDATA[Author/Supplier
Python
File Size
13.17MB (Open Source)
Description
Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.filepatch.net/wp-content/uploads/Python.png" alt="Python" title="Python" width="80" height="80" class="alignleft size-full wp-image-1652" /><b>Author/Supplier</b><br />
<a href="http://www.python.org/" target="_blank">Python</a></p>
<p><b>File Size</b><br />
13.17MB (Open Source)</p>
<p><b>Description</b><br />
Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code.</p>
<p>Python runs on Windows, Linux/Unix, Mac OS X, OS/2, Amiga, Palm Handhelds, and Nokia mobile phones. Python has also been ported to the Java and .NET virtual machines.</p>
<p>Python is distributed under an OSI-approved open source license that makes it free to use, even for commercial products.<br />
<a href="http://www.python.org/ftp/python/3.1/python-3.1.msi"><img src="download.gif" alt="Download"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filepatch.net/developer-tools/python.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebird 2.5 Beta 1</title>
		<link>http://www.filepatch.net/developer-tools/firebird.html</link>
		<comments>http://www.filepatch.net/developer-tools/firebird.html#comments</comments>
		<pubDate>Mon, 13 Apr 2009 17:17:19 +0000</pubDate>
		<dc:creator>Filepatch</dc:creator>
				<category><![CDATA[Developer Tools]]></category>

		<guid isPermaLink="false">http://filepatch.freezoka.com/?p=412</guid>
		<description><![CDATA[Author/Supplier
Firebird Project
File Size
6.59MB (Open Source)
Description
Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981.
The [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.filepatch.net/wp-content/uploads/firebird-logo.png" alt="firebird logo" title="firebird logo" width="80" height="80" class="alignleft size-full wp-image-2676" /><b>Author/Supplier</b><br />
<a href="http://www.firebirdsql.org/" target="_blank">Firebird Project</a></p>
<p><b>File Size</b><br />
6.59MB (Open Source)</p>
<p><b>Description</b><br />
Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981.</p>
<p>The Firebird Project is a commercially independent project of C and C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) on 25 July, 2000.</p>
<p>The Firebird software is free. That means anyone can build a custom version of it, as long as that person or organisation is willing to provide the modifications, under the same IDPL licensing, for others to use. Firebird is also completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not. </p>
<p><a href="http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/f/fi/firebird/Firebird-2.5.0.23247_1_Win32_Beta1.exe"><img src="download.gif" alt="Download"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filepatch.net/developer-tools/firebird.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inno Setup 5.2.3</title>
		<link>http://www.filepatch.net/developer-tools/inno-setup.html</link>
		<comments>http://www.filepatch.net/developer-tools/inno-setup.html#comments</comments>
		<pubDate>Mon, 13 Apr 2009 17:12:51 +0000</pubDate>
		<dc:creator>Filepatch</dc:creator>
				<category><![CDATA[Developer Tools]]></category>

		<guid isPermaLink="false">http://filepatch.freezoka.com/?p=410</guid>
		<description><![CDATA[Author/Supplier
Jordan Russell
File Size
1.35MB (Open Source)
Description
Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.

Support for all versions of Windows in use today: Vista, XP, 2003, 2000, Me, 98, 95, and NT 4.0. (No service packs are required.)
Extensive [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.filepatch.net/wp-content/uploads/inno-setup-logo.gif" alt="inno setup logo" title="inno setup logo" width="80" height="80" class="alignleft size-full wp-image-2726" /><b>Author/Supplier</b><br />
<a href="http://www.jrsoftware.org/isinfo.php" target="_blank">Jordan Russell</a></p>
<p><b>File Size</b><br />
1.35MB (Open Source)</p>
<p><b>Description</b><br />
Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.</p>
<ul>
<li>Support for all versions of Windows in use today: Vista, XP, 2003, 2000, Me, 98, 95, and NT 4.0. (No service packs are required.)</li>
<li>Extensive support for installation of 64-bit applications on the 64-bit editions of Windows Vista, Windows XP, and Windows Server 2003. Both the x64 and Itanium architectures are supported. (On the Itanium architecture, Service Pack 1 is required to install in 64-bit mode.)</li>
<li>Supports creation of a single EXE to install your program for easy online distribution. Disk spanning is also supported.</li>
<li>Standard Windows 2000/XP-style wizard interface.</li>
<li>Customizable setup types, e.g. Full, Minimal, Custom.</li>
<li>Complete uninstall capabilities.</li>
<li>Installation of files: Includes integrated support for &#8220;deflate&#8221;, bzip2, and 7-Zip LZMA file compression. The installer has the ability to compare file version info, replace in-use files, use shared file counting, register DLL/OCX&#8217;s and type libraries, and install fonts.</li>
<li>Creation of shortcuts anywhere, including in the Start Menu and on the desktop.</li>
<li>Creation of registry and .INI entries.</li>
<li>Integrated Pascal scripting engine.</li>
<li>Support for multilingual installs.</li>
<li>Support for passworded and encrypted installs.</li>
<li>Silent install and uninstall.</li>
<li>Full source code is available (Borland Delphi 2.0-5.0).</li>
</ul>
<p><a href="http://files.jrsoftware.org/is/5/isetup-5.2.3.exe"><img src="download.gif" alt="Download"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filepatch.net/developer-tools/inno-setup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSIS 2.44</title>
		<link>http://www.filepatch.net/developer-tools/nsis.html</link>
		<comments>http://www.filepatch.net/developer-tools/nsis.html#comments</comments>
		<pubDate>Mon, 13 Apr 2009 17:00:16 +0000</pubDate>
		<dc:creator>Filepatch</dc:creator>
				<category><![CDATA[Developer Tools]]></category>

		<guid isPermaLink="false">http://filepatch.freezoka.com/?p=403</guid>
		<description><![CDATA[Author/Supplier
Nullsoft
File Size
1.52MB (Open Source)
Description
NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
Being a user&#8217;s first experience with your product, a stable and reliable installer is an important component of succesful [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.filepatch.net/wp-content/uploads/nsis-logo.png" alt="nsis logo" title="nsis logo" width="80" height="80" class="alignleft size-full wp-image-2721" /><b>Author/Supplier</b><br />
<a href="http://nsis.sourceforge.net/" target="_blank">Nullsoft</a></p>
<p><b>File Size</b><br />
1.52MB (Open Source)</p>
<p><b>Description</b><br />
NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.</p>
<p>Being a user&#8217;s first experience with your product, a stable and reliable installer is an important component of succesful software. With NSIS you can create such installers that are capable of doing everything that is needed to setup your software.</p>
<p>NSIS is script-based and allows you to create the logic to handle even the most complex installation tasks. Many plug-ins and scripts are already available: you can create web installers, communicate with Windows and other software components, install or update shared components and more. </p>
<p><a href="http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/n/ns/nsis/nsis-2.44-setup.exe"><img src="download.gif" alt="Download"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filepatch.net/developer-tools/nsis.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sandboxie 3.34</title>
		<link>http://www.filepatch.net/developer-tools/sandboxie.html</link>
		<comments>http://www.filepatch.net/developer-tools/sandboxie.html#comments</comments>
		<pubDate>Mon, 13 Apr 2009 16:55:15 +0000</pubDate>
		<dc:creator>Filepatch</dc:creator>
				<category><![CDATA[Developer Tools]]></category>

		<guid isPermaLink="false">http://filepatch.freezoka.com/?p=399</guid>
		<description><![CDATA[Author/Supplier
Sandboxie
File Size
476KB (Freeware)
Description
When you run a program on your computer, data flows from the hard disk to the program via read operations. The data is then processed and displayed, and finally flows back from the progam to the hard disk via write operations.
Sandboxie changes the rules such that write operations do not make it back [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.filepatch.net/wp-content/uploads/sandboxie-logo.gif" alt="sandboxie logo" title="sandboxie logo" width="80" height="80" class="alignleft size-full wp-image-2718" /><b>Author/Supplier</b><br />
<a href="http://www.sandboxie.com/" target="_blank">Sandboxie</a></p>
<p><b>File Size</b><br />
476KB (Freeware)</p>
<p><b>Description</b><br />
When you run a program on your computer, data flows from the hard disk to the program via read operations. The data is then processed and displayed, and finally flows back from the progam to the hard disk via write operations.</p>
<p>Sandboxie changes the rules such that write operations do not make it back to your hard disk. </p>
<ul>
<li>Intercept changes to both your files and registry settings, making it virtually impossible for any software to reach outside the sandbox.</li>
<li>Traps cached browser items into the sandbox as a by-product of normal operation, so when you throw away the sandbox, all the history records and other side-effects of your browsing disappear as well.</li>
</ul>
<p><a href="http://www.sandboxie.com/SandboxieInstall.exe"><img src="download.gif" alt="Download"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filepatch.net/developer-tools/sandboxie.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005 Express SP3</title>
		<link>http://www.filepatch.net/developer-tools/sql-server-express.html</link>
		<comments>http://www.filepatch.net/developer-tools/sql-server-express.html#comments</comments>
		<pubDate>Mon, 13 Apr 2009 16:50:34 +0000</pubDate>
		<dc:creator>Filepatch</dc:creator>
				<category><![CDATA[Developer Tools]]></category>

		<guid isPermaLink="false">http://filepatch.freezoka.com/?p=397</guid>
		<description><![CDATA[Author/Supplier
Microsoft Corporation
File Size
36.5MB (Freeware)
Description
SQL Server 2005 Express Edition is the next version of MSDE and is a free, easy-to-use, lightweight, and embeddable version of SQL Server 2005. Free to download, free to redistribute, free to embed, and easy for new developers to use immediately, SQL Server Express includes powerful features such as SQL Server Management [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.filepatch.net/wp-content/uploads/sql-server-2005-express-logo.jpeg" alt="sql server 2005 express logo" title="sql server 2005 express logo" width="80" height="80" class="alignleft size-full wp-image-2715" /><b>Author/Supplier</b><br />
<a href="http://msdn.microsoft.com/vstudio/express/sql/" target="_blank">Microsoft Corporation</a></p>
<p><b>File Size</b><br />
36.5MB (Freeware)</p>
<p><b>Description</b><br />
SQL Server 2005 Express Edition is the next version of MSDE and is a free, easy-to-use, lightweight, and embeddable version of SQL Server 2005. Free to download, free to redistribute, free to embed, and easy for new developers to use immediately, SQL Server Express includes powerful features such as SQL Server Management Studio Express, for easily managing a database.</p>
<p>SQL Server 2005 Express Edition has the following benefits:</p>
<ul>
<li>Fast to download and install: It&#8217;s a compact download, and you can get up and running in as little as 20 minutes.</li>
<li>Simplified administration: Automatically tune your database for optimal performance. For convenience, you can use Microsoft Update to automatically receive the latest patches and updates, enabling a high level of security and the latest features.</li>
<li>Free management tool: SQL Server Management Studio: You can download the SQL Server Management Studio Express [can we provide a FH link here?], an easy and efficient management tool for SQL Server Express. With SQL Server Management Studio you enjoy a consistent management experience across all SQL Server 2005 Editions.</li>
<li>Seamless integration with Visual Studio Express Editions.</li>
<li>Easy to deploy: Easily move or copy your SQL Server Express databases to another computer or hosted server using XCopy and ClickOnce deployment.</li>
</ul>
<p><a href="http://download.microsoft.com/download/6/C/7/6C7458CA-8B07-411E-9E3B-0DED20512696/SQLEXPR32.EXE"><img src="download.gif" alt="Download"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filepatch.net/developer-tools/sql-server-express.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Management Studio Express</title>
		<link>http://www.filepatch.net/developer-tools/sql-server-studio.html</link>
		<comments>http://www.filepatch.net/developer-tools/sql-server-studio.html#comments</comments>
		<pubDate>Mon, 13 Apr 2009 16:23:52 +0000</pubDate>
		<dc:creator>Filepatch</dc:creator>
				<category><![CDATA[Developer Tools]]></category>

		<guid isPermaLink="false">http://filepatch.freezoka.com/?p=395</guid>
		<description><![CDATA[Author/Supplier
Microsoft Corporation
File Size
38.49MB (Freeware)
Description
Microsoft SQL Server Management Studio Express (SSMSE) is a free, easy-to-use graphical management tool for managing SQL Server 2005 Express Edition and SQL Server 2005 Express Edition with Advanced Services. The tool includes both script editors and graphical tools which work with objects and features of the server.
Note: SSMSE cannot manage SQL [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.filepatch.net/wp-content/uploads/SQL-Server-Management-Studio-Express-logo.png" alt="SQL Server Management Studio Express logo" title="SQL Server Management Studio Express logo" width="80" height="80" class="alignleft size-full wp-image-2712" /><b>Author/Supplier</b><br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796" target="_blank">Microsoft Corporation</a></p>
<p><b>File Size</b><br />
38.49MB (Freeware)</p>
<p><b>Description</b><br />
Microsoft SQL Server Management Studio Express (SSMSE) is a free, easy-to-use graphical management tool for managing SQL Server 2005 Express Edition and SQL Server 2005 Express Edition with Advanced Services. The tool includes both script editors and graphical tools which work with objects and features of the server.</p>
<p>Note: SSMSE cannot manage SQL Server Analysis Services, Integration Services, Notification Services, Reporting Services, SQL Server Agent, or SQL Server 2005 Mobile Edition.</p>
<p><a href="http://download.microsoft.com/download/a/6/c/a6c820bb-9043-4ef6-8a7b-a0cd327cf8c5/SQLServer2005_SSMSEE.msi"><img src="download.gif" alt="Download"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.filepatch.net/developer-tools/sql-server-studio.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
