Hello all,
I have a database in SQL Server that should save data from a CRM-like
application.
The database consists of tables like products, services, customers,
partners etc. Problem is that the users should be able to find these
items on different properties and with or without substring finding
(SQL: LIKE). Example: I want the users to be able to find a customer,
providing a customerID, but also providing a customername, zipcode or
just a part of those strings.
This will result in a lot of queries. I bet there are some nice
solutions to this, since I will not be the first with this situation.
If anyone can help, please.
Thank you in advance.
Regards,
Freek Versteijn
I have a database in SQL Server that should save data from a CRM-like
application.
The database consists of tables like products, services, customers,
partners etc. Problem is that the users should be able to find these
items on different properties and with or without substring finding
(SQL: LIKE). Example: I want the users to be able to find a customer,
providing a customerID, but also providing a customername, zipcode or
just a part of those strings.
This will result in a lot of queries. I bet there are some nice
solutions to this, since I will not be the first with this situation.
If anyone can help, please.
Thank you in advance.
Regards,
Freek Versteijn
Comment