﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 7,2000 / T-SQL  / Validating TSQL Conventions / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 11:05:54 GMT</lastBuildDate><ttl>20</ttl><item><title>Validating TSQL Conventions</title><link>http://www.sqlservercentral.com/Forums/Topic1409261-8-1.aspx</link><description>I have a set of conventions for my database. for e.g.: select shall be always SELECT and lower case 'select' shall generate an error.I need to have a table that will save all the errors that are generated whenever these customized conventions are violated. I need to count the frequency of these errors too like how many times did the user executed small cased select.I need to do this from .NET platforms, that is VB.net.Kindly guide me.Thanks</description><pubDate>Sun, 20 Jan 2013 02:24:24 GMT</pubDate><dc:creator>danish.g.khan</dc:creator></item></channel></rss>