<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/sqlver/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/sqlver/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 13 Jan 2026 18:51:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sqlver/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/sqlver/wiki/Home/?limit=25#5896</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,  I've used your SQLVer to keep track of changes in my application databases.  It has been a life saver several times.  Catching people lying about changes to SPs and what not has been very helpful.  I've never used any of the performance tuning features you talk about and was wanting to get some documentation on that if you have anything available.  &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Patrick&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Patrick D NOLAN</dc:creator><pubDate>Tue, 13 Jan 2026 18:51:26 -0000</pubDate><guid>https://sourceforge.net182034fc08ef5c660cfdbd3e31fea6b35e9c5044</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/sqlver/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Feel free to ask any questions about SQLVer.  I have a lot more to say about it, and will add to this documentation wiki as I am able.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Rueter</dc:creator><pubDate>Fri, 21 Nov 2014 03:26:05 -0000</pubDate><guid>https://sourceforge.net9552b23248f231642296ee113de153eac045af67</guid></item><item><title>Home modified by David Rueter</title><link>https://sourceforge.net/p/sqlver/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,20 @@
-Welcome to your wiki!
+SQLVer is a T-SQL based solution for automatically tracking all DDL changes made to a MSSQL database. DDL stands for Data Definition Language, and refers to statements like CREATE TABLE, CREATE INDEX, ALTER TABLE, CREATE PROCEDURE, ALTER PROCEDURE, CREATE FUNCTION, DROP PROCEDURE and the like.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+SQLVer will passively log all such changes to your database without any user intervention.

-The wiki uses [Markdown](/p/sqlver/wiki/markdown_syntax/) syntax.
+SQLVer can do a lot more too, including:

-[[members limit=20]]
-[[download_button]]
+* listing changes
+* retrieving old copies of objects
+* supporting run-time logging (think debug and performance tuning logging)
+* find a string in SQL source code anywhere in the database
+* identify slow queries
+* identify connections that are hogging resources and blocking object access
+
+and more.
+
+SQLVer is installed by running a single SQL script file.  It is safe to install in both dev and production environments.
+
+It will create a schema in your database named sqlver and will add all needed objects there.
+
+It can be uninstalled with a single command.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Rueter</dc:creator><pubDate>Fri, 21 Nov 2014 03:25:17 -0000</pubDate><guid>https://sourceforge.net176405a89ca436aa1bd16fbca4e87a5bf0b6b810</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/sqlver/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;SQLVer is a T-SQL based solution for automatically tracking all DDL changes made to a MSSQL database.  DDL stands for Data Definition Language, and refers to statements like CREATE TABLE, CREATE INDEX, ALTER TABLE, CREATE PROCEDURE, ALTER PROCEDURE, CREATE FUNCTION, DROP PROCEDURE and the like.&lt;/p&gt;
&lt;p&gt;SQLVer will passively log all such changes to your database without any user intervention.&lt;/p&gt;
&lt;p&gt;SQLVer can do a lot more too, including: listing changes, retrieving old copies of objects, supporting run-time logging (think debug and performance tuning logging), find a string in SQL source code anywhere in the database, identify slow queries, identify connections that are hogging resources and blocking object access, and more.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Rueter</dc:creator><pubDate>Fri, 21 Nov 2014 03:21:52 -0000</pubDate><guid>https://sourceforge.net7289e9993bb07ea9b8d9da1fe3c310145bba1de6</guid></item><item><title>Home modified by David Rueter</title><link>https://sourceforge.net/p/sqlver/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/sqlver/wiki/markdown_syntax"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/davidrueter"&gt;David Rueter&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-546ea6d881b24b4e4087255e" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Rueter</dc:creator><pubDate>Fri, 21 Nov 2014 02:43:36 -0000</pubDate><guid>https://sourceforge.netd73f95aa349bd543c64df916b76bd04a39975091</guid></item></channel></rss>