Forum Replies Created

Viewing 2 posts - 106 through 107 (of 107 total)

  • RE: Stored proceedure and cursor

    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...

  • RE: SqlServer Stored Proceedure

    Let me Explain what i want to do......

    My Sp is given below

    Create PROCEDURE [dbo].[searchTest]

    @qry nvarchar(150)

    AS

    BEGIN

    SELECT COMPANYNAME,

    ...

Viewing 2 posts - 106 through 107 (of 107 total)