Articles

SQLServerCentral Article

Undocumented T-SQL Tricks With Logs

An interesting feature added to SQL Server 7.0 and 2000 is the ability to purge
an error log through a stored procedure or DBCC command. In this article, Brian Knight shows some of the undocumented stored procedures to detect, read and purge an SQL Server error log in T-SQL.

1 (1)

You rated this post out of 5. Change rating

2001-06-27

14,808 reads

External Article

SQL Server 2000: New XML Features Streamline Webcast

With XML support in SQL Server 2000, you can query SQL over HTTP with a URL, bring the data down to the browser, and manipulate it on the client machine. By adding Internet Explorer 5.0 to the mix and using XSL to convert the XML to HTML, you can lighten the load on your database server. Going still one step further, by using Vector Markup Language you can even create drawings on the fly using the data from your SQL queries.

2001-06-26

4,110 reads

Blogs

Getting Started with Azure SQL Database – A Beginners Guide

By

Last Updated on September 24, 2024 by John Morehouse Years ago, I saw the...

Small Data SF 2024

By

I have often made an effort to attend conferences in the past to grow...

Additional Use for sp_statement_completed

By

Another discussion in Gothenburg (such a great group of people) around Extended Events lead...

Read the latest Blogs

Forums

+27640409447..,; ZIMBABWE SSD CHEMICAL SOLUTION FOR SALE IN BOTSWANA,ANGOLA,GAB

By mauricekhan

+27640409447..,;;' Hello Everyone!Our chemical solution, can clean deface+27813334083 currency, such as EUROS, POUNDS, DOLLARS,...

How to attach Database created in higher version to lower version of SQL Server

By IT researcher

I have attempted to attach a database created in a higher version of SQL...

SQL Query Optimizer Supporting Parameterized Query and WHERE Clause Optimization

By IT researcher

I am looking for a SQL query optimization tool that can enhance my query...

Visit the forum

Question of the Day

Disable All the Indexes

How do I disable all the indexes on the dbo.Logger table?

See possible answers