devxlogo

Tip Bank

Cannot index

Question: SQL Server 6.5 does not allow an index to be placed on the bit datatype. Does this affect performance when doing queries that filter on the bit, or are

What is SQL?

Question: What are the types of features available and its respective characteristics? How does this language help in relational databases? Answer: May I suggest you obtain Joe Celko’s introductory book

Page allocations in a sql table

Question: I am getting all kinds of errors on a database table that have something to do with page allocation in the database (error 1109). I would like to drop

Printing a line at the detail band

Question: I want to print a line at the detail band onlyif it’s on the last row of the page; otherwise, itshould not print at all. Answer: To achieve this,

Listviews Item Selection

Question: How can I select the whole row (with a bigger blue line) in a listview control? The default selects just the item located in the first column. Answer: That