Forum Replies Created

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

  • RE: String Search

    Thanks for help me..

    my table name contain schema name like 'abc.tablename'

    when i add table name in my procedure it execute successfully after that run that procedure it's...

  • RE: String Search

    Hello any one can help me on. i want to search particular one table.

  • RE: IDENTITY

    create table testing1

    (

    cID int identity(1,1) not null,

    cname varchar(50)

    )

    select *From testing1

    insert into testing1 values ('sunil2')

    insert into testing1 values ('sunil6')

    insert into testing1 values ('sunil7')

    insert into...

  • RE: IDENTITY

    WHEN I M DOING.. THAN..

    MY ALL COLUMN TestID values Changes..

  • RE: IDENTITY

    My dear frnd thanks for reply.....

    i m not using enterprise Manager..

    how can i do in query analyzer.

    send me some exp:-

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