Viewing 2 posts - 106 through 107 (of 107 total)
Ok let me check your code.
Actually my case is....
i have a table have thousands of data about company and people do search for any company.
i want to provide related/suggested search...
September 6, 2011 at 2:49 am
#1377231
Let me Explain what i want to do......
My Sp is given below
Create PROCEDURE [dbo].[searchTest]
@qry nvarchar(150)
AS
BEGIN
SELECT COMPANYNAME,
...
September 5, 2011 at 12:10 am
#1376949