Sciweavers

867 search results - page 4 / 174
» SQL Server 2005
Sort
View
VLDB
1999
ACM
107views Database» more  VLDB 1999»
14 years 20 days ago
The Value of Merge-Join and Hash-Join in SQL Server
Microsoft SQL Server was successful for many years for transaction processing and decision support workloads with neither merge join nor hash join, relying entirely on nested loop...
Goetz Graefe
VLDB
1997
ACM
124views Database» more  VLDB 1997»
14 years 16 days ago
An Efficient Cost-Driven Index Selection Tool for Microsoft SQL Server
In this paper we describe novel techniques that make it possible to build an industrial-strength tool for automating the choice of indexes in the physical design of a SQL database...
Surajit Chaudhuri, Vivek R. Narasayya
DEBU
2008
139views more  DEBU 2008»
13 years 8 months ago
Testing SQL Server's Query Optimizer: Challenges, Techniques and Experiences
Query optimization is an inherently complex problem, and validating the correctness and effectiveness of a query optimizer can be a task of comparable complexity. The overall proc...
Leo Giakoumakis, César A. Galindo-Legaria
VLDB
1998
ACM
121views Database» more  VLDB 1998»
14 years 18 days ago
Hash Joins and Hash Teams in Microsoft SQL Server
The query execution engine in Microsoft SQL Server employs hash-based algorithms for inner and outer joins, semi-joins, set operations (such as intersection), grouping, and duplic...
Goetz Graefe, Ross Bunker, Shaun Cooper
ICCBSS
2004
Springer
14 years 1 months ago
Software Fault-Tolerance with Off-the-Shelf SQL Servers
Peter T. Popov, Lorenzo Strigini, A. Kostov, V. Mo...