Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-03-19 : 17:57:30
|
| Jeremy writes "I need to search through a large database and determine which rows or entries have no information in the "DateCompleted" field. My current method consists of loading the entire database into a huge array and searching through it for the "null" records, but this takes much too long. Is there a way that I can us an SQL query string to find and list blank fields only?" |
|
|
|
|
|