• subscribe


petkovic petkovic

Dusan Petkovic is professor of database systems at the Polytechnic in Rosenheim, Germany. He is the author of several books about database systems, including SQL Server 2005: A Beginner’s Guide (Osborne McGraw-Hill).

Through a special arrangement with Osborne/McGraw-Hill, we invite you to preview a chapter from Dusan's new book on SQL Server Security

Email address: petkovic@fh-rosenheim.de

Email: petkovic@fh-rosenheim.de

My Latest Content
My Latest Comments



Author Articles

Open Windows of Opportunity

By Dusan Petkovic, 05/23/2006

Aggregate and rank window functions benefit BI projects.

Taming the Skew

By Christian Unterreitmeier, 11/20/2001

SQL Server's query optimizer effectively executes queries that access skewed data, but you can help improve the response time of such queries. Here's how.

Indexing for Sort Performance

By Christian Unterreitmeier, 04/20/2000

Defining the right indexes on sort columns can yield dramatic performance results for queries that need ordered data.

Which is Faster: Index Access or Table Scan?

By Dusan Petkovic, 11/18/1999

It can be difficult to determine whether a table scan or an index will provide better query performance. The answer depends in part, on the percentage of rows returned, but ...

New Features for Query Processing

By Christian Unterreitmeier, 07/01/1999

The query processor is one of the most important database system components that influence the management of large databases. SQL Server 7.0's focus is on new techniques for ...