Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Alter Table Problem

    hi,

    Thanks a lot

  • RE: SQL Query Writing Help

    This is for the creation of a dynamic report.I can give my code to generate my table

    create table kpuser.tbl(vtype varchar(50))

    declare @UnitID varchar(8000),@FieldName varchar(50),@Unit_ID varchar(30)

    select @UnitID=dbo.unitbelow('252')

    set @UnitID = @UnitID +...

  • RE: SQL Query Writing Help

    i have a master table that have some unit name based on unit id.Using a function named unitbelow i pass one Parentunitid and i get the corresponding unitid under that...

  • RE: Multiple rows to comma separeted Single Field

    Hi,

    Thanks for it.

    Now I have another problem.

    Now I am Passing 4 Parameters to my Store Proc.

    Here is my Store Proc

    Using a User define Function Callad UnitBelow will retrive some data...

  • RE: Multiple rows to comma separeted Single Field

    Hi,

    Thanks for it.

    Now I have another problem.

    Now I am Passing 4 Parameters to my Store Proc.

    Here is my Store Proc

    Using a User define Function Callad UnitBelow will retrive some data...

Viewing 5 posts - 1 through 5 (of 5 total)