(Bru Medishetty) As a SQL Server DBA, monitoring SQL Server error logs is part of my daily routine. Manually reviewing the error logs on each server is a time consuming process, especially when working on other issues. I wanted to review the error logs when there are entries in them which need my a
Other News
Scheduled Processing in Windows
DBTechCon – Spring 2011 You’ve been hearing about this virtual conference for months now. Did you know it’s not just about SQL Server, or databases for that matter? The presenters for this conference are top-notch in their fields covering databases, testing, methodologies, Web Presentation and more. You won’t find a better value for your time or money. Registration to the […]
Special Edition: The show today is hosted by Kevin Kline and he interviews and talks with Denny Cherry. Wide ranging interview – tips, experiences…
Pro-Center Video Programming for IT Professionals
No Magic Numbers
No Magic Numbers Today I wanted to share a tip for SQL queries to make them more manageable. Recently I have been translating some SQL code into C#. One of the things that made the process more difficult is that the SQL code was written using a variable @X INT. The code takes different branches depending on the value of […]
Is XML Slow? – Benchmarking XML
(Vipul Gupta) There is a general tendency to think that representing and processing the data of an entire transaction as an XML document is the root cause of slow performance in high volume systems.
Map to Element based on an Attribute Value with EclipseLink JAXB (MOXy)
(Blaise Doughan) I am happy to announce that we are expanding MOXy’s XPath based mapping in EclipseLink 2.3. You are now able to map to an element based on the value of an attribute. This is done by leveraging XPath predicates via MOXy’s @XmlPath annotation.
Classify content with XQuery
(James R. Fuller) With the expanding growth of semi-structured and unstructured data (XML) comes the need to categorize and classify content to make querying easier, faster, and more relevant. In this article, try several techniques using XQuery to automatically tag XML documents with content categ
jqGrid and ASP.NET MVC – Strongly Typed Helper
(Tomasz Peczek) I’ve been using jqGrid a lot over last year. During this time I have created many helper classes for it. Recently I decided to put all those classes together, clean up, rewrite and publish for the community.
Use MvcContrib Grid to Display a Grid of Data in ASP.NET MVC
(Scott Mitchell) The past six articles in this series have looked at how to display a grid of data in an ASP.NET MVC application and how to implement features like sorting, paging, and filtering.
ASP.NET WF4 / WCF and Async Calls
(Ron Jacobs) How should you use WF4 and WCF with ASP.NET?
