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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Database searching

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-08-09 : 09:21:53
Joebob writes "Please bear with me, for I am new to SQL programming.

I am running SQL Server 7 and here is the scenario:

1. The database I'm using in has multiple tables, and those tables have multiple columns.
2. The number of columns and the names of those columns vary from table to table.
3. I need to perform database-wide searching with wildcards.
4. Each row in a table has an unique identifying index number, which I will need to use as well.

It seems like there would be a simple solution to this problem, but I can find little reference about what I'd like to do.

Can you help?

JoeBob"
   

- Advertisement -