<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>CodePlex Published Projects For Tag SQL Server</title><link>http://www.codeplex.com/site/feeds/bytag?tagName=SQL Server</link><description>This feed lists the last 100 published projects available on CodePlex that have the Tag SQL Server.</description><item><title>SSIS Restart Framework</title><link>http://ssisrestartframework.codeplex.com/</link><description>A framework that provides restartability for SSIS 2012 projects. It is very much work in progress so at the current time, use at your own peril.</description><author>CodePlex</author><pubDate>Wed, 16 May 2012 08:16:15 GMT</pubDate><guid isPermaLink="false">SSIS Restart Framework 20120516081615A</guid></item><item><title>Pro-I: advanced analytics for threat detection</title><link>http://proi.codeplex.com/</link><description>Pro-I is a solution created at Intel for information security threat detection.  It is an end-to-end solution, currently built on the SQL Server 2008 Platform.  It has multiple analytics and realtime components, plus 3-D visualization of big data for users.</description><author>CodePlex</author><pubDate>Thu, 03 May 2012 06:55:58 GMT</pubDate><guid isPermaLink="false">Pro-I: advanced analytics for threat detection 20120503065558A</guid></item><item><title>Database Task Parallel Foundation - dbParallel for Oracle &amp; SQL Server</title><link>http://dbparallel.codeplex.com/</link><description>The dbParallel is a Database Task Parallel Foundation that provides database developers an application level support for parallel programming. Being distinct from Oracle 11g R2&amp;#39;s DBMS_PARALLEL_EXECUTE parallelism within a query by chunks, dbParallel works more like a .NET Task Parallel Library implemented on database side, it handles the partitioning of the asynchronous job, the scheduling of tasks, state management, and other low-level details.&lt;br /&gt;&lt;br /&gt;Features&lt;br /&gt;Following API list of current version reflects the features&amp;#58;&lt;br /&gt;&lt;br /&gt;- CREATE_PJOB&lt;br /&gt;Each of the above sample processing units are called a PJob. PJob represents an asynchronous operation.&lt;br /&gt;- ADD_TASK&lt;br /&gt;Each pJob contains one or more parallel tasks. Each task is a dynamic SQL. Call the ADD_TASK multiple times to add every parallel tasks into the pJob. &lt;br /&gt;- ADD_CALLBACK_FOR_SUCCESS&lt;br /&gt;This is a optional method. Since a pJob is asynchronous, the callback Task is called to execute a continuation when all the parallel Tasks successfully completed. &lt;br /&gt;- ADD_CALLBACK_FOR_FAIL&lt;br /&gt;This is a optional method. Similar but opposite to previous callback for success.&lt;br /&gt;- START_PJOB&lt;br /&gt;Starts the pJob, scheduling it for execution. &lt;br /&gt;- TRY_CANCEL_PJOB&lt;br /&gt;Try to cancel a scheduled pJob if it hasn&amp;#39;t begin to execute. &lt;br /&gt;- START_NEW_SINGLE_TASK&lt;br /&gt;This method encapsulates a series of steps for conveniently creating and starting single task and callback task.&lt;br /&gt;&lt;br /&gt;How It&amp;#39;s Made&lt;br /&gt;- Dtabase Side&lt;br /&gt;Each pJob is added into the Scheduler, and then the State Manager controls every stage in the lifecycle of the pJob. &lt;br /&gt;- Windows Service Side&lt;br /&gt;At least one Pump Service must reside in Windows Services act as a dispatcher.&lt;br /&gt; &lt;br /&gt;Service Mode&lt;br /&gt;&lt;br /&gt;A Pump Service always starts up in Standby Mode. Multiple Standby Services can keep running for the same database, one of them will switch to Primary Mode when none Primary Service is active.&lt;br /&gt;&lt;br /&gt;Supported Databases&amp;#58;&lt;br /&gt;- Oracle&lt;br /&gt;- SQL Server &lt;br /&gt;</description><author>CodePlex</author><pubDate>Sat, 28 Apr 2012 18:30:04 GMT</pubDate><guid isPermaLink="false">Database Task Parallel Foundation - dbParallel for Oracle &amp; SQL Server 20120428063004P</guid></item><item><title>Places</title><link>http://places.codeplex.com/</link><description>Places is an application that lets you add pushpins, draw trails, and mark areas on a map of the world. It is powered by the Bing Maps WPF Control, SQL Server, and the Entity Framework.</description><author>CodePlex</author><pubDate>Sun, 22 Apr 2012 00:05:42 GMT</pubDate><guid isPermaLink="false">Places 20120422120542A</guid></item><item><title>IQ.DbA</title><link>http://iqdba.codeplex.com/</link><description>IQ.DbA is a light weight database management tool. &lt;br /&gt;- Easily browse through your table&amp;#39;s data, run queries.&lt;br /&gt;- Compare schema &amp;#47; meta data.&lt;br /&gt;- Compare &amp;#38; synchronize table data &amp;#40;schema must be the same&amp;#41;.&lt;br /&gt;- Create, Backup &amp;#38; Restore Db.&lt;br /&gt;- View &amp;#38; kill connections.&lt;br /&gt;- Added, sync indexes</description><author>CodePlex</author><pubDate>Wed, 11 Apr 2012 20:58:37 GMT</pubDate><guid isPermaLink="false">IQ.DbA 20120411085837P</guid></item><item><title>Command-Line Database Builder</title><link>http://databasebuilder.codeplex.com/</link><description>A command-line tool for interacting with a DBMS command-line interface &amp;#40;e.g., sqlcmd.exe&amp;#41; to execute a sequential list of SQL scripts against the DBMS. Tool allows for expression replacement in the SQL scripts during execution.</description><author>CodePlex</author><pubDate>Wed, 11 Apr 2012 03:24:09 GMT</pubDate><guid isPermaLink="false">Command-Line Database Builder 20120411032409A</guid></item><item><title>Northwind SSDT</title><link>http://northwindssdt.codeplex.com/</link><description>An SSDT project for the Northwind database. This will enable you to deploy Northwind wherever you like.&lt;br /&gt;Note that to allow for hosting in a SQL Azure database that is used to host objects for other applications all the Northwind objects have been moved into a schema called &amp;#91;Northwind&amp;#93;</description><author>CodePlex</author><pubDate>Tue, 10 Apr 2012 20:49:15 GMT</pubDate><guid isPermaLink="false">Northwind SSDT 20120410084915P</guid></item><item><title>LittleUmph</title><link>http://littleumph.codeplex.com/</link><description>It&amp;#39;s a little library to help you to alleviate some of the mundane stuff during your development. It has some nifty stuff like a neat database wrapper, conversion utilities, string functions and vast of other mini helpers to improve the efficiency and consistency of your code.</description><author>CodePlex</author><pubDate>Wed, 28 Mar 2012 15:47:54 GMT</pubDate><guid isPermaLink="false">LittleUmph 20120328034754P</guid></item><item><title>Visual Studio Data Generators</title><link>http://vsdatagen.codeplex.com/</link><description>Visual Studio Data Generators is a collection of custom data generators for the Data Generation Plan feature of Visual Studio 2010 Premium and Ultimate. It generates random, valid data in several formats&amp;#58; URLs, emails, telephones and so on.</description><author>CodePlex</author><pubDate>Thu, 15 Mar 2012 21:51:16 GMT</pubDate><guid isPermaLink="false">Visual Studio Data Generators 20120315095116P</guid></item><item><title>ASP.Net Database Client</title><link>http://databaseclient.codeplex.com/</link><description>Database client is a web application for SQL Server Data management.&lt;br /&gt;CRUD, write and execute queries, quick search records.&lt;br /&gt;Map referencing columns for easier data edit.&lt;br /&gt;All you need is connection string to database and you are ready to go.&lt;br /&gt;&lt;br /&gt;It&amp;#39;s developet in ASP.Net</description><author>CodePlex</author><pubDate>Mon, 12 Mar 2012 10:24:19 GMT</pubDate><guid isPermaLink="false">ASP.Net Database Client 20120312102419A</guid></item><item><title>SQL Scriptz Runner</title><link>http://scriptzrunner.codeplex.com/</link><description>Features are &amp;#58;&lt;br /&gt;Drag And Drop script files&lt;br /&gt;Run a directory of script files&lt;br /&gt;Sql Script out put messages during execution&lt;br /&gt;Script passed or failed that are colored green and red &amp;#40;yellow for running&amp;#41;&lt;br /&gt;Stop on error option&lt;br /&gt;Open script on error option&lt;br /&gt;Run report with time taken for each </description><author>CodePlex</author><pubDate>Mon, 05 Mar 2012 06:14:39 GMT</pubDate><guid isPermaLink="false">SQL Scriptz Runner 20120305061439A</guid></item><item><title>SQLCLR Cmd Exec Framework Example</title><link>http://nclsqlclrcmdexec.codeplex.com/</link><description>For users of MS SQL Server, xp_cmdshell is a utility that we usually want to have disabled. However there are still cases where calling a command line is needed. This project provides an framework&amp;#47;example to make command line calls. It is not meant as an xp_cmdshell replacement but as a workaround.</description><author>CodePlex</author><pubDate>Wed, 29 Feb 2012 23:05:38 GMT</pubDate><guid isPermaLink="false">SQLCLR Cmd Exec Framework Example 20120229110538P</guid></item><item><title>DB Compare</title><link>http://dbcompare.codeplex.com/</link><description>DB Compare is a simple utility that compares the schema &amp;#40;Tables, Views, and Stored Procedures&amp;#41; of two SQL Server databases.&lt;br /&gt;&lt;br /&gt;I do all my development on my local SQL Server instance and when I deploy new versions of web sites or web services I often wonder if the schema has changed or if I have only changed the code.&lt;br /&gt;&lt;br /&gt;The source code consists of a Visual Studio 2010 solution that contains two projects.&lt;br /&gt;&lt;br /&gt;DataClassBuilder.Net.Dll - This is the main code generation engine of RAD Studio Code Generation Toolkit, located at http&amp;#58;&amp;#47;&amp;#47;radstudio.codeplex.com .&lt;br /&gt;&lt;br /&gt;In my completely biased opinion RAD Studio is the best C&amp;#35; code generator &amp;#47; data tier creator &amp;#47; stored procedure generator for C&amp;#35; and other .Net developers.&lt;br /&gt;&lt;br /&gt;In addition to the time savings that DB Compare saves me, I built this project to demonstrate RAD Studio Code Generation Toolkit. I think more developers would use it if they knew about it and how to use it property. &lt;br /&gt;&lt;br /&gt;Hopefully this project will become popular and also increase the popularity of RAD Studio, as there is alot of very useful code in the program.&lt;br /&gt;&lt;br /&gt;One last thing, if you do wish to work on the code, I have another project called Regionizer, which is a Visual Studio Package that docks in the toolbar where the Solution Explorer or Properties Window is located, and will format a C&amp;#35; document into regions for Private Variables, Methods, Constructors, Events and Properties.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;regionizer.codeplex.com&lt;br /&gt;&lt;br /&gt;About DB Compare&amp;#58;&lt;br /&gt;&lt;br /&gt;DB Compare is a simple tool that compares two instances of SQL Server and compares the of the tables, views and stored procedures to make sure they are up to date.&lt;br /&gt;&lt;br /&gt;To use the tool enter &amp;#40;or create&amp;#41; a connection string for the source database and target database and a Comparison Report is generated on screen that will report if the databases are equal or if they are not equal any differences are shown.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>CodePlex</author><pubDate>Sat, 25 Feb 2012 08:08:54 GMT</pubDate><guid isPermaLink="false">DB Compare 20120225080854A</guid></item><item><title>Activities.MSSQL</title><link>http://activitiesmssql.codeplex.com/</link><description>WF4 で利用できる Microsoft SQL Server 関係のアクティビティライブラリ&lt;br /&gt;&lt;br /&gt;Activities library for Microsoft SQL Server  available in WF4</description><author>CodePlex</author><pubDate>Thu, 23 Feb 2012 11:09:16 GMT</pubDate><guid isPermaLink="false">Activities.MSSQL 20120223110916A</guid></item><item><title>FluentData -Micro ORM with a fluent API that makes it simple to query a database</title><link>http://fluentdata.codeplex.com/</link><description>A simple to use Micro ORM with a great fluent API that makes it simple to select, insert, update and delete data in a database.&lt;br /&gt;Supported databases&amp;#58; Microsoft SQL Server, MS SQL Server Compact, MS SQL Azure, Oracle and MySQL.</description><author>CodePlex</author><pubDate>Mon, 13 Feb 2012 22:05:58 GMT</pubDate><guid isPermaLink="false">FluentData -Micro ORM with a fluent API that makes it simple to query a database 20120213100558P</guid></item><item><title>蒼の王座IndexView</title><link>http://indexview.codeplex.com/</link><description>蒼の王座IndexViewは&amp;#12289;SQL Serverのインデックスの断片化率を一覧表示します&amp;#12290;&lt;br /&gt;断片化しているインデックスを選択して&amp;#12289;再構築することができます&amp;#12290;再構築時の進捗状況を表示することが目的のツールです&amp;#12290;</description><author>CodePlex</author><pubDate>Sun, 12 Feb 2012 18:53:14 GMT</pubDate><guid isPermaLink="false">蒼の王座IndexView 20120212065314P</guid></item><item><title>MongoDB SQL Server Importer</title><link>http://sql2mongo.codeplex.com/</link><description>If you want a quick &amp;#40;but kinda dirty&amp;#41; way to import your SQL Server database to MongoDB, this is your tool. This tool is for those who wants to leverage their existing database to learn MongoDB. It&amp;#39;s developed in C&amp;#35;.&lt;br /&gt;</description><author>CodePlex</author><pubDate>Tue, 07 Feb 2012 16:23:35 GMT</pubDate><guid isPermaLink="false">MongoDB SQL Server Importer 20120207042335P</guid></item><item><title>Songhay Data Access</title><link>http://songhaydataaccess.codeplex.com/</link><description>Songhay Data Access is a set of static helper classes defining routines around System.Data.Common. Songhay Data Access has been used with SQLite, MySQL and SQL Server but this set of libraries will work with any database that has an ADO.NET providprovider written for it.</description><author>CodePlex</author><pubDate>Wed, 25 Jan 2012 23:46:16 GMT</pubDate><guid isPermaLink="false">Songhay Data Access 20120125114616P</guid></item><item><title>DBComparer</title><link>http://dbcomparer.codeplex.com/</link><description>Find Differences Between two Database and Update Target Database.</description><author>CodePlex</author><pubDate>Thu, 19 Jan 2012 20:15:42 GMT</pubDate><guid isPermaLink="false">DBComparer 20120119081542P</guid></item><item><title>DbDeploy.net 2 - Database Deploy for .net</title><link>http://dbdeploynet2.codeplex.com/</link><description>DbDeploy.Net 2 is a reimagining of DbDeploy.Net, which has atrophied.&lt;br /&gt;&lt;br /&gt;Based on DbDeploy, the popular Java version, DbDeploy.Net 2 is written using modern .net technologies and provides support for MsBuild and command line execution.&lt;br /&gt;&lt;br /&gt;This version also supports Sql Azure as a target for building a script.</description><author>CodePlex</author><pubDate>Tue, 03 Jan 2012 01:48:39 GMT</pubDate><guid isPermaLink="false">DbDeploy.net 2 - Database Deploy for .net 20120103014839A</guid></item><item><title>Snippets Generator for SQL Server 2012</title><link>http://snippetsgen.codeplex.com/</link><description>This tool allows you to create T-SQL snippets for SQL Server 2012 within minutes&amp;#33;&lt;br /&gt;&lt;br /&gt;You just enter some meta-information, T-SQL code, and Snippets Generator generates the snippet in the form of an XML file that can be imported in SQL Server 2012 Management Studio &amp;#40;SSMS&amp;#41;.&lt;br /&gt;&lt;br /&gt;Then, the snippet can be used when writing T-SQL scripts within SSMS.</description><author>CodePlex</author><pubDate>Mon, 12 Dec 2011 17:39:25 GMT</pubDate><guid isPermaLink="false">Snippets Generator for SQL Server 2012 20111212053925P</guid></item><item><title>SQL Chart Add-in for SQL Server Management Studio</title><link>http://sqlchart.codeplex.com/</link><description>SQL Chart renders a chart from SQL data. Simply create a query that returns data in two columns. First column for X axis and second for Y.</description><author>CodePlex</author><pubDate>Fri, 09 Dec 2011 10:54:46 GMT</pubDate><guid isPermaLink="false">SQL Chart Add-in for SQL Server Management Studio 20111209105446A</guid></item><item><title>SQL Server Inventory, Configuration Monitoring, and Logging Infrastructure</title><link>http://nclsqlinv.codeplex.com/</link><description>This project is designed to allow inventorying and configuration management of SQL Servers in your environment.  Including SQL Server configurations, databases, database configurations, database file configurations.  And more.</description><author>CodePlex</author><pubDate>Sun, 04 Dec 2011 00:05:40 GMT</pubDate><guid isPermaLink="false">SQL Server Inventory, Configuration Monitoring, and Logging Infrastructure 20111204120540A</guid></item><item><title>ScriptifyDB</title><link>http://scriptifydb.codeplex.com/</link><description>ScriptifyDB is a Windows Forms utility designed for developers and dbadmins to generate database creation scripts for a growing number of databases.  It&amp;#39;s developed in .NET 4.0.</description><author>CodePlex</author><pubDate>Thu, 01 Dec 2011 09:39:09 GMT</pubDate><guid isPermaLink="false">ScriptifyDB 20111201093909A</guid></item><item><title>Visual Image Processing</title><link>http://alienplexvip.codeplex.com/</link><description>Visual Image processing for 2d or 3d real-time video or still image from camera or web cam or scanner ... </description><author>CodePlex</author><pubDate>Thu, 03 Nov 2011 06:12:15 GMT</pubDate><guid isPermaLink="false">Visual Image Processing 20111103061215A</guid></item><item><title>LWB-DOTNET</title><link>http://lwb.codeplex.com/</link><description>This project contains ASP.NET Ajax support for the AJAX-Lightweight Binder. </description><author>CodePlex</author><pubDate>Thu, 27 Oct 2011 12:26:10 GMT</pubDate><guid isPermaLink="false">LWB-DOTNET 20111027122610P</guid></item><item><title>SolutionManagementKit</title><link>http://solutionmanagementki.codeplex.com/</link><description>SolutionManagementKit&lt;br /&gt;This product will try to combine several monitoring &amp;#47; support tools available right now.&lt;br /&gt;the primary focus will be on &amp;#40;T&amp;#41; SQL &amp;#47; MDX parsing for SQL 2008 R2 SSAS 2008 R2&lt;br /&gt;as well as cube maintance&lt;br /&gt;&lt;br /&gt;Development in C&amp;#35; &amp;#47; VB .NET</description><author>CodePlex</author><pubDate>Wed, 26 Oct 2011 18:44:37 GMT</pubDate><guid isPermaLink="false">SolutionManagementKit 20111026064437P</guid></item><item><title>Developer Team Article System Management</title><link>http://dtasm.codeplex.com/</link><description>Developer Team Article System Management Makes it easier for Authors to publish their articles .&lt;br /&gt;It developed in VB.NET .</description><author>CodePlex</author><pubDate>Mon, 24 Oct 2011 12:19:50 GMT</pubDate><guid isPermaLink="false">Developer Team Article System Management 20111024121950P</guid></item><item><title>TomCdc</title><link>http://tomcdc.codeplex.com/</link><description>TomCdc is a solution which makes tracking of sql databse changes easy. Quick and simple installation process allows to start using the solution in just a few minutes. It supports all versions of Microsoft Sql server.&lt;br /&gt;You&amp;#39;ll no longer have to write triggers manually to find out what process is changing data in a table.</description><author>CodePlex</author><pubDate>Sun, 23 Oct 2011 23:15:14 GMT</pubDate><guid isPermaLink="false">TomCdc 20111023111514P</guid></item><item><title>SQL floating point compare function</title><link>http://floatequalsfloat.codeplex.com/</link><description>Comparison of floating point values in SQL Server not always gives the expected result.&lt;br /&gt;&lt;br /&gt;With this function, comparison is only done on the first 15 significant digits.&lt;br /&gt;&lt;br /&gt;Since SQL Server only garantees a precision of 15 digits for float datatypes, this is expected to be secure.</description><author>CodePlex</author><pubDate>Fri, 21 Oct 2011 15:24:25 GMT</pubDate><guid isPermaLink="false">SQL floating point compare function 20111021032425P</guid></item><item><title>Profiler Repliator by SQLDair.com for SQL Server Performance Testing</title><link>http://sqldair.codeplex.com/</link><description>I&amp;#39;ve developed a small application that will help you test the performance of you SQL engine. the application simply retrieve your Queries from a Pre-set Profiler table and start replicate this in multithreading mode with you set configuration to brute the destination database and you can get out of it of simple Log with all what happened to the database, or you can start your profiler on it and do your statistics. the application is very simple you choose the queries you want to run and how many Users, the think time and new user join every what interval. you have you go test your database. &lt;br /&gt;Project homepage www.sqldair.com </description><author>CodePlex</author><pubDate>Sat, 15 Oct 2011 22:14:55 GMT</pubDate><guid isPermaLink="false">Profiler Repliator by SQLDair.com for SQL Server Performance Testing 20111015101455P</guid></item><item><title>BugNET Issue Tracker</title><link>http://bugnet.codeplex.com/</link><description>BugNET is a free, open source issue tracking and project issue management solution for the ASP.NET platform. The main goals are to keep the codebase simple, well documented, easy to deploy and scalable.&lt;br /&gt;&lt;br /&gt;The project has a clean look to it and is under active development.&lt;br /&gt;&lt;br /&gt;This is a mature project which has been hosted on Sourceforge.net since 2006 but has now moved across to CodePlex.</description><author>CodePlex</author><pubDate>Sun, 25 Sep 2011 03:00:02 GMT</pubDate><guid isPermaLink="false">BugNET Issue Tracker 20110925030002A</guid></item><item><title>LoBDb.NET</title><link>http://lobdb.codeplex.com/</link><description>LobDB.NET provides a universal database API and a .NET wrapper for creating a database that is well suited for a line-of-business application.</description><author>CodePlex</author><pubDate>Fri, 23 Sep 2011 18:22:45 GMT</pubDate><guid isPermaLink="false">LoBDb.NET 20110923062245P</guid></item><item><title>Sql Server Management Studio - Connection Buttons Addin</title><link>http://connectionbuttons.codeplex.com/</link><description>Connection Buttons helps developers to connect any data source from SSMS quickly. &lt;br /&gt;&lt;br /&gt;You set an BUTTON for a CONNECTION, then you connect it with a single click.&lt;br /&gt;&lt;br /&gt;No login Screen &amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;An Addin for Sql Server Management Studio</description><author>CodePlex</author><pubDate>Sun, 28 Aug 2011 11:08:22 GMT</pubDate><guid isPermaLink="false">Sql Server Management Studio - Connection Buttons Addin 20110828110822A</guid></item><item><title>SQL Parallel Boost</title><link>http://sqlparallelboost.codeplex.com/</link><description>Compared to the single-thread approach of SQL Server itself, SQL Parallel Boost facilitates the parallel execution of any data modification operations &amp;#40;UPDATE, INSERT, DELETE&amp;#41; - making best use of all available CPU resources. &lt;br /&gt;This results in performance gains of up to factor 10 &amp;#40;&amp;#33;&amp;#41;, which is typically useful in data warehouse and ETL environments, or situations you&amp;#39;re facing massive data modification operations.&lt;br /&gt;&lt;br /&gt;SQL Parallel Boost is purely based on T-SQL. The built-in dispatching function automatically splits any statement into activities, which are the executed in parallel. The currently supported splitting rules are&amp;#58; even, or no split if count of rows affected is below a predefined threshold.&lt;br /&gt;&lt;br /&gt;The parallel execution can be tuned thru job related priority settings. Potential deadlocking situations are handled automatically &amp;#40;retry&amp;#41; and the execution of queued &amp;#40;waiting&amp;#41; activities can be indirectly cancelled thru optional timeout values.</description><author>CodePlex</author><pubDate>Mon, 22 Aug 2011 20:23:02 GMT</pubDate><guid isPermaLink="false">SQL Parallel Boost 20110822082302P</guid></item><item><title>SQL Server Companion WPF</title><link>http://sqlservercompanion.codeplex.com/</link><description>This is a little WPF application designed to help developers script database objects easily and quickly during the early development stages.&lt;br /&gt;&lt;br /&gt;For example, it allows you to quickly generate a script that drops and recreates all foreign keys on a db so that you can populate tables with data without getting referential integrity errors.&lt;br /&gt;&lt;br /&gt;This application is also a sample C&amp;#35; WPF MVVM application for new developers to use as part of the learning process.&lt;br /&gt;&lt;br /&gt;This project uses the Cinch v2 framework created by Sacha Barber. Thanks for a rich and easy to implement framework.&lt;br /&gt;</description><author>CodePlex</author><pubDate>Sun, 21 Aug 2011 23:52:27 GMT</pubDate><guid isPermaLink="false">SQL Server Companion WPF 20110821115227P</guid></item><item><title>SQL Server Database Maintenance API</title><link>http://sqlservermaint.codeplex.com/</link><description>SQL Server Database Maintenance API in versions 2000, 2005, 2008 and 2008R2.</description><author>CodePlex</author><pubDate>Wed, 17 Aug 2011 13:04:50 GMT</pubDate><guid isPermaLink="false">SQL Server Database Maintenance API 20110817010450P</guid></item><item><title>SQL Server DB &amp; SSIS Powershell Deployment</title><link>http://bideploy.codeplex.com/</link><description>A lightweight way to automate SQL Server builds and deploy SSIS packages to development environments.  Uses Red Gate SQL Compare, SVN and Powershell.  Ideal for DW&amp;#47;BI projects.</description><author>CodePlex</author><pubDate>Fri, 12 Aug 2011 18:14:41 GMT</pubDate><guid isPermaLink="false">SQL Server DB &amp; SSIS Powershell Deployment 20110812061441P</guid></item><item><title>Eye on SQL - Load Test</title><link>http://eyeonsqlloadtest.codeplex.com/</link><description>Eye on SQL - Load Test is a tool designed for volume tests against SQL Server.</description><author>CodePlex</author><pubDate>Tue, 02 Aug 2011 11:16:50 GMT</pubDate><guid isPermaLink="false">Eye on SQL - Load Test 20110802111650A</guid></item><item><title>Technologies Speak Themselves</title><link>http://technologiesspeak.codeplex.com/</link><description>Technologies Speak Themselves is a DotNet Developers Content and Technical News Grabber site.</description><author>CodePlex</author><pubDate>Tue, 12 Jul 2011 11:09:19 GMT</pubDate><guid isPermaLink="false">Technologies Speak Themselves 20110712110919A</guid></item><item><title>Stored Procedure Caller</title><link>http://spcaller.codeplex.com/</link><description>A small C&amp;#35; library to assist ADO.NET developer to call SQL Server stored procedures with minimal effort.</description><author>CodePlex</author><pubDate>Sun, 10 Jul 2011 12:50:40 GMT</pubDate><guid isPermaLink="false">Stored Procedure Caller 20110710125040P</guid></item><item><title>Sql Server Column Finder</title><link>http://colfinder.codeplex.com/</link><description>Have you ever been confronted with a huge existing database and you need to know about the data fields without reading documentation &amp;#40;if they exist&amp;#33;&amp;#41;. This couple of line StoredProcedure will help you to do just that. Search for field names and find out in which table they are.</description><author>CodePlex</author><pubDate>Wed, 06 Jul 2011 10:10:24 GMT</pubDate><guid isPermaLink="false">Sql Server Column Finder 20110706101024A</guid></item><item><title>DbViewSharp</title><link>http://dbviewsharp.codeplex.com/</link><description>DbViewSharp is a Winforms program designed for developers to explore a SQL server database. It scores over SQL management studio in these four ways&amp;#58; 1. It&amp;#39;s faster 2. No tree controls&amp;#59; 3. Searching is on partial text match&amp;#59; 4. Displays a row count for every table in the database.</description><author>CodePlex</author><pubDate>Fri, 01 Jul 2011 20:43:02 GMT</pubDate><guid isPermaLink="false">DbViewSharp 20110701084302P</guid></item><item><title>SQLBK; una solucion para respaldos de SQL Server. (SQL Server backups)</title><link>http://sqlbk.codeplex.com/</link><description>SQLBk es una aplicacion basada en .NET Framework 2.0 que permite realizar respaldos &amp;#39;Full&amp;#39; de una base de datos de SQL Server, comprimirla y opcionalmente enviarla a un servidor FTP. En la proxima actualizacion se espera agregar respaldos diferenciales, multiples bases de datos y encriptacion.&lt;br /&gt; &lt;br /&gt;SQLBk is a VB .NET application that allows &amp;#39;Full&amp;#39; backup of a database on SQL Server, compress and optionally sent to an FTP server. In the next update is expected to add differential backups, multiple databases and encryption.&lt;br /&gt;</description><author>CodePlex</author><pubDate>Tue, 21 Jun 2011 17:12:40 GMT</pubDate><guid isPermaLink="false">SQLBK; una solucion para respaldos de SQL Server. (SQL Server backups) 20110621051240P</guid></item><item><title>SQL Server Replication Explorer</title><link>http://replicationexplorer.codeplex.com/</link><description>SQL Server Replication Explorer is a client tool for browsing through Microsoft SQL Server replication topology. It can also be used for troubleshooting and monitoring of the Microsoft SQL Server replication. </description><author>CodePlex</author><pubDate>Thu, 16 Jun 2011 19:43:48 GMT</pubDate><guid isPermaLink="false">SQL Server Replication Explorer 20110616074348P</guid></item><item><title>SQLDeploy.Net</title><link>http://sqldeploynet.codeplex.com/</link><description>SQLDeploy.Net is a utility to deploy &amp;#91;run&amp;#93; a set of SQL Scripts on SQL Server. The utility can be integrated with any deployment manager like Marimba , Hudson etc to automate database deployment.&lt;br /&gt;&lt;br /&gt;The project is developed on .Net Framework 4.0 but it is equally backward compatible.&lt;br /&gt;&lt;br /&gt;For a list of known issues and enhancements which are being worked upon, refer to Issue Tracker.</description><author>CodePlex</author><pubDate>Sun, 12 Jun 2011 11:15:21 GMT</pubDate><guid isPermaLink="false">SQLDeploy.Net 20110612111521A</guid></item><item><title>Analysis Services Helper - SSMS Addin</title><link>http://ssashelper.codeplex.com/</link><description>The Analysis Services Helper is an add-in for SQL Server Management Studio that helps users with repetitive tasks involved with Analysis Services such as processing and deployment.  It&amp;#39;s developed in C&amp;#35; .Net 2.0, and tested with SSMS 2008 R2. </description><author>CodePlex</author><pubDate>Tue, 24 May 2011 16:05:15 GMT</pubDate><guid isPermaLink="false">Analysis Services Helper - SSMS Addin 20110524040515P</guid></item><item><title>BCP2SQLAzure: Free tool to import/export data between SQL Azure and SQL Server</title><link>http://bcp2sqlazure.codeplex.com/</link><description>SQL Azure BCP makes it easier for database admins and developers, to do bulk copy loads into SQL Azure. This bcp replacement allows you to define each load using an easily XML file. &lt;br /&gt;It&amp;#180;s developed using C&amp;#35;.&lt;br /&gt;</description><author>CodePlex</author><pubDate>Wed, 18 May 2011 16:03:31 GMT</pubDate><guid isPermaLink="false">BCP2SQLAzure: Free tool to import/export data between SQL Azure and SQL Server 20110518040331P</guid></item><item><title>Medical Friend ICD-10 EMR</title><link>http://medfriend.codeplex.com/</link><description>Medical Friend is an Open Source version of an EMR&amp;#47;HIS system based on SQL Server 2008. This system is intended to improve Diabetic treatment. &lt;br /&gt;Medical Friend intends to be a Meaningful Use certified EMR eventually with&amp;#58;  a Medical Repository DW, Claims Processing system, CMS file loader system, and finally an ICD-10 EMR Scheduling system.  This project was created by Diabetics for Diabetics.</description><author>CodePlex</author><pubDate>Thu, 12 May 2011 04:47:22 GMT</pubDate><guid isPermaLink="false">Medical Friend ICD-10 EMR 20110512044722A</guid></item><item><title>DataScripter</title><link>http://datascripter.codeplex.com/</link><description>Browse your data and optionally script it - the smart way.</description><author>CodePlex</author><pubDate>Mon, 09 May 2011 19:00:32 GMT</pubDate><guid isPermaLink="false">DataScripter 20110509070032P</guid></item><item><title>SQL Server Backup</title><link>http://sqladminbackup.codeplex.com/</link><description>SqlAdmin Backup makes it easier to created and maintain database backups in a organisation with several installations.&lt;br /&gt;The database backups are standarzied to help quick and safe administration and recovery.&lt;br /&gt;This tool is developed in C&amp;#35; using ADO.NET with prototyping in PowerShell.</description><author>CodePlex</author><pubDate>Wed, 27 Apr 2011 13:22:52 GMT</pubDate><guid isPermaLink="false">SQL Server Backup 20110427012252P</guid></item><item><title>Fox Migrator</title><link>http://foxmigrator.codeplex.com/</link><description>If you are suffering with the data extraction from old FoxPro tables Fox migrator is a solution to take foxpro tables to Oracle or Sql server databases, developed in C&amp;#35; using VS2010. &lt;br /&gt;</description><author>CodePlex</author><pubDate>Tue, 19 Apr 2011 17:33:59 GMT</pubDate><guid isPermaLink="false">Fox Migrator 20110419053359P</guid></item><item><title>SQL Server Blocked Process Report Viewer</title><link>http://sqlblockedprocesses.codeplex.com/</link><description>SQL Server&amp;#39;s tracing tools generate blocked process reports to give more information about potential concurrency problems on a database server.  But they are difficult to read. SQL Server Blocked Process Report Viewer organizes and presents this information in a useful way.</description><author>CodePlex</author><pubDate>Mon, 18 Apr 2011 15:16:27 GMT</pubDate><guid isPermaLink="false">SQL Server Blocked Process Report Viewer 20110418031627P</guid></item><item><title>Connection String Generator</title><link>http://code4greencsgen.codeplex.com/</link><description>Project to Create a Connection String using SQL Server.&lt;br /&gt;This will be enhanced to make connection string using Access, Oracel, MySQL, and DB2</description><author>CodePlex</author><pubDate>Tue, 12 Apr 2011 21:09:10 GMT</pubDate><guid isPermaLink="false">Connection String Generator 20110412090910P</guid></item><item><title>Application Updater</title><link>http://applicationupdater.codeplex.com/</link><description>Application updater allows .NET developers to include automatic update feature to their projects.&lt;br /&gt;Now updates from file system or MS SQL server are supported. &lt;br /&gt;It written in C&amp;#35; and runs under .NET Framework 2.0.&lt;br /&gt;&lt;br /&gt;Tags&amp;#58; SQL server,application, updater, automatic.</description><author>CodePlex</author><pubDate>Sun, 10 Apr 2011 23:38:01 GMT</pubDate><guid isPermaLink="false">Application Updater 20110410113801P</guid></item><item><title>Scripted PowerShell Automated Deployment Engine (SPADE) for SQL Server</title><link>http://sqlspade.codeplex.com/</link><description>SPADE simplifies the process of standing up a new SQL Server instance by applying standard Operating System pre-configurations, Installing SQL Server and then applying post-configurations and creating standard objects.</description><author>CodePlex</author><pubDate>Sun, 10 Apr 2011 22:32:29 GMT</pubDate><guid isPermaLink="false">Scripted PowerShell Automated Deployment Engine (SPADE) for SQL Server 20110410103229P</guid></item><item><title>Script SQL Server Configuration</title><link>http://scriptsqlconfig.codeplex.com/</link><description>Script SQL Server configuration information in a format suitable for DR purposes or checking into a source control system.</description><author>CodePlex</author><pubDate>Mon, 04 Apr 2011 23:40:09 GMT</pubDate><guid isPermaLink="false">Script SQL Server Configuration 20110404114009P</guid></item><item><title>Opus Suite</title><link>http://opussuite.codeplex.com/</link><description>Owner&amp;#47;Occupier Property Management software for the commercial and residential rental markets using the ASP.NET MVC platform.</description><author>CodePlex</author><pubDate>Mon, 04 Apr 2011 13:14:00 GMT</pubDate><guid isPermaLink="false">Opus Suite 20110404011400P</guid></item><item><title>dotSqlCopy</title><link>http://dotsqlcopy.codeplex.com/</link><description>dotSqlCopy a &amp;#233;t&amp;#233; cr&amp;#233;&amp;#233; par Davyd REY au d&amp;#233;part pour des besoins professionnels puis personnelles.Cet outil permet d&amp;#233;j&amp;#224; de r&amp;#233;aliser le minimum requis en ce qui concerne la copie int&amp;#233;grale de tables de donn&amp;#233;es d&amp;#39;une base de donn&amp;#233;es SQL server vers une autre base de donn&amp;#233;e Sql Server</description><author>CodePlex</author><pubDate>Wed, 30 Mar 2011 22:22:58 GMT</pubDate><guid isPermaLink="false">dotSqlCopy 20110330102258P</guid></item><item><title>SQL Azure Agent</title><link>http://sqlazureagent.codeplex.com/</link><description>Proof of concept project to show how you can achieve SQL Server Agent like functionality for Sql Azure</description><author>CodePlex</author><pubDate>Tue, 29 Mar 2011 20:32:27 GMT</pubDate><guid isPermaLink="false">SQL Azure Agent 20110329083227P</guid></item><item><title>StringHelper SQL Server CLR</title><link>http://stringhelper.codeplex.com/</link><description>StringHelper SQL Server CLR provides a collection of CLR stored procedures and functions useful for manipulating and interacting with string data. Using these stored procedures and functions will allow you to bring the flexibility of .NET into the database.</description><author>CodePlex</author><pubDate>Thu, 24 Mar 2011 02:42:43 GMT</pubDate><guid isPermaLink="false">StringHelper SQL Server CLR 20110324024243A</guid></item><item><title>SQLCLR File Functions</title><link>http://nclsqlclrfile.codeplex.com/</link><description>File Functions for SQL.  Implemented as a SQLCLR assembly. Compatible with SQL 2008 and SQL 2008R2.  May be compatible with SQL 2005, but untested.&lt;br /&gt;&lt;br /&gt;Copy File, Delete File, Delete Files, Get File Specs, Make Directory, Move File, Save File Image, Get File Image, and more&amp;#33;</description><author>CodePlex</author><pubDate>Wed, 23 Mar 2011 07:29:53 GMT</pubDate><guid isPermaLink="false">SQLCLR File Functions 20110323072953A</guid></item><item><title>anito.NET - Object Relational Mapping Framework</title><link>http://anito.codeplex.com/</link><description>Anito.net is an under development, simple, open source Object Relational Mapping framework for .Net that aims to speed up database-driven development through reusable patterns and database independent solutions. Supported database MS-SQL, MySQL, SQLite and MongoDB</description><author>CodePlex</author><pubDate>Wed, 16 Mar 2011 01:45:46 GMT</pubDate><guid isPermaLink="false">anito.NET - Object Relational Mapping Framework 20110316014546A</guid></item><item><title>SQL Script Executer</title><link>http://sqlexecuter.codeplex.com/</link><description>SQL Executer makes it easy to deploy, execute multiple scripts on SQL Server as you could do in VS 2008. In Visual Studio 2008&amp;#39;s Database Project, one had an option to select multiple sql files and Run them on choosen DB. Visual Studio 2010, doesn&amp;#39;t come with this functionality. </description><author>CodePlex</author><pubDate>Fri, 11 Mar 2011 18:28:38 GMT</pubDate><guid isPermaLink="false">SQL Script Executer 20110311062838P</guid></item><item><title>Microsoft All-In-One Video Framework</title><link>http://1video.codeplex.com/</link><description>Learn your Technology by video. </description><author>CodePlex</author><pubDate>Sun, 20 Feb 2011 10:44:13 GMT</pubDate><guid isPermaLink="false">Microsoft All-In-One Video Framework 20110220104413A</guid></item><item><title>SQL Script to Create a Website Directory</title><link>http://directorysqlscript.codeplex.com/</link><description>Here you can download sql script to create a website directory using SQL Server. &lt;br /&gt;&lt;br /&gt;&amp;#42; This is only the easy directory sql script to develop your website.&lt;br /&gt;&lt;br /&gt;Directory software may publish in future.</description><author>CodePlex</author><pubDate>Fri, 18 Feb 2011 16:26:54 GMT</pubDate><guid isPermaLink="false">SQL Script to Create a Website Directory 20110218042654P</guid></item><item><title>Marbles CMS</title><link>http://marblescms.codeplex.com/</link><description>Marbles aims to be a simple Content Management Server for hosting multiple websites.</description><author>CodePlex</author><pubDate>Mon, 14 Feb 2011 10:22:16 GMT</pubDate><guid isPermaLink="false">Marbles CMS 20110214102216A</guid></item><item><title>SQL Space Map</title><link>http://sqlspacemap.codeplex.com/</link><description>SQL Space Map is a tool that lets you quickly and easily view the relative size of database objects on a map, so you can compare them visually. It helps identify large objects, objects with a high index&amp;#47;data ratio, and tables which may be growing more quickly than expected.</description><author>CodePlex</author><pubDate>Sat, 05 Feb 2011 20:48:29 GMT</pubDate><guid isPermaLink="false">SQL Space Map 20110205084829P</guid></item><item><title>NGinn.BPM</title><link>http://nginn.codeplex.com/</link><description>NGinn.BPM - a BPM &amp;#47; Workflow engine for Microsoft.Net&lt;br /&gt;&lt;br /&gt;It&amp;#39;s a lightweight workflow manager based on Petri nets and taking some ideas from BPMN. NGinn BPM helps automate business processes in large organizations, such as telecoms, by enabling to build workflows that coordinate human work and  flow of data between applications. The main goals of NGInn design are elasticity, simplicity and ease of integration.&lt;br /&gt;&lt;br /&gt;It&amp;#39;s a permanent work in progress project with some production deployments. Developed mainly in C&amp;#35; and using MS SQL as a database backend.&lt;br /&gt;&lt;br /&gt;Related projects&amp;#58;&lt;br /&gt;&lt;br /&gt;nginn-messagebus - &amp;#91;url&amp;#58;http&amp;#58;&amp;#47;&amp;#47;code.google.com&amp;#47;p&amp;#47;nginn-messagebus&amp;#93; - publish-subscribe message bus based on SQL Server &lt;br /&gt;nginn-exchange - &amp;#91;url&amp;#58;http&amp;#58;&amp;#47;&amp;#47;code.google.com&amp;#47;p&amp;#47;nginn-exchange&amp;#93; - MS Exchange integration framework&lt;br /&gt;</description><author>CodePlex</author><pubDate>Tue, 01 Feb 2011 12:27:49 GMT</pubDate><guid isPermaLink="false">NGinn.BPM 20110201122749P</guid></item><item><title>HelloWorld</title><link>http://helloworld.codeplex.com/</link><description>As a sample center, HelloWorld sketches the skeletons of most Microsoft development techniques. Each sample is elaborately selected, composed, and documented to demonstrate one frequently-asked&amp;#47;tested&amp;#47;used scenario based on my experience as a support engineer. </description><author>CodePlex</author><pubDate>Tue, 25 Jan 2011 15:39:02 GMT</pubDate><guid isPermaLink="false">HelloWorld 20110125033902P</guid></item><item><title>DelNet</title><link>http://delnet.codeplex.com/</link><description>Tool created in C &amp;#35; to automate the development process.&lt;br /&gt;&lt;br /&gt;With this tool, you do not need to spend time with the creation of classes of connection, data access layer, view or update data with Windows Forms.&lt;br /&gt;&lt;br /&gt;Everything is here, ready.</description><author>CodePlex</author><pubDate>Mon, 24 Jan 2011 00:40:17 GMT</pubDate><guid isPermaLink="false">DelNet 20110124124017A</guid></item><item><title>ClomibepASP</title><link>http://clomibepasp.codeplex.com/</link><description>PL&amp;#58; Zaawansowany system zarządzania treścią ClomibepASP.&lt;br /&gt;EN&amp;#58; Advenced content managment system ClomibepASP.</description><author>CodePlex</author><pubDate>Mon, 17 Jan 2011 09:26:13 GMT</pubDate><guid isPermaLink="false">ClomibepASP 20110117092613A</guid></item><item><title>NetReports</title><link>http://netreports.codeplex.com/</link><description>NetReport is a free open-source project to create either reports</description><author>CodePlex</author><pubDate>Thu, 13 Jan 2011 11:17:19 GMT</pubDate><guid isPermaLink="false">NetReports 20110113111719A</guid></item><item><title>Entity Visualizer</title><link>http://entityvisualizer.codeplex.com/</link><description>Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework.</description><author>CodePlex</author><pubDate>Sun, 26 Dec 2010 14:53:27 GMT</pubDate><guid isPermaLink="false">Entity Visualizer 20101226025327P</guid></item><item><title>Data Access Engine (DAE)</title><link>http://dae.codeplex.com/</link><description>Data Access Engine &amp;#40;DAE&amp;#41; is an open source and free .NET component to access all popular DBMSs such as Microsoft SQL Server, MySQL, Oracle, Microsoft Access, SQLite and databases that connected by ODBC. DAE helps to connect different DBMSs at the same time. </description><author>CodePlex</author><pubDate>Fri, 17 Dec 2010 03:58:20 GMT</pubDate><guid isPermaLink="false">Data Access Engine (DAE) 20101217035820A</guid></item><item><title>SqlExecuter</title><link>http://sqlexec.codeplex.com/</link><description>Simply run sql scripts against a SQL Server database</description><author>CodePlex</author><pubDate>Wed, 15 Dec 2010 18:30:36 GMT</pubDate><guid isPermaLink="false">SqlExecuter 20101215063036P</guid></item><item><title>SSIS Reporting Pack</title><link>http://ssisreportingpack.codeplex.com/</link><description>A suite of SQL Server Reporting Services reports that operate over the SSIS catalog in SQL Server code-named Denali</description><author>CodePlex</author><pubDate>Sat, 11 Dec 2010 16:34:18 GMT</pubDate><guid isPermaLink="false">SSIS Reporting Pack 20101211043418P</guid></item><item><title>EasyMapping</title><link>http://easymapping.codeplex.com/</link><description>EasyMapping makes OR Mapping Configuration easy, writing code easy&lt;br /&gt;&lt;br /&gt;The first version only support SQLSever&lt;br /&gt;Framework version&amp;#58; 3.5&lt;br /&gt;Language&amp;#58; C&amp;#35;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description><author>CodePlex</author><pubDate>Sat, 11 Dec 2010 05:47:24 GMT</pubDate><guid isPermaLink="false">EasyMapping 20101211054724A</guid></item><item><title>NARDAX</title><link>http://nardax.codeplex.com/</link><description>A collection of usefull API&amp;#39;s and extensions that have been built out of necessity.</description><author>CodePlex</author><pubDate>Mon, 29 Nov 2010 03:34:52 GMT</pubDate><guid isPermaLink="false">NARDAX 20101129033452A</guid></item><item><title>Azure Table Sync Lib</title><link>http://azuretablesynclib.codeplex.com/</link><description>Developing custom sync providers for Windows Azure Table Storage to support the following sync scenarios&lt;br /&gt;&lt;br /&gt;1. Azure Table &amp;#60;-&amp;#62; SQL Server&lt;br /&gt;2. Azure Table &amp;#60;-&amp;#62; SQL CE&lt;br /&gt;3. Azure Table &amp;#60;-&amp;#62; SQL Azure</description><author>CodePlex</author><pubDate>Mon, 22 Nov 2010 13:20:14 GMT</pubDate><guid isPermaLink="false">Azure Table Sync Lib 20101122012014P</guid></item><item><title>SQL Monitor - managing sql server performance</title><link>http://sqlmon.codeplex.com/</link><description>monitor sql server processes and jobs, analyze performance, analyse system, object version control, view executing sql query, kill process &amp;#47; job, object explorer,</description><author>CodePlex</author><pubDate>Thu, 18 Nov 2010 20:49:01 GMT</pubDate><guid isPermaLink="false">SQL Monitor - managing sql server performance 20101118084901P</guid></item><item><title>SQL Schema Sync API</title><link>http://sqlschemasyncapi.codeplex.com/</link><description>SQL Schema Sync API offers a new approach to DB structure synchronization since this component is integrated into your program. The product is run time royalty free. Full source code is available. A library is developed for SQL Server 2008.</description><author>CodePlex</author><pubDate>Thu, 11 Nov 2010 09:10:50 GMT</pubDate><guid isPermaLink="false">SQL Schema Sync API 20101111091050A</guid></item><item><title>Database Schema Reader</title><link>http://dbschemareader.codeplex.com/</link><description>A simple, cross-database facade over .Net 2.0 DbProviderFactories to read database metadata.</description><author>CodePlex</author><pubDate>Mon, 01 Nov 2010 09:31:03 GMT</pubDate><guid isPermaLink="false">Database Schema Reader 20101101093103A</guid></item><item><title>SQL Server Separation of Duties Framework</title><link>http://sqlserversod.codeplex.com/</link><description>Implement to provide a means for the DBA to execute processes which require elevated privileges.  Solution is used when organizations dictate that a DBA does not have sysadmin privileges.  </description><author>CodePlex</author><pubDate>Sat, 30 Oct 2010 15:51:39 GMT</pubDate><guid isPermaLink="false">SQL Server Separation of Duties Framework 20101030035139P</guid></item><item><title>SauceDB</title><link>http://sauce.codeplex.com/</link><description>Database access that just works</description><author>CodePlex</author><pubDate>Sat, 09 Oct 2010 03:25:10 GMT</pubDate><guid isPermaLink="false">SauceDB 20101009032510A</guid></item><item><title>EdgeStatz</title><link>http://edgestatz.codeplex.com/</link><description>EdgeStatz is a statistics and club management software tool for sports clubs &amp;#40;Currently Cricket only&amp;#41;.&lt;br /&gt;&lt;br /&gt;This is a desktop application using .Net 3.5 SP1 as well as .Net 4.0 Report Viewer.&lt;br /&gt;The application requires a Microsoft Sql Database server to operate.</description><author>CodePlex</author><pubDate>Mon, 06 Sep 2010 11:49:26 GMT</pubDate><guid isPermaLink="false">EdgeStatz 20100906114926A</guid></item><item><title>Infopath XSD to SQL Server Table</title><link>http://ixsd2db.codeplex.com/</link><description>Ixsd2db makes it easier for infopath developers to create database tables from infopath xsd file. Its developed in C&amp;#35;. &lt;br /&gt;&lt;br /&gt;This tool does not support child groups at this time. But that is something we are looking to have it in future.</description><author>CodePlex</author><pubDate>Fri, 03 Sep 2010 23:22:16 GMT</pubDate><guid isPermaLink="false">Infopath XSD to SQL Server Table 20100903112216P</guid></item><item><title>Really Simple Data Dictionary</title><link>http://rsdd.codeplex.com/</link><description>Really Simple Data Dictionary &amp;#40;RSDD&amp;#41; is a meta data collector for SQL Server and Oracle. Developed in PowerShell, RSDD imports meta data into a central SQL Server repository from the INFORMATION_SCHEMA or  equivalent supported systems views.</description><author>CodePlex</author><pubDate>Thu, 26 Aug 2010 14:49:31 GMT</pubDate><guid isPermaLink="false">Really Simple Data Dictionary 20100826024931P</guid></item><item><title>SQL Server History Cleanup</title><link>http://sqlhistorycleanup.codeplex.com/</link><description>Clean up backup history, job history and maintenance plan history without using a maintenance plan.&lt;br /&gt;The functionality is similar to the History Cleanup Task in a maintenance plan.</description><author>CodePlex</author><pubDate>Tue, 24 Aug 2010 21:09:17 GMT</pubDate><guid isPermaLink="false">SQL Server History Cleanup 20100824090917P</guid></item><item><title>SqlResource</title><link>http://sqlresource.codeplex.com/</link><description>The System.Resources.SqlResource namespace provides classes and interfaces that allow developers to create, store, and manage, in SQL Server &amp;#40;2000-2005&amp;#41;,&lt;br /&gt;various culture-specific resources used in an web application. Support caching with auto-refresh.&lt;br /&gt;</description><author>CodePlex</author><pubDate>Fri, 13 Aug 2010 07:18:53 GMT</pubDate><guid isPermaLink="false">SqlResource 20100813071853A</guid></item><item><title>Consumer Direction Module (CDM)</title><link>http://cdm.codeplex.com/</link><description>A web-based management information system designed specifically for participant-directed long-term care programs. The CDM creates system-wide efficiencies, quality, and cost savings by integrating information sharing, planning tools, and reporting in a highly configurable tool.</description><author>CodePlex</author><pubDate>Tue, 10 Aug 2010 19:58:22 GMT</pubDate><guid isPermaLink="false">Consumer Direction Module (CDM) 20100810075822P</guid></item><item><title>SQL Bandwidth Meter Log Parser</title><link>http://sbwlogreader.codeplex.com/</link><description>Parses the log files created by the Hosts Tools SQL Bandwidth Meter application</description><author>CodePlex</author><pubDate>Mon, 09 Aug 2010 23:15:40 GMT</pubDate><guid isPermaLink="false">SQL Bandwidth Meter Log Parser 20100809111540P</guid></item><item><title>SSIS Custom Task BewiseSmartIndexManager</title><link>http://bewisesmartindextask.codeplex.com/</link><description>This project show an Maintenance Task which is availaible in Control Flow into SSIS Package. </description><author>CodePlex</author><pubDate>Mon, 09 Aug 2010 08:37:16 GMT</pubDate><guid isPermaLink="false">SSIS Custom Task BewiseSmartIndexManager 20100809083716A</guid></item><item><title>sp_CascadingDataViewer</title><link>http://cascadingdataviewer.codeplex.com/</link><description>sp_CascadingDataViewer is a stored procedure enables the user to find all data that is dependant on a given set of rows in a given table in a given database.&lt;br /&gt;It traverses the database&amp;#39;s foreign keys to find that dependant data.&lt;br /&gt;It is written in T-SQL and works on SQL Server 2008.</description><author>CodePlex</author><pubDate>Mon, 02 Aug 2010 22:42:40 GMT</pubDate><guid isPermaLink="false">sp_CascadingDataViewer 20100802104240P</guid></item><item><title>Mozess CMS (Pre-alpha)</title><link>http://mozess.codeplex.com/</link><description>Mozess CMS is an open source ASP.NET based web application for managing data and content within your website. Mozess is backed by .NET 2.0&amp;#47;3.5, C&amp;#35; and based on patterns from many highly used CMS suites.</description><author>CodePlex</author><pubDate>Mon, 26 Jul 2010 02:29:53 GMT</pubDate><guid isPermaLink="false">Mozess CMS (Pre-alpha) 20100726022953A</guid></item><item><title>Stormy - Micro ORM in C#</title><link>http://stormy.codeplex.com/</link><description>Stormy is a powerful Micro ORM &amp;#40;object relational mapping&amp;#41; for C&amp;#35; in 327 lines of code&lt;br /&gt;</description><author>CodePlex</author><pubDate>Sun, 25 Jul 2010 21:13:04 GMT</pubDate><guid isPermaLink="false">Stormy - Micro ORM in C# 20100725091304P</guid></item><item><title>Stored Procedures Generator - Rabbit.SPGen</title><link>http://rabbitspgen.codeplex.com/</link><description>Rabbit.SPGen</description><author>CodePlex</author><pubDate>Sun, 18 Jul 2010 09:50:50 GMT</pubDate><guid isPermaLink="false">Stored Procedures Generator - Rabbit.SPGen 20100718095050A</guid></item><item><title>tChat - ASP.NET, Ajax &amp; Web Service based Chat Room</title><link>http://tchat.codeplex.com/</link><description>Simple chat room application. Technology&amp;#58; ASP .NET, Ajax, Web Services and MS SQL Server Database. Uses ASP .NET authentication mechanism.</description><author>CodePlex</author><pubDate>Thu, 10 Jun 2010 19:24:35 GMT</pubDate><guid isPermaLink="false">tChat - ASP.NET, Ajax &amp; Web Service based Chat Room 20100610072435P</guid></item><item><title>SQL Server Compact Toolbox</title><link>http://sqlcetoolbox.codeplex.com/</link><description>SQL Server Compact Toolbox is a Visual Studio 2010 Pro or higher add-in &amp;#40;for 3.5&amp;#47;4.0&amp;#41; and standalone app &amp;#40;for 4.0&amp;#41;, that adds scripting, import, export, migrate, rename, run script, manage replication and more to your SQL Server Compact Data Connections in VS Server Explorer.</description><author>CodePlex</author><pubDate>Fri, 04 Jun 2010 11:55:12 GMT</pubDate><guid isPermaLink="false">SQL Server Compact Toolbox 20100604115512A</guid></item><item><title>SQL Server and SQL Azure Shard Library</title><link>http://enzosqlshard.codeplex.com/</link><description>This library provides a Shard technology  that allows you to spread the load of database queries over multiple databases easily &amp;#40;SQL Server and SQL Azure&amp;#41;. Uses the Task Parallel Library &amp;#40;TPL&amp;#41; and caching for high performance.  </description><author>CodePlex</author><pubDate>Tue, 01 Jun 2010 03:46:54 GMT</pubDate><guid isPermaLink="false">SQL Server and SQL Azure Shard Library 20100601034654A</guid></item></channel></rss>
