Here is the fukk scriot of my SP.
This SP is on a different table but, the concept is the same
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[GetJob_DetailsSummaryByAny]
@categoryId int = null,
@keywords nvarchar(255) = null,
@state nvarchar(50)= null,
@city...
Hey Guys,
Thanks for all your feedback.
I approched this problem as described below. I do not know whether it is a good practice.
I created another text fields called searchText, basically in this column,I will be storing the content of all other fileds that are searchable i.e CategoryId...
Hello Everyone,
I have a table with the below fields
CategoryId (int)
Code (varchar)
City (varchar)
State (varchar)
Zip (varchar)
DocumnetText (text)
I am developing a web application, where user can search on any combination of the fileds. DocumnetText is searched on keywords.
Where...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.